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

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

public static class TransactionSQL.InsertChangesetParamsImpl
extends java.lang.Object
implements TransactionSQL.InsertChangesetParams

Default implementation of InsertChangesetParams


Constructor Summary
TransactionSQL.InsertChangesetParamsImpl()
           
 
Method Summary
 java.sql.Clob getAddGraph()
          Get the "AddGraph" parameter to use within prepared statement
 java.sql.Clob getAddMetaGraph()
          Get the "AddMetaGraph" parameter to use within prepared statement
 long getCommandId()
          Get the "CommandId" parameter to use within prepared statement
 java.sql.Clob getRemoveGraph()
          Get the "RemoveGraph" parameter to use within prepared statement
 java.sql.Clob getRemoveMetaGraph()
          Get the "RemoveMetaGraph" parameter to use within prepared statement
 java.lang.String getUri()
          Get the "Uri" 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.InsertChangesetParamsImpl

public TransactionSQL.InsertChangesetParamsImpl()
Method Detail

getCommandId

public long getCommandId()
Description copied from interface: TransactionSQL.InsertChangesetParams
Get the "CommandId" parameter to use within prepared statement

Specified by:
getCommandId in interface TransactionSQL.InsertChangesetParams
Returns:
the CommandId to use within prepared statement

getAddGraph

public java.sql.Clob getAddGraph()
Description copied from interface: TransactionSQL.InsertChangesetParams
Get the "AddGraph" parameter to use within prepared statement

Specified by:
getAddGraph in interface TransactionSQL.InsertChangesetParams
Returns:
the AddGraph to use within prepared statement

getRemoveGraph

public java.sql.Clob getRemoveGraph()
Description copied from interface: TransactionSQL.InsertChangesetParams
Get the "RemoveGraph" parameter to use within prepared statement

Specified by:
getRemoveGraph in interface TransactionSQL.InsertChangesetParams
Returns:
the RemoveGraph to use within prepared statement

getAddMetaGraph

public java.sql.Clob getAddMetaGraph()
Description copied from interface: TransactionSQL.InsertChangesetParams
Get the "AddMetaGraph" parameter to use within prepared statement

Specified by:
getAddMetaGraph in interface TransactionSQL.InsertChangesetParams
Returns:
the AddMetaGraph to use within prepared statement

getRemoveMetaGraph

public java.sql.Clob getRemoveMetaGraph()
Description copied from interface: TransactionSQL.InsertChangesetParams
Get the "RemoveMetaGraph" parameter to use within prepared statement

Specified by:
getRemoveMetaGraph in interface TransactionSQL.InsertChangesetParams
Returns:
the RemoveMetaGraph to use within prepared statement

getUri

public java.lang.String getUri()
Description copied from interface: TransactionSQL.InsertChangesetParams
Get the "Uri" parameter to use within prepared statement

Specified by:
getUri in interface TransactionSQL.InsertChangesetParams
Returns:
the Uri to use within prepared statement


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