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

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

public static class NodeSQL.FetchLongLiteralNodeIDParamsImpl
extends java.lang.Object
implements NodeSQL.FetchLongLiteralNodeIDParams

Default implementation of FetchLongLiteralNodeIDParams


Constructor Summary
NodeSQL.FetchLongLiteralNodeIDParamsImpl()
           
 
Method Summary
 long getHash()
          Get the "Hash" parameter to use within prepared statement
 long getModifier_id()
          Get the "Modifier_id" 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.FetchLongLiteralNodeIDParamsImpl

public NodeSQL.FetchLongLiteralNodeIDParamsImpl()
Method Detail

getHash

public long getHash()
Description copied from interface: NodeSQL.FetchLongLiteralNodeIDParams
Get the "Hash" parameter to use within prepared statement

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

getModifier_id

public long getModifier_id()
Description copied from interface: NodeSQL.FetchLongLiteralNodeIDParams
Get the "Modifier_id" parameter to use within prepared statement

Specified by:
getModifier_id in interface NodeSQL.FetchLongLiteralNodeIDParams
Returns:
the Modifier_id to use within prepared statement


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