Package com.ibm.db

Interface Summary
DatabaseConnectionAfterListener The event set listener interface for the databaseConnectionAfter feature.
DatabaseConnectionBeforeListener The event set listener interface for the databaseConnectionBefore feature.
StatementAfterListener The event set listener interface for the statementAfter feature.
StatementBeforeListener The event set listener interface for the statementBefore feature.
StatementResultAfterListener The event set listener interface for the statementResultAfter feature.
StatementResultBeforeListener The event set listener interface for the statementResultBefore feature.
StatementResultValueChangeListener The event set listener interface for the statementResultValueChange feature.
 

Class Summary
CallableStatement CallableStatement represents an SQL statement that can be used to execute a stored procedure.
CallableStatementBeanInfo The bean information class for com.ibm.db.CallableStatement.
CallableStatementMetaData Class for CallableStatement metadata.
DatabaseConnection DatabaseConnection represents a connection to the database.
DatabaseConnectionAfterEventMulticaster DatabaseConnectionAfterEventMulticaster is the event multicaster class to support the DatabaseConnectionAfterListener interface.
DatabaseConnectionBeanInfo The bean information class for com.ibm.db.DatabaseConnection.
DatabaseConnectionBeforeEventMulticaster DatabaseConnectionBeforeEventMulticaster is the event multicaster class to support the DatabaseConnectionBeforeListener interface.
DataEvent This is the event class to support the Listener interfaces in com.ibm.db package.
IBMDBMessages  
IBMDBMessages_de  
IBMDBMessages_es  
IBMDBMessages_fr  
IBMDBMessages_it  
IBMDBMessages_ja  
IBMDBMessages_ko  
IBMDBMessages_pt  
IBMDBMessages_zh_CN  
IBMDBMessages_zh_TW  
LogonDialog LogonDialog represents a dialog to obtain the userID and password prior to making a connection to the database.
SelectResult SelectResult represents a result set returned from executing an SQL Select statement.
SelectResultBeanInfo The bean information class for com.ibm.db.SelectResult.
SelectStatement SelectStatement represents an SQL Select statement.
SelectStatementBeanInfo The bean information class for com.ibm.db.SelectStatement.
SQLStatement SQLStatement represents an SQL statement that doesn't return a result set.
SQLStatementBeanInfo The bean information class for com.ibm.db.SQLStatement.
SQLStatementMetaData Class for SQLStatement meta data.
Statement Statement is an abstract super class that represents an SQL statement.
StatementAfterEventMulticaster This is the event multicaster class to support the StatementAfterListener interface.
StatementBeforeEventMulticaster This is the event multicaster class to support the StatementBeforeListener interface.
StatementMetaData StatementMetaData represents a SQL statement and associated metadata about the SQL statement, including the actual text of the SQL statement, descriptions of any result columns and any parameters, and a list of the tables referenced in the SQL statement.
StatementMetaDataBeanInfo The bean information class for com.ibm.db.StatementMetaData.
StatementResult StatementResult represents a result set from a executing an SQL statement.
StatementResultAfterEventMulticaster This is the event multicaster class to support the StatementResultAfterListener interface.
StatementResultBeforeEventMulticaster This is the event multicaster class to support the StatementResultBeforeListener interface.
StatementResultRow StatementResultRow represents a row in the cache.
StatementResultValueChangeEventMulticaster This is the event multicaster class to support the com.ibm.db.StatementResultValueChangeListener interface.
Utilities A set of utility methods used by classes in com.ibm.db package.
 

Exception Summary
DataException DataException represents exceptions that are raised by classes in com.ibm.db package.
DataRuntimeException Thrown when an error is encountered.