© 2002 BEA Systems, Inc.


com.bea.p13n.util.jdbc
Interface TableClobKey


public interface TableClobKey


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

Method Detail

getTable

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

getSelectValues

public java.util.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.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved