© 2003 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

getTable

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


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.


© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved