ObjectDB ObjectDB

declareVariables(variables) - JDO Query's method

Method
javax.jdo.Query
void declareVariables(
  String variables
)

Declare the unbound variables to be used in the query. Variables might be used in the filter, and these variables must be declared with their type. The unbound variable declaration is a String containing one or more unbound variable declarations separated with semicolons. It follows the syntax for local variables in the Java language.
Parameters:
variables - the variables separated by semicolons.
Since:
JDO 1.0