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

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

public static class TransactionSQL.UdpateChangesetParamsImpl
extends java.lang.Object
implements TransactionSQL.UdpateChangesetParams

Default implementation of UdpateChangesetParams


Constructor Summary
TransactionSQL.UdpateChangesetParamsImpl()
           
 
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 getId()
          Get the "Id" 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionSQL.UdpateChangesetParamsImpl

public TransactionSQL.UdpateChangesetParamsImpl()
Method Detail

getAddGraph

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

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

getRemoveGraph

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

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

getAddMetaGraph

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

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

getRemoveMetaGraph

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

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

getId

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

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


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