If the query specified parameters these parameters must be set (bound) before executing the query. Execution of the query will result in an enumeration of all the objects found by the query. The query can be re-executed by binding new parameters and calling the {@link #execute()} method a second time. A query can bere-execute while objects are still retrieved from a previous execution. @author Assaf Arkin @version $Revision: 7121 $ $Date: 2006-03-16 16:04:24 -0700 (Thu, 16 Mar 2006) $ @see OQLQuery @see Database#getQuery
|
|
|
|
|
|
|
|
|
|