|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.store.query.JDOQLQuery.Compiler
Inner class to compile the query for execution.
Constructor Summary | |
JDOQLQuery.Compiler(java.util.Map parameters)
Constructor |
Method Summary | |
void |
bindVariable(java.lang.String name,
ScalarExpression expr)
Bind a variable to the query. |
QueryExpression |
executionCompile()
Method to execution-compile the query. |
void |
preCompile()
Method to provide pre-compilation checks to catch errors. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JDOQLQuery.Compiler(java.util.Map parameters)
parameters
- map of declared parameters in the queryMethod Detail |
public void preCompile()
public QueryExpression executionCompile()
public void bindVariable(java.lang.String name, ScalarExpression expr)
name
- Name of the variableexpr
- The expression
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |