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

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

public static interface GlitterSQL.InsertInferedPropertyParams

Interface for managing the parameters to the insertInferedProperty prepared statement.


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

getInferedPropId

long getInferedPropId()
                      throws RdbException
Get the "InferedPropId" parameter to use within prepared statement

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


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