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 © 2011, Oracle. All rights reserved.