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

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

public static interface GlitterSQL.Select7MParams

Interface for managing the parameters to the select7M prepared statement.


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

Method Detail

getSubjId

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

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

getPropId

long getPropId()
               throws RdbException
Get the "PropId" parameter to use within prepared statement

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


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