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

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

public static class NodeSQL.StoreBulkLongNodeParamsImpl
extends java.lang.Object
implements NodeSQL.StoreBulkLongNodeParams

Default implementation of StoreBulkLongNodeParams


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

public NodeSQL.StoreBulkLongNodeParamsImpl()
Method Detail

getId

public long getId()
Description copied from interface: NodeSQL.StoreBulkLongNodeParams
Get the "Id" parameter to use within prepared statement

Specified by:
getId in interface NodeSQL.StoreBulkLongNodeParams
Returns:
the Id to use within prepared statement

getHash

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

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

getValue

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

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


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