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

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

public static interface GlitterSQL.CountInferedPropertyParams

Interface for managing the parameters to the countInferedProperty 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.