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

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

public static class XMLSQL.StoreXMLParamsImpl
extends java.lang.Object
implements XMLSQL.StoreXMLParams

Default implementation of StoreXMLParams


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

public XMLSQL.StoreXMLParamsImpl()
Method Detail

getId

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

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

getValue

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

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


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