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

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

public static interface GlitterSQL.InsertFindMSPO_PParams

Interface for managing the parameters to the insertFindMSPO_P prepared statement.


Method Summary
 long getObjId()
          Get the "ObjId" 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

getObjId

long getObjId()
              throws RdbException
Get the "ObjId" parameter to use within prepared statement

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


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