OQLQuery
object must be created by calling Implementation.newOQLQuery
, then calling the create
method with the query string. The create
method might throw QueryInvalidException
if the query could not be compiled properly. Some implementations may not want to compile the query before execute
is called. In this case QueryInvalidException
is thrown when execute
is called.
@param query An OQL query.
@exception QueryInvalidException The query syntax is invalid.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|