org.openanzo.common.rdb.sql
Interface NodeSQL.FindNodeIDParams

All Known Implementing Classes:
NodeSQL.FindNodeIDParamsImpl
Enclosing class:
NodeSQL

public static interface NodeSQL.FindNodeIDParams

Interface for managing the parameters to the findNodeID prepared statement.


Method Summary
 long getModifierId()
          Get the "ModifierId" parameter to use within prepared statement
 java.lang.String getValue()
          Get the "Value" parameter to use within prepared statement
 

Method Detail

getModifierId

long getModifierId()
                   throws RdbException
Get the "ModifierId" parameter to use within prepared statement

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

getValue

java.lang.String getValue()
                          throws RdbException
Get the "Value" parameter to use within prepared statement

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


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