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

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

public static interface TransactionSQL.PurgeCommitedStatementsParams

Interface for managing the parameters to the purgeCommitedStatements prepared statement.


Method Summary
 long getLastTransaction()
          Get the "LastTransaction" parameter to use within prepared statement
 long getLastTransaction2()
          Get the "LastTransaction2" parameter to use within prepared statement
 

Method Detail

getLastTransaction

long getLastTransaction()
                        throws RdbException
Get the "LastTransaction" parameter to use within prepared statement

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

getLastTransaction2

long getLastTransaction2()
                         throws RdbException
Get the "LastTransaction2" parameter to use within prepared statement

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


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