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

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

public static class TransactionSQL.InsertCommandParamsImpl
extends java.lang.Object
implements TransactionSQL.InsertCommandParams

Default implementation of InsertCommandParams


Constructor Summary
TransactionSQL.InsertCommandParamsImpl()
           
 
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
 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.InsertCommandParamsImpl

public TransactionSQL.InsertCommandParamsImpl()
Method Detail

getTransactionId

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

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

getCommandType

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

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

getContext

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

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

getPreReq

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

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


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