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

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

public static interface GlitterSQL.PrepareObjectInferPO_1_NO_WITH_0Params

Interface for managing the parameters to the prepareObjectInferPO_1_NO_WITH_0 prepared statement.


Method Summary
 long getObjectId()
          Get the "ObjectId" parameter to use within prepared statement
 long getOntId()
          Get the "OntId" parameter to use within prepared statement
 long getPropId()
          Get the "PropId" parameter to use within prepared statement
 

Method Detail

getOntId

long getOntId()
              throws RdbException
Get the "OntId" parameter to use within prepared statement

Returns:
the OntId 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

getObjectId

long getObjectId()
                 throws RdbException
Get the "ObjectId" parameter to use within prepared statement

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


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