public interface IntRowSet extends IntRowWrite
Modifier and Type | Method and Description |
---|---|
IntRowSet |
addChildRS(java.lang.String childRSId)
adds child rs to the current rs (if third party system supports nested rs)
|
void |
addRow()
adds row to the child result set, assume that tranType is ROW_Merge
|
default void |
addRow(com.deltek.enterprise.core.utils.integration.BasicRowStatus tranType)
adds row to the child result set, with tranType
|
setBoolean, setDate, setDouble, setInteger, setLong, setString
IntRowSet addChildRS(java.lang.String childRSId) throws DEException
childRSId
- reference to the child rsDEException
void addRow() throws DEException
DEException
default void addRow(com.deltek.enterprise.core.utils.integration.BasicRowStatus tranType) throws DEException
tranType
- one of the tranTypes defined in BasicRowStatusDEException