BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Package
weblogic.db.jdbc

Packages that use weblogic.db.jdbc
weblogic.db.jdbc   
weblogic.db.jdbc.oracle   
weblogic.html   
 

Classes in weblogic.db.jdbc used by weblogic.db.jdbc
Column
          A Column object contains the meta information for a table attribute.
DataSet
          DataSet is the abstract parent class of TableDataSet and QueryDataSet.
DataSetException
          A DataSetException is thrown whenever something that isn't a database server error goes wrong in a DataSet.
EventfulTableDataSet
          An EventfulTableDataSet is a dbKona TableDataSet that sends and receives events when its data is updated locally or in the DBMS.
InvalidDateException
          An InvalidDateException is thrown when a date earlier than 1970 is encountered.
KeyDef
          A KeyDef object defines the fields in a TableDataSet object that will be used in updates and deletes.
Record
          A Record object is a collection of Value objects.
Schema
          A Schema contains metadata about the attributes associated with a DataSet.
SelectStmt
          SelectStmt objects are used to help build vendor-neutral Select statements with query-by-example (QBE) support.
TableDataSet
          A TableDataSet holds the results of an SQL query on a single table.
Value
          Value objects correspond to the attributes of a Record object.
 

Classes in weblogic.db.jdbc used by weblogic.db.jdbc.oracle
DataSetException
          A DataSetException is thrown whenever something that isn't a database server error goes wrong in a DataSet.
 

Classes in weblogic.db.jdbc used by weblogic.html
DataSet
          DataSet is the abstract parent class of TableDataSet and QueryDataSet.
DataSetException
          A DataSetException is thrown whenever something that isn't a database server error goes wrong in a DataSet.
Record
          A Record object is a collection of Value objects.
Schema
          A Schema contains metadata about the attributes associated with a DataSet.
 


Documentation is available at
http://www.weblogic.com/docs51