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

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

public static interface TransactionSQL.DeleteCommandParams

Interface for managing the parameters to the deleteCommand prepared statement.


Method Summary
 long getCmdId()
          Get the "CmdId" 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

getCmdId

long getCmdId()
              throws RdbException
Get the "CmdId" parameter to use within prepared statement

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


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