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

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

public static class NodeSQL.StoreBulkNodeParamsImpl
extends java.lang.Object
implements NodeSQL.StoreBulkNodeParams

Default implementation of StoreBulkNodeParams


Constructor Summary
NodeSQL.StoreBulkNodeParamsImpl()
           
 
Method Summary
 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.StoreBulkNodeParamsImpl

public NodeSQL.StoreBulkNodeParamsImpl()
Method Detail

getId

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

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

getValue

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

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


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