org.openanzo.common.rdb.sql
Interface GlitterSQL.InsertFindNSOParams

All Known Implementing Classes:
GlitterSQL.InsertFindNSOParamsImpl
Enclosing class:
GlitterSQL

public static interface GlitterSQL.InsertFindNSOParams

Interface for managing the parameters to the insertFindNSO prepared statement.


Method Summary
 long getNamedGraphId()
          Get the "NamedGraphId" parameter to use within prepared statement
 long getSubjId()
          Get the "SubjId" parameter to use within prepared statement
 

Method Detail

getNamedGraphId

long getNamedGraphId()
                     throws RdbException
Get the "NamedGraphId" parameter to use within prepared statement

Returns:
the NamedGraphId to use within prepared statement
Throws:
RdbException

getSubjId

long getSubjId()
               throws RdbException
Get the "SubjId" parameter to use within prepared statement

Returns:
the SubjId to use within prepared statement
Throws:
RdbException


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