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

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

public static interface NodeSQL.StoreResolveNodeLongParams

Interface for managing the parameters to the storeResolveNodeLong prepared statement.


Method Summary
 java.lang.Long getHash()
          Get the "Hash" parameter to use within prepared statement
 java.lang.String getValue()
          Get the "Value" parameter to use within prepared statement
 

Method Detail

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

getHash

java.lang.Long getHash()
                       throws RdbException
Get the "Hash" parameter to use within prepared statement

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


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