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

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

public static class GlitterSQL.InsertFindNPParamsImpl
extends java.lang.Object
implements GlitterSQL.InsertFindNPParams

Default implementation of InsertFindNPParams


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

public GlitterSQL.InsertFindNPParamsImpl()
Method Detail

getNamedGraphId

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

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

getPropId

public long getPropId()
Description copied from interface: GlitterSQL.InsertFindNPParams
Get the "PropId" parameter to use within prepared statement

Specified by:
getPropId in interface GlitterSQL.InsertFindNPParams
Returns:
the PropId to use within prepared statement


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