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

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

public static interface StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_3Params

Interface for managing the parameters to the insertStatementsByTripleNoAuth_3 prepared statement.


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

Method Detail

getNamedGraph

long getNamedGraph()
                   throws AnzoException
Get the "NamedGraph" parameter to use within prepared statement

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


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