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

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

public static interface TransactionSQL.UpdateTransactionStatementDelParams

Interface for managing the parameters to the updateTransactionStatementDel prepared statement.


Method Summary
 long getCommandId()
          Get the "CommandId" parameter to use within prepared statement
 int getMetadata()
          Get the "Metadata" parameter to use within prepared statement
 long getNamedgraphid()
          Get the "Namedgraphid" parameter to use within prepared statement
 long getObj()
          Get the "Obj" parameter to use within prepared statement
 long getProp()
          Get the "Prop" parameter to use within prepared statement
 long getSubj()
          Get the "Subj" parameter to use within prepared statement
 long getTransactionId()
          Get the "TransactionId" parameter to use within prepared statement
 

Method Detail

getMetadata

int getMetadata()
                throws RdbException
Get the "Metadata" parameter to use within prepared statement

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

getNamedgraphid

long getNamedgraphid()
                     throws RdbException
Get the "Namedgraphid" parameter to use within prepared statement

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

getSubj

long getSubj()
             throws RdbException
Get the "Subj" parameter to use within prepared statement

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

getProp

long getProp()
             throws RdbException
Get the "Prop" parameter to use within prepared statement

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

getObj

long getObj()
            throws RdbException
Get the "Obj" parameter to use within prepared statement

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

getTransactionId

long getTransactionId()
                      throws RdbException
Get the "TransactionId" parameter to use within prepared statement

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

getCommandId

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

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


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