|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface TransactionSQL.UpdateCommandParams
Interface for managing the parameters to the updateCommand prepared statement.
| Method Summary | |
|---|---|
java.lang.String |
getCommandType()
Get the "CommandType" parameter to use within prepared statement |
java.sql.Clob |
getContext()
Get the "Context" parameter to use within prepared statement |
long |
getId()
Get the "Id" parameter to use within prepared statement |
java.sql.Clob |
getPreReq()
Get the "PreReq" parameter to use within prepared statement |
long |
getTransactionId()
Get the "TransactionId" parameter to use within prepared statement |
| Method Detail |
|---|
long getTransactionId()
throws RdbException
RdbException
java.lang.String getCommandType()
throws RdbException
RdbException
java.sql.Clob getContext()
throws RdbException
RdbException
java.sql.Clob getPreReq()
throws RdbException
RdbException
long getId()
throws RdbException
RdbException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||