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

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

public static class NoSequencesSQL.InsertLongNodeParamsImpl
extends java.lang.Object
implements NoSequencesSQL.InsertLongNodeParams

Default implementation of InsertLongNodeParams


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

NoSequencesSQL.InsertLongNodeParamsImpl

public NoSequencesSQL.InsertLongNodeParamsImpl()
Method Detail

getId

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

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

getHash

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

Specified by:
getHash in interface NoSequencesSQL.InsertLongNodeParams
Returns:
the Hash to use within prepared statement

getValue

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

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


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