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

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

public static class GlitterSQL.Select3ParamsImpl
extends java.lang.Object
implements GlitterSQL.Select3Params

Default implementation of Select3Params


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

public GlitterSQL.Select3ParamsImpl()
Method Detail

getNamedgraphId

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

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

getSubjId

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

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


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