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

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

public static class GlitterSQL.InsertFindNSOParamsImpl
extends java.lang.Object
implements GlitterSQL.InsertFindNSOParams

Default implementation of InsertFindNSOParams


Constructor Summary
GlitterSQL.InsertFindNSOParamsImpl()
           
 
Method Summary
 long getNamedGraphId()
          Get the "NamedGraphId" parameter to use within prepared statement
 long getSubjId()
          Get the "SubjId" 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.InsertFindNSOParamsImpl

public GlitterSQL.InsertFindNSOParamsImpl()
Method Detail

getNamedGraphId

public long getNamedGraphId()
Description copied from interface: GlitterSQL.InsertFindNSOParams
Get the "NamedGraphId" parameter to use within prepared statement

Specified by:
getNamedGraphId in interface GlitterSQL.InsertFindNSOParams
Returns:
the NamedGraphId to use within prepared statement

getSubjId

public long getSubjId()
Description copied from interface: GlitterSQL.InsertFindNSOParams
Get the "SubjId" parameter to use within prepared statement

Specified by:
getSubjId in interface GlitterSQL.InsertFindNSOParams
Returns:
the SubjId to use within prepared statement


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