org.openanzo.server.repository.rdb.sql
Interface StatementRdbWrapper.SelectStatementsByTripleHistoryParams

All Known Implementing Classes:
StatementRdbWrapper.SelectStatementsByTripleHistoryParamsImpl
Enclosing class:
StatementRdbWrapper

public static interface StatementRdbWrapper.SelectStatementsByTripleHistoryParams

Interface for managing the parameters to the selectStatementsByTripleHistory 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
 java.lang.Long getLastTransactionTime3()
          Get the "LastTransactionTime3" parameter to use within prepared statement
 java.lang.Long getLastTransactionTime4()
          Get the "LastTransactionTime4" parameter to use within prepared statement
 java.lang.Long getLastTransactionTime5()
          Get the "LastTransactionTime5" parameter to use within prepared statement
 java.lang.Long getLastTransactionTime6()
          Get the "LastTransactionTime6" parameter to use within prepared statement
 java.lang.Long getLastTransactionTime7()
          Get the "LastTransactionTime7" parameter to use within prepared statement
 java.lang.Long getLastTransactionTime8()
          Get the "LastTransactionTime8" parameter to use within prepared statement
 long getNamedGraph()
          Get the "NamedGraph" parameter to use within prepared statement
 int getNamedGraphNull()
          Get the "NamedGraphNull" parameter to use within prepared statement
 long getObj()
          Get the "Obj" parameter to use within prepared statement
 int getObjNull()
          Get the "ObjNull" parameter to use within prepared statement
 long getProp()
          Get the "Prop" parameter to use within prepared statement
 int getPropNull()
          Get the "PropNull" parameter to use within prepared statement
 long getSubj()
          Get the "Subj" parameter to use within prepared statement
 int getSubjNull()
          Get the "SubjNull" parameter to use within prepared statement
 long getUserId()
          Get the "UserId" parameter to use within prepared statement
 

Method Detail

getNamedGraphNull

int getNamedGraphNull()
                      throws AnzoException
Get the "NamedGraphNull" parameter to use within prepared statement

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

getNamedGraph

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

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

getSubjNull

int getSubjNull()
                throws AnzoException
Get the "SubjNull" parameter to use within prepared statement

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

getPropNull

int getPropNull()
                throws AnzoException
Get the "PropNull" parameter to use within prepared statement

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

getProp

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

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

getObjNull

int getObjNull()
               throws AnzoException
Get the "ObjNull" parameter to use within prepared statement

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

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

getLastTransactionTime3

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

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

getLastTransactionTime4

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

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

getLastTransactionTime5

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

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

getLastTransactionTime6

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

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

getLastTransactionTime7

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

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

getLastTransactionTime8

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

Returns:
the LastTransactionTime8 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.