BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.db.jdbc.KeyDef

Packages that use KeyDef
weblogic.db.jdbc   
 

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 KeyDef.addAttrib(java.lang.String str)
          Adds attributes to an existing KeyDef object.
 KeyDef TableDataSet.keydef()
          Returns the KeyDef for a TableDataSet.
 KeyDef EventfulTableDataSet.getKeyDef()
          Get the KeyDef assocciated with an EventfulTableDataSet.
 

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://www.weblogic.com/docs51