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

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

public static class GraphSQL.DeleteStatementParamsImpl
extends java.lang.Object
implements GraphSQL.DeleteStatementParams

Default implementation of DeleteStatementParams


Constructor Summary
GraphSQL.DeleteStatementParamsImpl()
           
 
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.DeleteStatementParamsImpl

public GraphSQL.DeleteStatementParamsImpl()
Method Detail

getNamedgraphId

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

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

getSubj

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

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

getProp

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

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

getObj

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

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


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