Uses of Package
com.ibm.db.beans

Classes in com.ibm.db.beans used by com.ibm.db.beans
DBAfterListener
          The event set listener interface for the DBAfter feature.
DBBeforeListener
          The event set listener interface for the DBBefore feature.
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.
DBException
          DBException represents exceptions that are raised by classes in com.ibm.db.beans package.
DBParameterMetaData
          This class allows you to get and set meta-data about the parameters for a DBSelect, DBProcedureCall, or DBModify bean.
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.
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.