ObjectDB ObjectDB

execute(p1) - JDO Query's method

Method
javax.jdo.Query
Object execute(
  Object p1
)

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