BEA Systems, Inc.

WebLogic Server 6.1 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()
          Deprecated. The WebLogic Event api is deprecated.
 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)
          Deprecated. The WebLogic Event api is deprecated.
 

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)
          Deprecated. The WebLogic Event api is deprecated.
EventfulTableDataSet.EventfulTableDataSet(T3Client t3, java.sql.Connection conn, java.lang.String tablename, java.lang.String attributes, KeyDef key)
          Deprecated. The WebLogic Event api is deprecated.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.