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

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

public static class TransactionSQL.DeleteChangesetParamsImpl
extends java.lang.Object
implements TransactionSQL.DeleteChangesetParams

Default implementation of DeleteChangesetParams


Constructor Summary
TransactionSQL.DeleteChangesetParamsImpl()
           
 
Method Summary
 long getCmdId()
          Get the "CmdId" parameter to use within prepared statement
 long getCsId()
          Get the "CsId" 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.DeleteChangesetParamsImpl

public TransactionSQL.DeleteChangesetParamsImpl()
Method Detail

getCmdId

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

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

getCsId

public long getCsId()
Description copied from interface: TransactionSQL.DeleteChangesetParams
Get the "CsId" parameter to use within prepared statement

Specified by:
getCsId in interface TransactionSQL.DeleteChangesetParams
Returns:
the CsId to use within prepared statement


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