ObjectDB ObjectDB

execute(p1, p2, p3) - JDO Query's method

Method
javax.jdo.Query
Object execute(
  Object p1,
  Object p2,
  Object p3
)

Execute the query and return the filtered Collection.
Parameters:
p1 - the value of the first parameter declared.
p2 - the value of the second parameter declared.
p3 - the value of the third parameter declared.
Returns:
the filtered Collection.
Since:
JDO 1.0
See Also:
executeWithArray(Object[] parameters)