BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference

Uses of Class
weblogic.db.jdbc.DataSet

Packages that use DataSet
weblogic.db.jdbc WebLogic dbKona is a set of high-level database connectivity objects that give Java applications and applets access to databases. 
weblogic.html The HtmlKona package is deprecated. 
 

Uses of DataSet in weblogic.db.jdbc
 

Subclasses of DataSet in weblogic.db.jdbc
 class EventfulTableDataSet
          An EventfulTableDataSet is a dbKona TableDataSet that sends and receives events when its data is updated locally or in the DBMS.
 class QueryDataSet
          A QueryDataSet holds the results of an arbitrary SQL query.
 class TableDataSet
          A TableDataSet holds the results of an SQL query on a single table.
 

Fields in weblogic.db.jdbc declared as DataSet
protected  DataSet Record.parentdataset
           
 

Methods in weblogic.db.jdbc that return DataSet
 DataSet Record.dataset()
          Returns the parent DataSet of a Record.
 DataSet DataSet.reset()
          Clears the current contents of a DataSet.
 DataSet DataSet.clearRecords()
          Clears all Records from a DataSet.
 DataSet DataSet.releaseRecords()
          Closes the DataSet and releases all Records from it but does not nullify them.
 DataSet DataSet.fetchRecords()
          Fetches all records.
 DataSet DataSet.fetchRecords(int maxrecs)
          Fetches at most the specified number of records.
 DataSet DataSet.fetchRecords(int start, int maxrecs)
          Fetches at most the specified number of records starting at the specified record.
 DataSet TableDataSet.fetchRecords(int start, int maxrecs)
          Fetches at most the specified number of records starting at the specified record.
 

Constructors in weblogic.db.jdbc with parameters of type DataSet
Record.Record(DataSet ds)
          Record constructor used when adding records to an existing DataSet object.
 

Uses of DataSet in weblogic.html
 

Constructors in weblogic.html with parameters of type DataSet
SelectElement.SelectElement(java.lang.String str, DataSet ds)
          Deprecated. Constructs a SelectElement by the specified name and populates it with data from a weblogic.db.jdbc.dbKona DataSet.
TableElement.TableElement(DataSet ds)
          Deprecated. Constructs a TableElement object with a dbKona DataSet as its contents.
TableElement.TableElement(DataSet ds, boolean withHeading)
          Deprecated. Constructs a TableElement object with a dbKona DataSet as its contents.
LiteralElement.LiteralElement(DataSet ds)
          Deprecated. Constructs a LiteralElement with the specified DataSet.
LiteralElement.LiteralElement(DataSet ds, boolean with_heading)
          Deprecated. Constructs a LiteralElement with the specified DataSet and uses column headings to set widths and specify headings.
 


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