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

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

public static interface StatementFindRdbWrapper.InsertStatementsByTripleNoAuthHistory_4Params

Interface for managing the parameters to the insertStatementsByTripleNoAuthHistory_4 prepared statement.


Method Summary
 java.lang.Long getLastTransactionTime1()
          Get the "LastTransactionTime1" parameter to use within prepared statement
 java.lang.Long getLastTransactionTime2()
          Get the "LastTransactionTime2" parameter to use within prepared statement
 long getProp()
          Get the "Prop" parameter to use within prepared statement
 

Method Detail

getProp

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

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

getLastTransactionTime1

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

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

getLastTransactionTime2

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

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


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