|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.xmldb.RemoteCompiledExpression
This is just a placeholder for an expression that has been compiled on the server. It only stores the xquery string.
Constructor Summary | |
RemoteCompiledExpression(java.lang.String xquery)
|
Method Summary | |
java.lang.String |
getQuery()
|
void |
reset()
Prepare the expression for being reused. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteCompiledExpression(java.lang.String xquery)
Method Detail |
public void reset()
CompiledExpression
reset
in interface CompiledExpression
public java.lang.String getQuery()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |