org.openanzo.common.rdb.sql
Class NodeSQL.StoreResolveNodeLongParamsImpl

java.lang.Object
  extended by org.openanzo.common.rdb.sql.NodeSQL.StoreResolveNodeLongParamsImpl
All Implemented Interfaces:
NodeSQL.StoreResolveNodeLongParams
Enclosing class:
NodeSQL

public static class NodeSQL.StoreResolveNodeLongParamsImpl
extends java.lang.Object
implements NodeSQL.StoreResolveNodeLongParams

Default implementation of StoreResolveNodeLongParams


Constructor Summary
NodeSQL.StoreResolveNodeLongParamsImpl()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeSQL.StoreResolveNodeLongParamsImpl

public NodeSQL.StoreResolveNodeLongParamsImpl()
Method Detail

getValue

public java.lang.String getValue()
Description copied from interface: NodeSQL.StoreResolveNodeLongParams
Get the "Value" parameter to use within prepared statement

Specified by:
getValue in interface NodeSQL.StoreResolveNodeLongParams
Returns:
the Value to use within prepared statement

getHash

public java.lang.Long getHash()
Description copied from interface: NodeSQL.StoreResolveNodeLongParams
Get the "Hash" parameter to use within prepared statement

Specified by:
getHash in interface NodeSQL.StoreResolveNodeLongParams
Returns:
the Hash to use within prepared statement


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