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

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

public static class GlitterSQL.Select9ParamsImpl
extends java.lang.Object
implements GlitterSQL.Select9Params

Default implementation of Select9Params


Constructor Summary
GlitterSQL.Select9ParamsImpl()
           
 
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.Select9ParamsImpl

public GlitterSQL.Select9ParamsImpl()
Method Detail

getNamedgraphId

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

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

getObjId

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

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


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