|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueTable | |
org.apache.jdo.impl.jdoql | |
org.apache.jdo.impl.jdoql.scope |
Uses of ValueTable in org.apache.jdo.impl.jdoql |
Methods in org.apache.jdo.impl.jdoql that return ValueTable | |
ValueTable |
QueryResultHelperImpl.getParameterValues()
This method returns the parameter values passed by the user in the execute(...) method. |
Uses of ValueTable in org.apache.jdo.impl.jdoql.scope |
Classes in org.apache.jdo.impl.jdoql.scope that implement ValueTable | |
(package private) class |
org.apache.jdo.impl.jdoql.scope.AbstractValueTable
This method is the abstract super class for ParameterTable and VariableTable. |
class |
ParameterTable
The query parameter table. |
class |
VariableTable
The variable table. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |