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

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

public static interface TransactionSQL.InsertChangesetParams

Interface for managing the parameters to the insertChangeset 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 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
 

Method Detail

getCommandId

long getCommandId()
                  throws RdbException
Get the "CommandId" parameter to use within prepared statement

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

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

getUri

java.lang.String getUri()
                        throws RdbException
Get the "Uri" parameter to use within prepared statement

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


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