BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference

Uses of Class
weblogic.db.jdbc.KeyDef

Packages that use KeyDef
weblogic.db.jdbc WebLogic dbKona is a set of high-level database connectivity objects that give Java applications and applets access to databases. 
 

Uses of KeyDef in weblogic.db.jdbc
 

Fields in weblogic.db.jdbc declared as KeyDef
protected  KeyDef TableDataSet.keydefval
           
 

Methods in weblogic.db.jdbc that return KeyDef
 KeyDef TableDataSet.keydef()
          Returns the KeyDef for a TableDataSet.
 KeyDef EventfulTableDataSet.getKeyDef()
          Get the KeyDef assocciated with an EventfulTableDataSet.
 KeyDef KeyDef.addAttrib(java.lang.String str)
          Adds attributes to an existing KeyDef object.
 

Methods in weblogic.db.jdbc with parameters of type KeyDef
 java.lang.String EventfulRecord.uniqueKey(KeyDef keydef)
          Calculates the uniqueKey for the specified KeyDef.
 

Constructors in weblogic.db.jdbc with parameters of type KeyDef
TableDataSet.TableDataSet(java.sql.Connection conn, java.lang.String tablename, KeyDef key)
          Constructs a TableDataSet from the specified table, and sets its KeyDef, which is used to specify a unique key for updates and deletes.
TableDataSet.TableDataSet(java.sql.Connection conn, java.lang.String tablename, java.lang.String attributes, KeyDef key)
          Constructs a TableDataSet from the specified table, limited to the specified set of attributes (columns).
TableDataSet.TableDataSet(java.sql.Connection conn, Schema schema, KeyDef key)
          Constructs a TableDataSet from the specified Schema and KeyDef.
EventfulTableDataSet.EventfulTableDataSet(T3Client t3, java.sql.Connection conn, java.lang.String tablename, KeyDef key)
          Constructs an EventfulTableDataSet.
EventfulTableDataSet.EventfulTableDataSet(T3Client t3, java.sql.Connection conn, java.lang.String tablename, java.lang.String attributes, KeyDef key)
          Constructs an EventfulTableDataSet.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs60