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

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

public static class StatementRdbWrapper.SelectStatementIdParamsImpl
extends java.lang.Object
implements StatementRdbWrapper.SelectStatementIdParams

Default implementation of SelectStatementIdParams


Constructor Summary
StatementRdbWrapper.SelectStatementIdParamsImpl()
           
 
Method Summary
 long getNamedGraph()
          Get the "NamedGraph" parameter to use within prepared statement
 long getObj()
          Get the "Obj" parameter to use within prepared statement
 long getProp()
          Get the "Prop" parameter to use within prepared statement
 long getSubj()
          Get the "Subj" 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.SelectStatementIdParamsImpl

public StatementRdbWrapper.SelectStatementIdParamsImpl()
Method Detail

getNamedGraph

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

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

getSubj

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

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

getProp

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

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

getObj

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

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


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