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

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

public static class TransactionSQL.SelectDeletionsParamsImpl
extends java.lang.Object
implements TransactionSQL.SelectDeletionsParams

Default implementation of SelectDeletionsParams


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

public TransactionSQL.SelectDeletionsParamsImpl()
Method Detail

getTransactionId

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

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

getCommandId

public long getCommandId()
Description copied from interface: TransactionSQL.SelectDeletionsParams
Get the "CommandId" parameter to use within prepared statement

Specified by:
getCommandId in interface TransactionSQL.SelectDeletionsParams
Returns:
the CommandId to use within prepared statement


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