org.openanzo.server.repository.rdb.sql
Class StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_15ParamsImpl

java.lang.Object
  extended by org.openanzo.server.repository.rdb.sql.StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_15ParamsImpl
All Implemented Interfaces:
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_15Params
Enclosing class:
StatementFindRdbWrapper

public static class StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_15ParamsImpl
extends java.lang.Object
implements StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_15Params

Default implementation of InsertStatementsByTripleNoAuth_15Params


Constructor Summary
StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_15ParamsImpl()
           
 
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

StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_15ParamsImpl

public StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_15ParamsImpl()
Method Detail

getNamedGraph

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

Specified by:
getNamedGraph in interface StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_15Params
Returns:
the NamedGraph to use within prepared statement

getSubj

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

Specified by:
getSubj in interface StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_15Params
Returns:
the Subj to use within prepared statement

getProp

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

Specified by:
getProp in interface StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_15Params
Returns:
the Prop to use within prepared statement

getObj

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

Specified by:
getObj in interface StatementFindRdbWrapper.InsertStatementsByTripleNoAuth_15Params
Returns:
the Obj to use within prepared statement


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