|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface TransactionSQL.SelectCommandResult
Interface for holding the results of the selectCommand prepared statement.
| Method Summary | |
|---|---|
java.lang.String |
getCommandType()
Get the "CommandType" result value |
java.sql.Clob |
getContext()
Get the "Context" result value |
long |
getId()
Get the "Id" result value |
java.sql.Clob |
getPrereq()
Get the "Prereq" result value |
void |
setCommandType(java.lang.String commandType)
Set the "CommandType" result value |
void |
setContext(java.sql.Clob context)
Set the "Context" result value |
void |
setId(long id)
Set the "Id" result value |
void |
setPrereq(java.sql.Clob prereq)
Set the "Prereq" result value |
| Method Detail |
|---|
long getId()
throws RdbException
RdbException
void setId(long id)
throws RdbException
id - the "Id" result value
RdbException
java.lang.String getCommandType()
throws RdbException
RdbException
void setCommandType(java.lang.String commandType)
throws RdbException
commandType - the "CommandType" result value
RdbException
java.sql.Clob getPrereq()
throws RdbException
RdbException
void setPrereq(java.sql.Clob prereq)
throws RdbException
prereq - the "Prereq" result value
RdbException
java.sql.Clob getContext()
throws RdbException
RdbException
void setContext(java.sql.Clob context)
throws RdbException
context - the "Context" result value
RdbException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||