org.openanzo.server.repository.rdb.sql
Class StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParamsImpl
All Implemented Interfaces:
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Enclosing class:
StatementRdbWrapper

public static class StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParamsImpl
extends java.lang.Object
implements StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams

Default implementation of SelectStatementsByTripleNoAuthHistoryParams


Constructor Summary
StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParamsImpl()
           
 
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 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParamsImpl

public StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParamsImpl()
Method Detail

getNamedGraphNull

public int getNamedGraphNull()
Description copied from interface: StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Get the "NamedGraphNull" parameter to use within prepared statement

Specified by:
getNamedGraphNull in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Returns:
the NamedGraphNull to use within prepared statement

getNamedGraph

public long getNamedGraph()
Description copied from interface: StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Get the "NamedGraph" parameter to use within prepared statement

Specified by:
getNamedGraph in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Returns:
the NamedGraph to use within prepared statement

getSubjNull

public int getSubjNull()
Description copied from interface: StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Get the "SubjNull" parameter to use within prepared statement

Specified by:
getSubjNull in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Returns:
the SubjNull to use within prepared statement

getSubj

public long getSubj()
Description copied from interface: StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Get the "Subj" parameter to use within prepared statement

Specified by:
getSubj in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Returns:
the Subj to use within prepared statement

getPropNull

public int getPropNull()
Description copied from interface: StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Get the "PropNull" parameter to use within prepared statement

Specified by:
getPropNull in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Returns:
the PropNull to use within prepared statement

getProp

public long getProp()
Description copied from interface: StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Get the "Prop" parameter to use within prepared statement

Specified by:
getProp in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Returns:
the Prop to use within prepared statement

getObjNull

public int getObjNull()
Description copied from interface: StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Get the "ObjNull" parameter to use within prepared statement

Specified by:
getObjNull in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Returns:
the ObjNull to use within prepared statement

getObj

public long getObj()
Description copied from interface: StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Get the "Obj" parameter to use within prepared statement

Specified by:
getObj in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Returns:
the Obj to use within prepared statement

getLastTransactionTime1

public java.lang.Long getLastTransactionTime1()
Description copied from interface: StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Get the "LastTransactionTime1" parameter to use within prepared statement

Specified by:
getLastTransactionTime1 in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Returns:
the LastTransactionTime1 to use within prepared statement

getLastTransactionTime2

public java.lang.Long getLastTransactionTime2()
Description copied from interface: StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Get the "LastTransactionTime2" parameter to use within prepared statement

Specified by:
getLastTransactionTime2 in interface StatementRdbWrapper.SelectStatementsByTripleNoAuthHistoryParams
Returns:
the LastTransactionTime2 to use within prepared statement


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