TableClobKey Interface

com.bea.p13n.util.jdbc
TableClobKey Interface

public interface TableClobKey

Method Summary

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

Method Detail

getSelectValues() Method

public Map getSelectValues()
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.


getTable() Method

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