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

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

public static class TransactionSQL.UpdateCommandParamsImpl
extends java.lang.Object
implements TransactionSQL.UpdateCommandParams

Default implementation of UpdateCommandParams


Constructor Summary
TransactionSQL.UpdateCommandParamsImpl()
           
 
Method Summary
 java.lang.String getCommandType()
          Get the "CommandType" parameter to use within prepared statement
 java.sql.Clob getContext()
          Get the "Context" parameter to use within prepared statement
 long getId()
          Get the "Id" parameter to use within prepared statement
 java.sql.Clob getPreReq()
          Get the "PreReq" 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.UpdateCommandParamsImpl

public TransactionSQL.UpdateCommandParamsImpl()
Method Detail

getTransactionId

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

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

getCommandType

public java.lang.String getCommandType()
Description copied from interface: TransactionSQL.UpdateCommandParams
Get the "CommandType" parameter to use within prepared statement

Specified by:
getCommandType in interface TransactionSQL.UpdateCommandParams
Returns:
the CommandType to use within prepared statement

getContext

public java.sql.Clob getContext()
Description copied from interface: TransactionSQL.UpdateCommandParams
Get the "Context" parameter to use within prepared statement

Specified by:
getContext in interface TransactionSQL.UpdateCommandParams
Returns:
the Context to use within prepared statement

getPreReq

public java.sql.Clob getPreReq()
Description copied from interface: TransactionSQL.UpdateCommandParams
Get the "PreReq" parameter to use within prepared statement

Specified by:
getPreReq in interface TransactionSQL.UpdateCommandParams
Returns:
the PreReq to use within prepared statement

getId

public long getId()
Description copied from interface: TransactionSQL.UpdateCommandParams
Get the "Id" parameter to use within prepared statement

Specified by:
getId in interface TransactionSQL.UpdateCommandParams
Returns:
the Id to use within prepared statement


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