|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultCursor | |
wt.pds | Provides additional Persistent Database
Services. See
PersistenceManager to fulfill most database access needs. |
wt.query | Provides generic support for defining SQL queries
(see
QuerySpec and the various things
that can be appended to it) in a database
inedependent manner that should be used with the
PersistenceManager . |
Uses of ResultCursor in wt.pds |
Classes in wt.pds that implement ResultCursor | |
class |
BasicResultCursor
This class provides functionality for accessing the rows in a result set. |
class |
ObjectReferenceCursor
This class implements functionality of a ResultCursor which is specialized to process ObjectReferences in a ResultSet and "inflate" these references into full objects which are then returned as result objects. |
class |
RangeResultCursor
This class provides functionality for accessing the rows in a result set beginning at a given index over a given range. |
Fields in wt.pds declared as ResultCursor | |
private ResultCursor |
RangeResultCursor.delegate
|
private ResultCursor |
ObjectReferenceCursor.delegate
|
Methods in wt.pds that return ResultCursor | |
ResultCursor |
StatementSpec.getResultCursor()
Gets the object for the association that plays role: RESULT_CURSOR. |
ResultCursor |
RangeResultCursor.getDelegate()
Gets the object for the association that plays role: delegate. |
ResultCursor |
ObjectReferenceCursor.getDelegate()
Gets the object for the association that plays role: delegate. |
ResultCursor |
InflateSpec.getResultCursor()
Gets the object for the association that plays role: resultCursor. |
Methods in wt.pds with parameters of type ResultCursor | |
void |
RangeResultCursor.setDelegate(ResultCursor a_Delegate)
Sets the object for the association that plays role: delegate. |
private void |
RangeResultCursor.delegateValidate(ResultCursor a_Delegate)
|
void |
ObjectReferenceCursor.setDelegate(ResultCursor a_Delegate)
Sets the object for the association that plays role: delegate. |
private void |
ObjectReferenceCursor.delegateValidate(ResultCursor a_Delegate)
|
Uses of ResultCursor in wt.query |
Fields in wt.query declared as ResultCursor | |
private ResultCursor |
QuerySpec.resultCursor
|
private ResultCursor |
CompoundQuerySpec.resultCursor
|
private ResultCursor |
CompositeQuerySpec.resultCursor
|
Methods in wt.query that return ResultCursor | |
ResultCursor |
QuerySpec.getResultCursor()
Gets the object for the association that plays role: resultCursor. |
ResultCursor |
PageableQuerySpec.getResultCursor()
Gets the object for the association that plays role: resultCursor. |
ResultCursor |
ObjectReferenceSpec.getResultCursor()
Deprecated. |
ResultCursor |
CompoundQuerySpec.getResultCursor()
Gets the object for the association that plays role: resultCursor. |
ResultCursor |
CompositeQuerySpec.getResultCursor()
Gets the object for the association that plays role: resultCursor. |
Methods in wt.query with parameters of type ResultCursor | |
void |
CompoundQuerySpec.setResultCursor(ResultCursor a_ResultCursor)
Sets the object for the association that plays role: resultCursor. |
private void |
CompoundQuerySpec.resultCursorValidate(ResultCursor a_ResultCursor)
|
void |
CompositeQuerySpec.setResultCursor(ResultCursor a_ResultCursor)
Sets the object for the association that plays role: resultCursor. |
private void |
CompositeQuerySpec.resultCursorValidate(ResultCursor a_ResultCursor)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |