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

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

public static class NodeSQL.StoreResolveLiteralLongParamsImpl
extends java.lang.Object
implements NodeSQL.StoreResolveLiteralLongParams

Default implementation of StoreResolveLiteralLongParams


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

public NodeSQL.StoreResolveLiteralLongParamsImpl()
Method Detail

getValue

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

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

getHash

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

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

getModifier_id

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

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


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