org.openanzo.server.repository.rdb.sql
Interface InsertStatementsRdbWrapper.InsertTempStatementParams

All Known Implementing Classes:
InsertStatementsRdbWrapper.InsertTempStatementParamsImpl
Enclosing class:
InsertStatementsRdbWrapper

public static interface InsertStatementsRdbWrapper.InsertTempStatementParams

Interface for managing the parameters to the insertTempStatement prepared statement.


Method Summary
 long getGraphid()
          Get the "Graphid" parameter to use within prepared statement
 java.lang.Long getModified()
          Get the "Modified" parameter to use within prepared statement
 long getObj()
          Get the "Obj" parameter to use within prepared statement
 int getOperation()
          Get the "Operation" 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

getOperation

int getOperation()
                 throws AnzoException
Get the "Operation" parameter to use within prepared statement

Returns:
the Operation to use within prepared statement
Throws:
AnzoException

getGraphid

long getGraphid()
                throws AnzoException
Get the "Graphid" parameter to use within prepared statement

Returns:
the Graphid to use within prepared statement
Throws:
AnzoException

getSubj

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

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

getProp

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

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

getObj

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

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

getModified

java.lang.Long getModified()
                           throws AnzoException
Get the "Modified" parameter to use within prepared statement

Returns:
the Modified to use within prepared statement
Throws:
AnzoException


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