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

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

public static class GlitterSQL.InsertFindNSPParamsImpl
extends java.lang.Object
implements GlitterSQL.InsertFindNSPParams

Default implementation of InsertFindNSPParams


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

public GlitterSQL.InsertFindNSPParamsImpl()
Method Detail

getNamedGraphId

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

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

getSubjId

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

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

getPropId

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

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


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