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

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

public static interface TransactionSQL.SelectAdditionsParams

Interface for managing the parameters to the selectAdditions prepared statement.


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

getCommandId2

long getCommandId2()
                   throws RdbException
Get the "CommandId2" parameter to use within prepared statement

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


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