org.openanzo.common.rdb.sql
Interface TransactionSQL.DeleteChangesetParams

All Known Implementing Classes:
TransactionSQL.DeleteChangesetParamsImpl
Enclosing class:
TransactionSQL

public static interface TransactionSQL.DeleteChangesetParams

Interface for managing the parameters to the deleteChangeset prepared statement.


Method Summary
 long getCmdId()
          Get the "CmdId" parameter to use within prepared statement
 long getCsId()
          Get the "CsId" parameter to use within prepared statement
 

Method Detail

getCmdId

long getCmdId()
              throws RdbException
Get the "CmdId" parameter to use within prepared statement

Returns:
the CmdId to use within prepared statement
Throws:
RdbException

getCsId

long getCsId()
             throws RdbException
Get the "CsId" parameter to use within prepared statement

Returns:
the CsId to use within prepared statement
Throws:
RdbException


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