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

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

public static interface StatementFindRdbWrapper.InsertStatementsByTripleFromHistory_2Params

Interface for managing the parameters to the insertStatementsByTripleFromHistory_2 prepared statement.


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

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.