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

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

public static class StatementRdbWrapper.SelectStatementsByTripleFromHistoryParamsImpl
extends java.lang.Object
implements StatementRdbWrapper.SelectStatementsByTripleFromHistoryParams

Default implementation of SelectStatementsByTripleFromHistoryParams


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

Constructor Detail

StatementRdbWrapper.SelectStatementsByTripleFromHistoryParamsImpl

public StatementRdbWrapper.SelectStatementsByTripleFromHistoryParamsImpl()
Method Detail

getNamedGraphNull

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

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

getNamedGraph

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

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

getSubjNull

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

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

getSubj

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

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

getPropNull

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

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

getProp

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

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

getObjNull

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

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

getObj

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

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

getUserId

public long getUserId()
Description copied from interface: StatementRdbWrapper.SelectStatementsByTripleFromHistoryParams
Get the "UserId" parameter to use within prepared statement

Specified by:
getUserId in interface StatementRdbWrapper.SelectStatementsByTripleFromHistoryParams
Returns:
the UserId to use within prepared statement


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