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

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

public static interface TransactionSQL.UdpateChangesetParams

Interface for managing the parameters to the udpateChangeset prepared statement.


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
 

Method Detail

getAddGraph

java.sql.Clob getAddGraph()
                          throws RdbException
Get the "AddGraph" parameter to use within prepared statement

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

getRemoveGraph

java.sql.Clob getRemoveGraph()
                             throws RdbException
Get the "RemoveGraph" parameter to use within prepared statement

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

getAddMetaGraph

java.sql.Clob getAddMetaGraph()
                              throws RdbException
Get the "AddMetaGraph" parameter to use within prepared statement

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

getRemoveMetaGraph

java.sql.Clob getRemoveMetaGraph()
                                 throws RdbException
Get the "RemoveMetaGraph" parameter to use within prepared statement

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

getId

long getId()
           throws RdbException
Get the "Id" parameter to use within prepared statement

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


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