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

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

public static interface TransactionSQL.UpdateStatementAddParams

Interface for managing the parameters to the updateStatementAdd prepared statement.


Method Summary
 long getLastTransaction()
          Get the "LastTransaction" parameter to use within prepared statement
 long getLastTransaction2()
          Get the "LastTransaction2" 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
 

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

getLastTransaction

long getLastTransaction()
                        throws RdbException
Get the "LastTransaction" parameter to use within prepared statement

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

getLastTransaction2

long getLastTransaction2()
                         throws RdbException
Get the "LastTransaction2" parameter to use within prepared statement

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


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