ODMGException
.
@return The object that represents the result of the query.The returned data, whatever its OQL type, is encapsulated into an object. For instance, when OQL returns an integer, the result is put into an Integer
object. When OQL returns a collection (literal or object), the result is always a Java collection object of the same kind (for instance, a DList
).
@exception QueryException An exception has occurred while executing the query.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|