org.openanzo.common.rdb.sql
Interface XMLSQL.StoreLongXMLParams

All Known Implementing Classes:
XMLSQL.StoreLongXMLParamsImpl
Enclosing class:
XMLSQL

public static interface XMLSQL.StoreLongXMLParams

Interface for managing the parameters to the storeLongXML prepared statement.


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
 

Method Detail

getId

long getId()
           throws RdbException
Get the "Id" parameter to use within prepared statement

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

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


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