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

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

public static interface TransactionSQL.InsertCommandStatementAddParams

Interface for managing the parameters to the insertCommandStatementAdd 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 getTransId()
          Get the "TransId" 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

getTransId

long getTransId()
                throws RdbException
Get the "TransId" parameter to use within prepared statement

Returns:
the TransId 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.