BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.db.jdbc.DataSet

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

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 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.
 DataSet Record.dataset()
          Returns the parent DataSet of a 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)
          Constructs a SelectElement by the specified name and populates it with data from a weblogic.db.jdbc.dbKona DataSet.
LiteralElement.LiteralElement(DataSet ds)
          Constructs a LiteralElement with the specified DataSet.
LiteralElement.LiteralElement(DataSet ds, boolean with_heading)
          Constructs a LiteralElement with the specified DataSet and uses column headings to set widths and specify headings.
TableElement.TableElement(DataSet ds)
          Constructs a TableElement object with a dbKona DataSet as its contents.
TableElement.TableElement(DataSet ds, boolean withHeading)
          Constructs a TableElement object with a dbKona DataSet as its contents.
 


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