JDO Method
in 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.
Return:
the filtered Collection.
See Also:
executeWithArray(Object[] parameters)
Since:
JDO 1.0