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

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

public static class NodeSQL.InsertCommonValueParamsImpl
extends java.lang.Object
implements NodeSQL.InsertCommonValueParams

Default implementation of InsertCommonValueParams


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

public NodeSQL.InsertCommonValueParamsImpl()
Method Detail

getId

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

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

getValue

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

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


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