getNextRowCore() Return the requested values computed
from the next row (if any) for which
the restriction evaluates to true.
restriction and projection parameters
are evaluated for each row.
exception: StandardException - thrown on failure. exception: StandardException - ResultSetNotOpen thrown if not yet open.
getTimeSpent(int type) Return the total amount of time spent in this ResultSet
Parameters: type - CURRENT_RESULTSET_ONLY - time spent only in this ResultSetENTIRE_RESULTSET_TREE - time spent in this ResultSet and below.
Do the projection against the sourceRow. If the source of the result set
is of type ProjectRestrictResultSet, the projection by that result set
will also be performed.
Parameters: sourceRow - row to be projected The result of the projection exception: StandardException - thrown on failure.
Get projection mapping array. The array consist of indexes which
maps the column in a row array to another position in the row array.
If the value is projected out of the row, the value is negative.
projection mapping array.
Return the requested values computed
from the next row (if any) for which
the restriction evaluates to true.
restriction and projection parameters
are evaluated for each row.
exception: StandardException - thrown on failure. exception: StandardException - ResultSetNotOpen thrown if not yet open. the next row in the result
Gets information from its source. We might want
to have this take a CursorResultSet in its constructor some day,
instead of doing a cast here?
See Also:CursorResultSet the row location of the current cursor row. exception: StandardException - thrown on failure.
Return the total amount of time spent in this ResultSet
Parameters: type - CURRENT_RESULTSET_ONLY - time spent only in this ResultSetENTIRE_RESULTSET_TREE - time spent in this ResultSet and below. long The total amount of time spent (in milliseconds).
open a scan on the table. scan parameters are evaluated
at each open, so there is probably some way of altering
their values...
exception: StandardException - thrown if cursor finished.
reopen a scan on the table. scan parameters are evaluated
at each open, so there is probably some way of altering
their values...
exception: StandardException - thrown if cursor finished.