© 2005 BEA Systems, Inc.

com.bea.p13n.util.jdbc
Interface TableClobKey


public interface TableClobKey


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

Method Detail

getSelectValues

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

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


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved