org.openanzo.common.rdb.sql
Interface SequencesSQL.InsertLongLiteralParams

All Known Implementing Classes:
SequencesSQL.InsertLongLiteralParamsImpl
Enclosing class:
SequencesSQL

public static interface SequencesSQL.InsertLongLiteralParams

Interface for managing the parameters to the insertLongLiteral prepared statement.


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
 

Method Detail

getValue

java.lang.String getValue()
                          throws RdbException
Get the "Value" parameter to use within prepared statement

Returns:
the Value to use within prepared statement
Throws:
RdbException

getHash

long getHash()
             throws RdbException
Get the "Hash" parameter to use within prepared statement

Returns:
the Hash to use within prepared statement
Throws:
RdbException

getModifier_id

long getModifier_id()
                    throws RdbException
Get the "Modifier_id" parameter to use within prepared statement

Returns:
the Modifier_id to use within prepared statement
Throws:
RdbException


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