org.openanzo.common.rdb.sql
Class NoSequencesSQL.InsertNodeParamsImpl

java.lang.Object
  extended by org.openanzo.common.rdb.sql.NoSequencesSQL.InsertNodeParamsImpl
All Implemented Interfaces:
NoSequencesSQL.InsertNodeParams
Enclosing class:
NoSequencesSQL

public static class NoSequencesSQL.InsertNodeParamsImpl
extends java.lang.Object
implements NoSequencesSQL.InsertNodeParams

Default implementation of InsertNodeParams


Constructor Summary
NoSequencesSQL.InsertNodeParamsImpl()
           
 
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

NoSequencesSQL.InsertNodeParamsImpl

public NoSequencesSQL.InsertNodeParamsImpl()
Method Detail

getId

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

Specified by:
getId in interface NoSequencesSQL.InsertNodeParams
Returns:
the Id to use within prepared statement

getValue

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

Specified by:
getValue in interface NoSequencesSQL.InsertNodeParams
Returns:
the Value to use within prepared statement


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