getRowLocation() A union has a single underlying row at a time, although
from one of several sources.
public long
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.
A union has a single underlying row at a time, although
from one of several sources.
See Also:CursorResultSet the current row. exception: StandardException - thrown on failure.
If there are rows still on the first source, return the
next one; otherwise, switch to the second source and
return a row from there.
exception: StandardException - thrown on failure
A union has a single underlying row at a time, although
from one of several sources.
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).