org.openanzo.server.repository.rdb.sql
Interface InferenceRdbWrapper.InsertInferedPropertyParams

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

public static interface InferenceRdbWrapper.InsertInferedPropertyParams

Interface for managing the parameters to the insertInferedProperty prepared statement.


Method Summary
 java.lang.Long getInferredProp()
          Get the "InferredProp" parameter to use within prepared statement
 java.lang.Long getProp()
          Get the "Prop" parameter to use within prepared statement
 

Method Detail

getProp

java.lang.Long getProp()
                       throws AnzoException
Get the "Prop" parameter to use within prepared statement

Returns:
the Prop to use within prepared statement
Throws:
AnzoException

getInferredProp

java.lang.Long getInferredProp()
                               throws AnzoException
Get the "InferredProp" parameter to use within prepared statement

Returns:
the InferredProp to use within prepared statement
Throws:
AnzoException


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