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

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

public static class TransactionSQL.SelectAdditionsParamsImpl
extends java.lang.Object
implements TransactionSQL.SelectAdditionsParams

Default implementation of SelectAdditionsParams


Constructor Summary
TransactionSQL.SelectAdditionsParamsImpl()
           
 
Method Summary
 long getCommandId2()
          Get the "CommandId2" parameter to use within prepared statement
 long getTransactionId()
          Get the "TransactionId" 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.SelectAdditionsParamsImpl

public TransactionSQL.SelectAdditionsParamsImpl()
Method Detail

getTransactionId

public long getTransactionId()
Description copied from interface: TransactionSQL.SelectAdditionsParams
Get the "TransactionId" parameter to use within prepared statement

Specified by:
getTransactionId in interface TransactionSQL.SelectAdditionsParams
Returns:
the TransactionId to use within prepared statement

getCommandId2

public long getCommandId2()
Description copied from interface: TransactionSQL.SelectAdditionsParams
Get the "CommandId2" parameter to use within prepared statement

Specified by:
getCommandId2 in interface TransactionSQL.SelectAdditionsParams
Returns:
the CommandId2 to use within prepared statement


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