org.openanzo.common.rdb.sql
Class SequencesSQL.InsertLongLiteralParamsImpl

java.lang.Object
  extended by org.openanzo.common.rdb.sql.SequencesSQL.InsertLongLiteralParamsImpl
All Implemented Interfaces:
SequencesSQL.InsertLongLiteralParams
Enclosing class:
SequencesSQL

public static class SequencesSQL.InsertLongLiteralParamsImpl
extends java.lang.Object
implements SequencesSQL.InsertLongLiteralParams

Default implementation of InsertLongLiteralParams


Constructor Summary
SequencesSQL.InsertLongLiteralParamsImpl()
           
 
Method Summary
 long getHash()
          Get the "Hash" parameter to use within prepared statement
 long getModifier_id()
          Get the "Modifier_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

SequencesSQL.InsertLongLiteralParamsImpl

public SequencesSQL.InsertLongLiteralParamsImpl()
Method Detail

getValue

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

Specified by:
getValue in interface SequencesSQL.InsertLongLiteralParams
Returns:
the Value to use within prepared statement

getHash

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

Specified by:
getHash in interface SequencesSQL.InsertLongLiteralParams
Returns:
the Hash to use within prepared statement

getModifier_id

public long getModifier_id()
Description copied from interface: SequencesSQL.InsertLongLiteralParams
Get the "Modifier_id" parameter to use within prepared statement

Specified by:
getModifier_id in interface SequencesSQL.InsertLongLiteralParams
Returns:
the Modifier_id to use within prepared statement


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