org.openanzo.common.rdb.sql
Class TransactionSQL.PurgeCommitedStatementsParamsImpl

java.lang.Object
  extended by org.openanzo.common.rdb.sql.TransactionSQL.PurgeCommitedStatementsParamsImpl
All Implemented Interfaces:
TransactionSQL.PurgeCommitedStatementsParams
Enclosing class:
TransactionSQL

public static class TransactionSQL.PurgeCommitedStatementsParamsImpl
extends java.lang.Object
implements TransactionSQL.PurgeCommitedStatementsParams

Default implementation of PurgeCommitedStatementsParams


Constructor Summary
TransactionSQL.PurgeCommitedStatementsParamsImpl()
           
 
Method Summary
 long getLastTransaction()
          Get the "LastTransaction" parameter to use within prepared statement
 long getLastTransaction2()
          Get the "LastTransaction2" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionSQL.PurgeCommitedStatementsParamsImpl

public TransactionSQL.PurgeCommitedStatementsParamsImpl()
Method Detail

getLastTransaction

public long getLastTransaction()
Description copied from interface: TransactionSQL.PurgeCommitedStatementsParams
Get the "LastTransaction" parameter to use within prepared statement

Specified by:
getLastTransaction in interface TransactionSQL.PurgeCommitedStatementsParams
Returns:
the LastTransaction to use within prepared statement

getLastTransaction2

public long getLastTransaction2()
Description copied from interface: TransactionSQL.PurgeCommitedStatementsParams
Get the "LastTransaction2" parameter to use within prepared statement

Specified by:
getLastTransaction2 in interface TransactionSQL.PurgeCommitedStatementsParams
Returns:
the LastTransaction2 to use within prepared statement


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