org.openanzo.common.rdb.sql
Interface TransactionSQL.UpdateCommandParams

All Known Implementing Classes:
TransactionSQL.UpdateCommandParamsImpl
Enclosing class:
TransactionSQL

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

getTransactionId

long getTransactionId()
                      throws RdbException
Get the "TransactionId" parameter to use within prepared statement

Returns:
the TransactionId to use within prepared statement
Throws:
RdbException

getCommandType

java.lang.String getCommandType()
                                throws RdbException
Get the "CommandType" parameter to use within prepared statement

Returns:
the CommandType to use within prepared statement
Throws:
RdbException

getContext

java.sql.Clob getContext()
                         throws RdbException
Get the "Context" parameter to use within prepared statement

Returns:
the Context to use within prepared statement
Throws:
RdbException

getPreReq

java.sql.Clob getPreReq()
                        throws RdbException
Get the "PreReq" parameter to use within prepared statement

Returns:
the PreReq to use within prepared statement
Throws:
RdbException

getId

long getId()
           throws RdbException
Get the "Id" parameter to use within prepared statement

Returns:
the Id to use within prepared statement
Throws:
RdbException


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.