org.openanzo.common.rdb.sql
Class GraphSQL.StatementExistsParamsImpl

java.lang.Object
  extended by org.openanzo.common.rdb.sql.GraphSQL.StatementExistsParamsImpl
All Implemented Interfaces:
GraphSQL.StatementExistsParams
Enclosing class:
GraphSQL

public static class GraphSQL.StatementExistsParamsImpl
extends java.lang.Object
implements GraphSQL.StatementExistsParams

Default implementation of StatementExistsParams


Constructor Summary
GraphSQL.StatementExistsParamsImpl()
           
 
Method Summary
 long getNamedgraphId()
          Get the "NamedgraphId" 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

GraphSQL.StatementExistsParamsImpl

public GraphSQL.StatementExistsParamsImpl()
Method Detail

getNamedgraphId

public long getNamedgraphId()
Description copied from interface: GraphSQL.StatementExistsParams
Get the "NamedgraphId" parameter to use within prepared statement

Specified by:
getNamedgraphId in interface GraphSQL.StatementExistsParams
Returns:
the NamedgraphId to use within prepared statement

getSubj

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

Specified by:
getSubj in interface GraphSQL.StatementExistsParams
Returns:
the Subj to use within prepared statement

getProp

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

Specified by:
getProp in interface GraphSQL.StatementExistsParams
Returns:
the Prop to use within prepared statement

getObj

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

Specified by:
getObj in interface GraphSQL.StatementExistsParams
Returns:
the Obj to use within prepared statement


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