org.openanzo.common.rdb.sql
Class XMLSQL.StoreLongXMLParamsImpl

java.lang.Object
  extended by org.openanzo.common.rdb.sql.XMLSQL.StoreLongXMLParamsImpl
All Implemented Interfaces:
XMLSQL.StoreLongXMLParams
Enclosing class:
XMLSQL

public static class XMLSQL.StoreLongXMLParamsImpl
extends java.lang.Object
implements XMLSQL.StoreLongXMLParams

Default implementation of StoreLongXMLParams


Constructor Summary
XMLSQL.StoreLongXMLParamsImpl()
           
 
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

XMLSQL.StoreLongXMLParamsImpl

public XMLSQL.StoreLongXMLParamsImpl()
Method Detail

getId

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

Specified by:
getId in interface XMLSQL.StoreLongXMLParams
Returns:
the Id to use within prepared statement

getValue

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

Specified by:
getValue in interface XMLSQL.StoreLongXMLParams
Returns:
the Value to use within prepared statement

getHash

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

Specified by:
getHash in interface XMLSQL.StoreLongXMLParams
Returns:
the Hash to use within prepared statement


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