BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.db.jdbc.TableDataSet

Packages that use TableDataSet
weblogic.db.jdbc   
 

Uses of TableDataSet in weblogic.db.jdbc
 

Subclasses of TableDataSet 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.
 

Methods in weblogic.db.jdbc that return TableDataSet
 TableDataSet TableDataSet.where(java.lang.String str)
          Sets the WHERE clause for a TableDataSet.
 TableDataSet TableDataSet.order(java.lang.String str)
          Sets the ORDER BY clause for a TableDataSet.
 TableDataSet TableDataSet.other(java.lang.String str)
          Sets additional SQL clause for a TableDataSet.
 TableDataSet TableDataSet.tableQualifier(java.lang.String str)
          Sets additional SQL for the table name clause.
 


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