public interface IntResultSet
Modifier and Type | Method and Description |
---|---|
IntResultSet |
getChild(java.lang.String rsId)
Returns IntResultSet of the child result set.
|
IntResultSet |
getParentRS() |
IntRowSet |
getRowSet()
Return the IntRowSet to the row in context.
|
int |
getRowSetContext()
Get current context row in a result set.
|
java.lang.String |
getRSId() |
boolean |
setRowSetContext(int rowSetContext)
Set context to the row number passed in.
|
java.lang.String getRSId()
IntResultSet getParentRS()
IntResultSet getChild(java.lang.String rsId) throws DEException
rsId
- ID of the child result setDEException
IntRowSet getRowSet() throws DEException
DEException
boolean setRowSetContext(int rowSetContext) throws DEException
rowSetContext
- The row number to set context to.DEException
getRowSetContext()
int getRowSetContext()
setRowSetContext(int)