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

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

public static interface GlitterSQL.InsertInferedObjectParams

Interface for managing the parameters to the insertInferedObject prepared statement.


Method Summary
 long getInferedObjId()
          Get the "InferedObjId" parameter to use within prepared statement
 long getObjId()
          Get the "ObjId" 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

getObjId

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

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

getInferedObjId

long getInferedObjId()
                     throws RdbException
Get the "InferedObjId" parameter to use within prepared statement

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


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