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

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

public static class TransactionSQL.DeleteCommandParamsImpl
extends java.lang.Object
implements TransactionSQL.DeleteCommandParams

Default implementation of DeleteCommandParams


Constructor Summary
TransactionSQL.DeleteCommandParamsImpl()
           
 
Method Summary
 long getCmdId()
          Get the "CmdId" 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.DeleteCommandParamsImpl

public TransactionSQL.DeleteCommandParamsImpl()
Method Detail

getTransactionId

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

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

getCmdId

public long getCmdId()
Description copied from interface: TransactionSQL.DeleteCommandParams
Get the "CmdId" parameter to use within prepared statement

Specified by:
getCmdId in interface TransactionSQL.DeleteCommandParams
Returns:
the CmdId to use within prepared statement


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