org.openanzo.common.rdb.sql
Class GlitterSQL.Insert9ParamsImpl

java.lang.Object
  extended by org.openanzo.common.rdb.sql.GlitterSQL.Insert9ParamsImpl
All Implemented Interfaces:
GlitterSQL.Insert9Params
Enclosing class:
GlitterSQL

public static class GlitterSQL.Insert9ParamsImpl
extends java.lang.Object
implements GlitterSQL.Insert9Params

Default implementation of Insert9Params


Constructor Summary
GlitterSQL.Insert9ParamsImpl()
           
 
Method Summary
 long getNamedgraphId()
          Get the "NamedgraphId" parameter to use within prepared statement
 long getObjId()
          Get the "ObjId" parameter to use within prepared statement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlitterSQL.Insert9ParamsImpl

public GlitterSQL.Insert9ParamsImpl()
Method Detail

getNamedgraphId

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

Specified by:
getNamedgraphId in interface GlitterSQL.Insert9Params
Returns:
the NamedgraphId to use within prepared statement

getObjId

public long getObjId()
Description copied from interface: GlitterSQL.Insert9Params
Get the "ObjId" parameter to use within prepared statement

Specified by:
getObjId in interface GlitterSQL.Insert9Params
Returns:
the ObjId to use within prepared statement


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