com.bea.p13n.util.jdbc
Interface TableClobKey


Deprecated No longer needed, as JDBC methods work with all supported drivers

@Deprecated
public interface TableClobKey


Method Summary
 Map getSelectValues()
          Deprecated Get the values used to insert, select or delete a Clob entry.
 String getTable()
          Deprecated The name of the table that the Clob is to be persisted into.
 

Method Detail

getTable

String getTable()
Deprecated 
The name of the table that the Clob is to be persisted into.


getSelectValues

Map getSelectValues()
Deprecated 
Get the values used to insert, select or delete a Clob entry. Keys in the map are column names while values in the map are the values to use.



Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.