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

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

public static interface TransactionSQL.SelectDeletionsParams

Interface for managing the parameters to the selectDeletions prepared statement.


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

getCommandId

long getCommandId()
                  throws RdbException
Get the "CommandId" parameter to use within prepared statement

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


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