|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.priha.query.QueryImpl
org.priha.query.XPathQueryImpl
public class XPathQueryImpl
Implements an XPath query by using the XPathQueryBuilder to construct an abstract query tree (AQT).
Field Summary |
---|
Fields inherited from interface javax.jcr.query.Query |
---|
SQL, XPATH |
Constructor Summary | |
---|---|
XPathQueryImpl(SessionImpl session,
java.lang.String statement)
|
Method Summary | |
---|---|
java.lang.String |
getLanguage()
|
java.lang.String |
getStatement()
|
Methods inherited from class org.priha.query.QueryImpl |
---|
execute, getStoredQueryPath, storeAsNode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.jcr.query.Query |
---|
execute, getStoredQueryPath, storeAsNode |
Constructor Detail |
---|
public XPathQueryImpl(SessionImpl session, java.lang.String statement) throws javax.jcr.query.InvalidQueryException
javax.jcr.query.InvalidQueryException
Method Detail |
---|
public java.lang.String getLanguage()
getLanguage
in interface javax.jcr.query.Query
public java.lang.String getStatement()
getStatement
in interface javax.jcr.query.Query
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |