|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.toplink.queryframework.DatabaseQuery | +--oracle.toplink.queryframework.ReadQuery | +--oracle.toplink.queryframework.DataReadQuery | +--oracle.toplink.queryframework.DirectReadQuery | +--oracle.toplink.queryframework.ValueReadQuery
Purpose: Concrete class to perform a read of a single data value.
Responsibilities: Used in conjunction with CursoredStream size and Platform getSequence. This can be used to read a single data value (i.e. one field). A single data value is returned, or null if no rows are returned.
Fields inherited from class oracle.toplink.queryframework.DatabaseQuery |
CascadeAggregateDelete, CascadeAllParts, CascadeDependentParts,
CascadePrivateParts, NoCascading, QUERY_PREPARE |
Fields inherited from interface oracle.toplink.internal.helper.FalseUndefinedTrue |
False, True, Undefined |
Constructor Summary |
ValueReadQuery()
PUBLIC: Initialize the state of the query. |
ValueReadQuery(Call call)
PUBLIC: Initialize the query to use the specified call. |
ValueReadQuery(java.lang.String sqlString)
PUBLIC: Initialize the query to use the specified SQL string. |
Method Summary |
Type | Method |
---|
Methods inherited from class oracle.toplink.queryframework.DirectReadQuery |
|
Methods inherited from class oracle.toplink.queryframework.DataReadQuery |
getContainerPolicy, isDataReadQuery, setContainerPolicy,
useCollectionClass, useCursoredStream, useCursoredStream, useCursoredStream, useScrollableCursor,
useScrollableCursor |
Methods inherited from class oracle.toplink.queryframework.ReadQuery |
cacheQueryResults, clearQueryResults, doNotCacheQueryResults,
getMaxRows, isReadQuery, setMaxRows,
setShouldCacheQueryResults, shouldCacheQueryResults |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ValueReadQuery()
public ValueReadQuery(java.lang.String sqlString)
public ValueReadQuery(Call call)
Method Detail |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |