org.openanzo.server.repository.rdb.sql
Interface StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_10Params

All Known Implementing Classes:
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_10ParamsImpl
Enclosing class:
StatementFindRdbWrapper

public static interface StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_10Params

Interface for managing the parameters to the insertStatementsByTripleNoAuth_10 prepared statement.


Method Summary
 long getObj()
          Get the "Obj" parameter to use within prepared statement
 long getSubj()
          Get the "Subj" parameter to use within prepared statement
 

Method Detail

getSubj

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

Returns:
the Subj 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


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