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

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

public static class GraphSQL.InsertStatementParamsImpl
extends java.lang.Object
implements GraphSQL.InsertStatementParams

Default implementation of InsertStatementParams


Constructor Summary
GraphSQL.InsertStatementParamsImpl()
           
 
Method Summary
 int getMetadata()
          Get the "Metadata" parameter to use within prepared statement
 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.InsertStatementParamsImpl

public GraphSQL.InsertStatementParamsImpl()
Method Detail

getMetadata

public int getMetadata()
Description copied from interface: GraphSQL.InsertStatementParams
Get the "Metadata" parameter to use within prepared statement

Specified by:
getMetadata in interface GraphSQL.InsertStatementParams
Returns:
the Metadata to use within prepared statement

getNamedgraphId

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

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

getSubj

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

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

getProp

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

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

getObj

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

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


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