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

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

public static interface StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_9Params

Interface for managing the parameters to the insertStatementsByTripleFromHistory_9 prepared statement.


Method Summary
 long getNamedGraph()
          Get the "NamedGraph" parameter to use within prepared statement
 long getObj()
          Get the "Obj" parameter to use within prepared statement
 long getUserId()
          Get the "UserId" 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

getObj

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

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

getUserId

long getUserId()
               throws AnzoException
Get the "UserId" parameter to use within prepared statement

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


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