|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.csutils.core.query.CsqlParser
public class CsqlParser
A parser for HQL statements. Converts HQL into XML query, suitable for querying JAXR objects.
Constructor Summary | |
---|---|
CsqlParser(ROMetaModel pModel)
Creates a new instance with the given meta model, and the CentraSite registry info . |
|
CsqlParser(ROMetaModel pModel,
RegistryInfo pRegistryInfo)
Creates a new instance with the given meta model, and registry info. |
Method Summary | |
---|---|
CsqlStatement |
parse(RegistryFacade pFacade,
java.lang.String pQuery)
Parses the given query and converts it into an executable statement. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CsqlParser(ROMetaModel pModel, RegistryInfo pRegistryInfo)
pModel
- The registry object model to use.pRegistryInfo
- The registry info object to use.public CsqlParser(ROMetaModel pModel)
CentraSite registry info
.
pModel
- The registry object model to use.Method Detail |
---|
public CsqlStatement parse(RegistryFacade pFacade, java.lang.String pQuery) throws javax.xml.registry.JAXRException
pFacade
- The registry facade to use.pQuery
- The query string to parse.
javax.xml.registry.JAXRException
- The operation failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |