Class Summary |
DBConnectionSpec |
This bean contains the specifictions for a database connection. |
DBEvent |
All of the methods in the DBBeforeListener and DBAfterListener
interfaces pass a DBEvent as a parameter. |
DBModify |
This class allows you to execute an SQL insert, update, or delete
in a bean which exposes JDBC 2.0 RowSet functionality and adds its own
useful functions. |
DBModifyBeanInfo |
The bean information class for DBModify. |
DBParameterMetaData |
This class allows you to get and set meta-data about the parameters for
a DBSelect, DBProcedureCall, or DBModify bean. |
DBProcedureCall |
This class allows you to call a stored procedure and use any parameters
or result sets it returns in a bean which exposes JDBC 2.0 RowSet
functionality and adds its own useful functions for managing stored
procedure results. |
DBProcedureCallBeanInfo |
The bean information class for DBProcedureCall. |
DBSelect |
This class allows you to execute a query and use its result set in
a bean which exposes JDBC 2.0 RowSet functionality and adds its own
useful functions for managing a RowSet. |
DBSelectBeanInfo |
The bean information class for DBSelect. |
DBSelectMetaData |
This class allows you to get and set meta-data about a result set
produced by a DBSelect or DBProcedureCall bean. |
DBStatement |
This abstract class is the parent for several other classes that
expose JDBC 2.0 RowSet functionality. |
DBStatementBeanInfo |
The bean information class for DBStatement. |
DBTableModel |
This class is an adapter that can serve as the model for a JTable
and enable it to display the data from a DBSelect bean. |