A B C D E F G H I K L M N O P R S T U W

A

aboutToChangeRow_delete(DBEvent) - Method in interface com.ibm.db.beans.DBBeforeListener
Method called when a row in the RowSet will be deleted from the database.
aboutToChangeRow_insert(DBEvent) - Method in interface com.ibm.db.beans.DBBeforeListener
Method called when a row in the RowSet will be inserted into the database.
aboutToChangeRow_update(DBEvent) - Method in interface com.ibm.db.beans.DBBeforeListener
Method called when a row in the RowSet will be updated in the database.
aboutToChangeRowSet_deleteRow(DBEvent) - Method in interface com.ibm.db.beans.DBBeforeListener
Method called when the cache of the RowSet will change by having a row deleted from it.
aboutToChangeRowSet_execute(DBEvent) - Method in interface com.ibm.db.beans.DBBeforeListener
Method called when the cache of the RowSet will change by being filled upon execution.
aboutToChangeRowSet_fetchRow(DBEvent) - Method in interface com.ibm.db.beans.DBBeforeListener
Method called when the cache of the RowSet will change by having one or more rows fetched into it.
aboutToChangeRowSet_newRow(DBEvent) - Method in interface com.ibm.db.beans.DBBeforeListener
Method called when the cache of the RowSet will change by having a new empty row added to it.
addDBAfterListener(DBAfterListener) - Method in class com.ibm.db.beans.DBSelect
Adds a listener to the DBAfter event set.
addDBAfterListener(DBAfterListener) - Method in class com.ibm.db.beans.DBModify
Adds a listener to the DBAfter event set.
addDBAfterListener(DBAfterListener) - Method in class com.ibm.db.beans.DBStatement
Adds a listener to the DBAfter event set.
addDBBeforeListener(DBBeforeListener) - Method in class com.ibm.db.beans.DBSelect
Adds a listener to the DBBefore event set.
addDBBeforeListener(DBBeforeListener) - Method in class com.ibm.db.beans.DBModify
Adds a listener to the DBBefore event set.
addDBBeforeListener(DBBeforeListener) - Method in class com.ibm.db.beans.DBStatement
Adds a listener to the DBBefore event set.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.db.beans.DBProcedureCall
Adds a listener to the PropertyChange event set.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.db.beans.DBSelect
Adds a listener to the PropertyChange event set.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.db.beans.DBModify
Adds a listener to the PropertyChange event set.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.db.beans.DBStatement
Adds a listener to the PropertyChange event set.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.db.beans.DBTableModel
Adds a listener to the PropertyChange event set.
addTableModelListener(TableModelListener) - Method in class com.ibm.db.beans.DBTableModel
Adds a listener to the TableModel event set.
alreadyConnected - Static variable in class com.ibm.db.beans.DBException
Error code if cannot connect to database because already connected.
applyUpdates() - Method in class com.ibm.db.beans.DBSelect
Apply all updateRow, deleteRow, and newRow actions that have been deferred.
areDistinctTypesEnabled() - Method in class com.ibm.db.beans.DBSelect
Returns true if use of user-defined distinct types is enabled for this RowSet.

B

badPropertyValue - Static variable in class com.ibm.db.beans.DBException
Error code if you attempt to set a property to an invalid value.
badUidPwd - Static variable in class com.ibm.db.beans.DBException
Error code if the username and password specified are not valid.

C

cacheEmpty - Static variable in class com.ibm.db.beans.DBException
Error code if the result set cache is empty.
cancelAction() - Method in class com.ibm.db.beans.DBStatement
Cancels execution of the database action which is currently being performed via this bean.
cancelRowUpdates() - Method in class com.ibm.db.beans.DBSelect
Cancels any value changes made in a row.
cancelUpdates() - Method in class com.ibm.db.beans.DBSelect
Cancel all updateRow, deleteRow, and newRow actions that have been deferred and not yet applied.
cannotConvert - Static variable in class com.ibm.db.beans.DBException
Error code if a String value cannot be converted to an object of another class.
cannotConvertToString - Static variable in class com.ibm.db.beans.DBException
Error code if cannot convert a column value to a String.
cannotRefreshData - Static variable in class com.ibm.db.beans.DBException
Error code if cannot refresh data in a row because the row cannot be found in the database.
cannotScrollBack - Static variable in class com.ibm.db.beans.DBException
Error code if cannot refetch rows displaced from the cache.
cannotSetAfterExecute - Static variable in class com.ibm.db.beans.DBException
Error code if the property cannot be set after executing.
clear() - Method in class com.ibm.db.beans.DBSelectMetaData
Clears the descriptions of all columns in this result set.
clear() - Method in class com.ibm.db.beans.DBParameterMetaData
Clears the descriptions of all parameters for this statement.
clearMetaData() - Method in class com.ibm.db.beans.DBProcedureCall
Clears the descriptions of all result sets for this DBProcedureCall.
clearParameters() - Method in class com.ibm.db.beans.DBStatement
Clears the values of all statement parameters.
close() - Method in class com.ibm.db.beans.DBSelect
Releases the database and JDBC resources of the underlying RowSet object immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class com.ibm.db.beans.DBModify
Releases the underlying database connection and statement immediately instead of waiting for this to happen when the object is finalized.
close() - Method in class com.ibm.db.beans.DBStatement
Releases the underlying database and JDBC resources immediately instead of waiting for this to happen when the object is finalized.
close(int) - Method in class com.ibm.db.beans.DBSelect
Applies any changes in the current row of the underlying RowSet to the database, and then releases the database and JDBC resources of the RowSet immediately instead of waiting for this to happen when it is automatically closed.
close(int) - Method in class com.ibm.db.beans.DBModify
Releases the underlying database and JDBC resources immediately instead of waiting for this to happen when the object is finalized.
close(int) - Method in class com.ibm.db.beans.DBStatement
Releases the underlying database and JDBC resources immediately instead of waiting for this to happen when the object is finalized.
columnAlreadyDefined - Static variable in class com.ibm.db.beans.DBException
Error code if the column with the specified number has already been defined.
columnNotDefined - Static variable in class com.ibm.db.beans.DBException
Error code if the column with the specified number has not yet been defined.
com.ibm.db.beans - package com.ibm.db.beans
 
commit() - Method in class com.ibm.db.beans.DBStatement
Commits changes to the database.
connectionClosed - Static variable in class com.ibm.db.beans.DBException
Error code if the java.sql.Connection you pass to the setConnection method is not open.
createMetaData(int) - Method in class com.ibm.db.beans.DBProcedureCall
Creates a new DBSelectMetaData object to describe the specified result set.

D

DBAfterListener - interface com.ibm.db.beans.DBAfterListener.
The event set listener interface for the DBAfter feature.
dbbaseDriverNotFound - Static variable in class com.ibm.db.beans.DBException
Error code if the JDBC DriverManager is unable to find a driver.
DBBeforeListener - interface com.ibm.db.beans.DBBeforeListener.
The event set listener interface for the DBBefore feature.
DBConnectionSpec - class com.ibm.db.beans.DBConnectionSpec.
This bean contains the specifictions for a database connection.
DBConnectionSpec() - Constructor for class com.ibm.db.beans.DBConnectionSpec
The default constructor
dbDuplicateColumn - Static variable in class com.ibm.db.beans.DBException
Error code if the specified column is already defined.
dbDuplicateParm - Static variable in class com.ibm.db.beans.DBException
Error code if the specified paramenter is already defined.
DBEvent - class com.ibm.db.beans.DBEvent.
All of the methods in the DBBeforeListener and DBAfterListener interfaces pass a DBEvent as a parameter.
DBEvent(DBStatement) - Constructor for class com.ibm.db.beans.DBEvent
Constructs a new DBEvent, without providing a reason code, a modifier, or a sub-modifier.
DBEvent(DBStatement, int) - Constructor for class com.ibm.db.beans.DBEvent
Constructs a new DBEvent, without providing a modifier or a sub-modifier.
DBEvent(DBStatement, int, int) - Constructor for class com.ibm.db.beans.DBEvent
Constructs a new DBEvent, without providing a sub-modifier.
DBEvent(DBStatement, int, int, int) - Constructor for class com.ibm.db.beans.DBEvent
Constructs a new DBEvent, providing a source, a reason, a modifier, and a sub-modifier.
DBException - exception com.ibm.db.beans.DBException.
DBException represents exceptions that are raised by classes in com.ibm.db.beans package.
DBException() - Constructor for class com.ibm.db.beans.DBException
DBException constructor comment.
DBException(String) - Constructor for class com.ibm.db.beans.DBException
DBException constructor comment.
DBException(String, String) - Constructor for class com.ibm.db.beans.DBException
DBDataException constructor comment.
DBException(String, String, int) - Constructor for class com.ibm.db.beans.DBException
DBDataException constructor comment.
DBModify - class com.ibm.db.beans.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.
DBModify() - Constructor for class com.ibm.db.beans.DBModify
Default constructor for a DBModify bean.
DBModifyBeanInfo - class com.ibm.db.beans.DBModifyBeanInfo.
The bean information class for DBModify.
DBModifyBeanInfo() - Constructor for class com.ibm.db.beans.DBModifyBeanInfo
 
dbNotExecuted - Static variable in class com.ibm.db.beans.DBException
Error code if the SQL statement has not been executed.
DBParameterMetaData - class com.ibm.db.beans.DBParameterMetaData.
This class allows you to get and set meta-data about the parameters for a DBSelect, DBProcedureCall, or DBModify bean.
DBProcedureCall - class com.ibm.db.beans.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.
DBProcedureCall() - Constructor for class com.ibm.db.beans.DBProcedureCall
Default constructor for a DBProcedureCall bean.
DBProcedureCallBeanInfo - class com.ibm.db.beans.DBProcedureCallBeanInfo.
The bean information class for DBProcedureCall.
DBProcedureCallBeanInfo() - Constructor for class com.ibm.db.beans.DBProcedureCallBeanInfo
 
DBRuntimeException - exception com.ibm.db.beans.DBRuntimeException.
Thrown when an error is encountered.
DBRuntimeException(Exception) - Constructor for class com.ibm.db.beans.DBRuntimeException
This method was created in VisualAge.
DBRuntimeException(String) - Constructor for class com.ibm.db.beans.DBRuntimeException
Constructs a DataRuntimeException with the specified detail message.
DBSelect - class com.ibm.db.beans.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.
DBSelect() - Constructor for class com.ibm.db.beans.DBSelect
Default constructor for a DBSelect bean.
DBSelectBeanInfo - class com.ibm.db.beans.DBSelectBeanInfo.
The bean information class for DBSelect.
DBSelectBeanInfo() - Constructor for class com.ibm.db.beans.DBSelectBeanInfo
 
DBSelectMetaData - class com.ibm.db.beans.DBSelectMetaData.
This class allows you to get and set meta-data about a result set produced by a DBSelect or DBProcedureCall bean.
DBStatement - class com.ibm.db.beans.DBStatement.
This abstract class is the parent for several other classes that expose JDBC 2.0 RowSet functionality.
DBStatement() - Constructor for class com.ibm.db.beans.DBStatement
 
DBStatementBeanInfo - class com.ibm.db.beans.DBStatementBeanInfo.
The bean information class for DBStatement.
DBStatementBeanInfo() - Constructor for class com.ibm.db.beans.DBStatementBeanInfo
 
DBTableModel - class com.ibm.db.beans.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.
DBTableModel() - Constructor for class com.ibm.db.beans.DBTableModel
The default constructor.
decodeError - Static variable in class com.ibm.db.beans.DBException
Error code if a password cannot be decoded.
DEFER_NOTHING - Static variable in class com.ibm.db.beans.DBSelect
 
DEFER_WRITE_TO_DATABASE - Static variable in class com.ibm.db.beans.DBSelect
 
DEFER_WRITE_TO_DATABASE_AND_ROW_NUMBER_CHANGE - Static variable in class com.ibm.db.beans.DBSelect
 
deleteRow() - Method in class com.ibm.db.beans.DBSelect
Deletes the current row from the result set and the underlying database.
driverNotFound - Static variable in class com.ibm.db.beans.DBException
Error code if the JDBC DriverManager is unable to find a driver.
duplicateColumn - Static variable in class com.ibm.db.beans.DBException
Error code if the column name was already used.
duplicateParm - Static variable in class com.ibm.db.beans.DBException
Error code if the parameter name was already used.

E

execute() - Method in class com.ibm.db.beans.DBSelect
Executes the query, connecting to the database if not already connected, and fills the rowset with data, positioning to the first row.
execute() - Method in class com.ibm.db.beans.DBModify
Executes the SQL statement, connecting to the database if not already connected.
execute() - Method in class com.ibm.db.beans.DBStatement
Executes the SQL statement, connecting to the database if not already connected.
execute(int) - Method in class com.ibm.db.beans.DBSelect
Executes the query, connecting to the database if not already connected, and fills the rowset with data, positioning to the specified row.

F

FETCH_FORWARD - Static variable in class com.ibm.db.beans.DBSelect
 
FETCH_REVERSE - Static variable in class com.ibm.db.beans.DBSelect
 
fetchMoreRows() - Method in class com.ibm.db.beans.DBSelect
Fetches more rows from the database into the row cache.
fetchMoreRows(int) - Method in class com.ibm.db.beans.DBSelect
Fetches more rows from the database into the row cache.
findColumn(String) - Method in class com.ibm.db.beans.DBProcedureCall
Maps the given column label to its column index.
findColumn(String) - Method in class com.ibm.db.beans.DBSelect
Maps the given column label to its column index.
findParameter(String) - Method in class com.ibm.db.beans.DBStatement
Maps the given parameter name to its position.
first() - Method in class com.ibm.db.beans.DBSelect
Applies any changes in the current row to the database, and then moves to the first row in the result set.
firstResult() - Method in class com.ibm.db.beans.DBProcedureCall
Applies any changes in the current row of the current result set to the database, and then positions to the first result set.

G

GENERIC_SQLSTATE - Static variable in class com.ibm.db.beans.DBException
Generic SQLState used for all DBExceptions.
getAdditionalBeanInfo() - Method in class com.ibm.db.beans.DBSelectBeanInfo
Returns the BeanInfo of the superclass of this bean to inherit its features.
getAdditionalBeanInfo() - Method in class com.ibm.db.beans.DBModifyBeanInfo
Gets the BeanInfo of the superclass of this bean to inherit its features.
getAdditionalBeanInfo() - Method in class com.ibm.db.beans.DBStatementBeanInfo
Returns the BeanInfo of the superclass of this bean to inherit its features.
getAdditionalBeanInfo() - Method in class com.ibm.db.beans.DBProcedureCallBeanInfo
Gets the BeanInfo of the superclass of this bean to inherit its features.
getAutoCommit() - Method in class com.ibm.db.beans.DBStatement
Gets the value of the autoCommit property.
getBeanClass() - Static method in class com.ibm.db.beans.DBSelectBeanInfo
Gets the bean class.
getBeanClass() - Static method in class com.ibm.db.beans.DBModifyBeanInfo
Gets the bean class.
getBeanClass() - Static method in class com.ibm.db.beans.DBStatementBeanInfo
Gets the bean class.
getBeanClass() - Static method in class com.ibm.db.beans.DBProcedureCallBeanInfo
Gets the bean class.
getBeanClassName() - Static method in class com.ibm.db.beans.DBSelectBeanInfo
Gets the bean class name.
getBeanClassName() - Static method in class com.ibm.db.beans.DBModifyBeanInfo
Gets the bean class name.
getBeanClassName() - Static method in class com.ibm.db.beans.DBStatementBeanInfo
Gets the bean class name.
getBeanClassName() - Static method in class com.ibm.db.beans.DBProcedureCallBeanInfo
Gets the bean class name.
getBeanDescriptor() - Method in class com.ibm.db.beans.DBSelectBeanInfo
Gets the BeanDescriptor for the class.
getBeanDescriptor() - Method in class com.ibm.db.beans.DBModifyBeanInfo
Gets the BeanDescriptor for the class.
getBeanDescriptor() - Method in class com.ibm.db.beans.DBStatementBeanInfo
Gets the BeanDescriptor for the class.
getBeanDescriptor() - Method in class com.ibm.db.beans.DBProcedureCallBeanInfo
Gets the BeanDescriptor for the class.
getCacheLimit() - Method in class com.ibm.db.beans.DBSelect
Gets the maximum number of rows to be kept in an in-memory cache of result set rows.
getCacheRowCount() - Method in class com.ibm.db.beans.DBSelect
Returns the number of rows in the cache.
getCacheValueAt(int, int) - Method in class com.ibm.db.beans.DBSelect
Returns the value at rowIndex and columnIndex in the cache.
getCatalogName(int) - Method in class com.ibm.db.beans.DBSelectMetaData
Gets the catalog name of the table of the specified column.
getColumn(int) - Method in class com.ibm.db.beans.DBSelect
Returns the value of the column at the specified index in the current row.
getColumn(String) - Method in class com.ibm.db.beans.DBSelect
Returns the value of the column with the specified name in the current row.
getColumnAsString(int) - Method in class com.ibm.db.beans.DBSelect
Returns the value of the column at the specified index in the current row as a String.
getColumnAsString(String) - Method in class com.ibm.db.beans.DBSelect
Returns the value of the column with the specified name in the current row as a String.
getColumnClass(int) - Method in class com.ibm.db.beans.DBSelectMetaData
Gets the Java class to be used when getting or setting values for this column.
getColumnClass(int) - Method in class com.ibm.db.beans.DBTableModel
Gets Java class of values in this column.
getColumnCount() - Method in class com.ibm.db.beans.DBSelect
Returns the number of columns in the RowSet.
getColumnCount() - Method in class com.ibm.db.beans.DBSelectMetaData
Gets the number of columns in this RowSet.
getColumnCount() - Method in class com.ibm.db.beans.DBTableModel
Returns the number of columns in the RowSet.
getColumnLabel(int) - Method in class com.ibm.db.beans.DBSelectMetaData
Gets the label for this column, which may be different from its name.
getColumnName(int) - Method in class com.ibm.db.beans.DBSelect
Returns the name of the column at columnIndex.
getColumnName(int) - Method in class com.ibm.db.beans.DBSelectMetaData
Gets a column's name.
getColumnName(int) - Method in class com.ibm.db.beans.DBTableModel
Returns the String to appear in the header of the JTable for this column.
getColumnNumber(String) - Method in class com.ibm.db.beans.DBSelectMetaData
Gets the number of a column based on its label.
getColumnType(int) - Method in class com.ibm.db.beans.DBSelectMetaData
Gets a column's SQL type.
getCommand() - Method in class com.ibm.db.beans.DBStatement
Gets the SQL statement serving as the rowset's command property.
getConnection() - Method in class com.ibm.db.beans.DBStatement
Gets the java.sql.Connection object used by this DBStatement.
getConnectionSpec() - Method in class com.ibm.db.beans.DBStatement
Gets the DBConnectionSpec object used by this DBStatement.
getDataSourceName() - Method in class com.ibm.db.beans.DBConnectionSpec
Gets the JNDI name of the javax.sql.DataSource to use when opening a database connection.
getDataSourceName() - Method in class com.ibm.db.beans.DBStatement
Gets the JNDI name of the javax.sql.DataSource to use when opening a database connection.
getDriverName() - Method in class com.ibm.db.beans.DBConnectionSpec
Gets the class name of the JDBC driver that will automatically be loaded and registered for you before using the DriverManager to open a database connection.
getDriverName() - Method in class com.ibm.db.beans.DBStatement
Gets the class name of the JDBC driver that will automatically be loaded and registered for you before using the DriverManager to open a database connection.
getErrorCode() - Method in class com.ibm.db.beans.DBException
Returns the error code associated with the exception.
getEventSetDescriptors() - Method in class com.ibm.db.beans.DBStatementBeanInfo
Return the event set descriptors for this bean.
getException() - Method in class com.ibm.db.beans.DBRuntimeException
Returns the original exception.
getFetchSize() - Method in class com.ibm.db.beans.DBSelect
Gets the number of rows that should be fetched from the database when more rows are needed.
getInitialContextFactory() - Method in class com.ibm.db.beans.DBConnectionSpec
Gets the class name of the InitialContextFactory that will be used to locate a javax.sql.DataSource.
getInitialContextFactory() - Method in class com.ibm.db.beans.DBStatement
Gets the class name of the InitialContextFactory that will be used to locate a javax.sql.DataSource.
getInternalUseObject(int) - Method in class com.ibm.db.beans.DBConnectionSpec
For Internal Use only.
getJspNullToken() - Method in class com.ibm.db.beans.DBStatement
Gets the String that will be used by default in JSPs that use this bean to represent a null value.
getLogWriter() - Method in class com.ibm.db.beans.DBConnectionSpec
Gets the PrintWriter being used to log any error information written by this bean.
getLogWriter() - Method in class com.ibm.db.beans.DBStatement
Gets the PrintWriter being used to log any error or trace information written by this bean.
getMaxFieldSize() - Method in class com.ibm.db.beans.DBSelect
The maxFieldSize limit (in bytes) is the maximum amount of data returned for any column value.
getMaxRows() - Method in class com.ibm.db.beans.DBSelect
The maxRows limit is the maximum number of rows that a RowSet can contain.
getMetaData() - Method in class com.ibm.db.beans.DBSelect
Retrieves the DBSelectMetaData object describing the result set.
getMetaData(int) - Method in class com.ibm.db.beans.DBProcedureCall
Gets the meta data describing the result set at the specified position.
getMethodDescriptors() - Method in class com.ibm.db.beans.DBSelectBeanInfo
Return the method descriptors for this bean.
getMethodDescriptors() - Method in class com.ibm.db.beans.DBStatementBeanInfo
Return the method descriptors for this bean.
getMethodDescriptors() - Method in class com.ibm.db.beans.DBProcedureCallBeanInfo
Gets the method descriptors for this bean.
getModifier() - Method in class com.ibm.db.beans.DBEvent
Returns a modifier amplifying on the reason for the event.
getParameter(int) - Method in class com.ibm.db.beans.DBProcedureCall
Gets the value of the parameter at the specified position.
getParameter(int) - Method in class com.ibm.db.beans.DBStatement
Returns the value of the parameter at the specified position.
getParameter(String) - Method in class com.ibm.db.beans.DBStatement
Returns the value of the parameter with the specified name.
getParameterAsString(int) - Method in class com.ibm.db.beans.DBStatement
Returns the value of the parameter at the specified position as a String.
getParameterAsString(String) - Method in class com.ibm.db.beans.DBStatement
Returns the value of the parameter with the specified name as a String.
getParameterClass(int) - Method in class com.ibm.db.beans.DBParameterMetaData
Gets the Java class to be used when getting or setting values for the parameter at the specified position.
getParameterCount() - Method in class com.ibm.db.beans.DBParameterMetaData
Gets the number of parameters in the SQL statement.
getParameterCount() - Method in class com.ibm.db.beans.DBStatement
Returns the number of parameters in the SQL statement.
getParameterMetaData() - Method in class com.ibm.db.beans.DBStatement
Retrieves the DBParameterMetaData object describing any statement parameters.
getParameterMode(int) - Method in class com.ibm.db.beans.DBParameterMetaData
Gets the mode of the parameter at the specified position.
getParameterName(int) - Method in class com.ibm.db.beans.DBParameterMetaData
Gets the name of the parameter at the specified position.
getParameterName(int) - Method in class com.ibm.db.beans.DBStatement
Returns the name of the parameter at position.
getParameterNumber(String) - Method in class com.ibm.db.beans.DBParameterMetaData
Gets the number of a parameter based on its name.
getParameterScale(int) - Method in class com.ibm.db.beans.DBParameterMetaData
Gets the number of digits to the right of the decimal point.
getParameterType(int) - Method in class com.ibm.db.beans.DBParameterMetaData
Gets the SQL type of the parameter at the specified position.
getPassword() - Method in class com.ibm.db.beans.DBConnectionSpec
Returns a String of asterisks (*) the length of the password used to create a database connection.
getPassword() - Method in class com.ibm.db.beans.DBStatement
Returns a String of asterisks (*) the length of the password used to create a database connection.
getPromptUID() - Method in class com.ibm.db.beans.DBConnectionSpec
Gets the class name of the InitialContextFactory that will be used to locate a javax.sql.DataSource.
getProperties() - Method in class com.ibm.db.beans.DBConnectionSpec
Returns the connection properties for this DBConnectionSpec.
getPropertyDescriptors() - Method in class com.ibm.db.beans.DBSelectBeanInfo
Return the property descriptors for this bean.
getPropertyDescriptors() - Method in class com.ibm.db.beans.DBModifyBeanInfo
Gets the property descriptors for this bean.
getPropertyDescriptors() - Method in class com.ibm.db.beans.DBStatementBeanInfo
Return the property descriptors for this bean.
getPropertyDescriptors() - Method in class com.ibm.db.beans.DBProcedureCallBeanInfo
Gets the property descriptors for this bean.
getProviderUrl() - Method in class com.ibm.db.beans.DBConnectionSpec
Gets the URL of the machine where the naming service should look for a javax.sql.DataSource.
getProviderUrl() - Method in class com.ibm.db.beans.DBStatement
Gets the URL of the machine where the naming service should look for a javax.sql.DataSource.
getQueryTimeout() - Method in class com.ibm.db.beans.DBStatement
Gets the number of seconds to wait for a statement to execute.
getReason() - Method in class com.ibm.db.beans.DBEvent
Returns a code for the reason the event was fired.
getResult() - Method in class com.ibm.db.beans.DBProcedureCall
Gets the number of the result set to which you are currently positioned.
getResultCount() - Method in class com.ibm.db.beans.DBProcedureCall
Gets the number of result sets.
getResultSetMetaData() - Method in class com.ibm.db.beans.DBSelectMetaData
Gets a reference to the java.sql.ResultSetMetaData object obtained when the associated statement was executed.
getRow() - Method in class com.ibm.db.beans.DBSelect
Retrieves the current row number.
getRowCount() - Method in class com.ibm.db.beans.DBSelect
Returns the number of rows currently in the result set.
getRowCount() - Method in class com.ibm.db.beans.DBTableModel
Returns the number of rows cached in the RowSet.
getRowInCache() - Method in class com.ibm.db.beans.DBSelect
Returns the index in the cache of the current row in the result set.
getScale(int) - Method in class com.ibm.db.beans.DBSelectMetaData
Gets the number of digits to the right of the decimal point.
getSchemaName(int) - Method in class com.ibm.db.beans.DBSelectMetaData
Gets the table schema of this column.
getScrollType() - Method in class com.ibm.db.beans.DBSelect
Returns the type of scrollable result set specified.
getSelect() - Method in class com.ibm.db.beans.DBTableModel
Gets a reference to the DBSelect or DBProcedureCall bean whose data this bean provides access to.
getSelectedRow() - Method in class com.ibm.db.beans.DBTableModel
Gets the number of the selected row.
getStatement() - Method in class com.ibm.db.beans.DBParameterMetaData
Gets the DBStatement object that this object describes.
getSubModifier() - Method in class com.ibm.db.beans.DBEvent
Returns a sub-modifier amplifying on the reason and modifier for the event.
getTableForUpdate() - Method in class com.ibm.db.beans.DBSelectMetaData
Gets the name of the table to be the target for Update, Insert, and Delete statements generated by the DBSelect bean.
getTableName(int) - Method in class com.ibm.db.beans.DBSelectMetaData
Gets the table name of this column.
getTrace() - Method in class com.ibm.db.beans.DBStatement
Gets the tracing option of this bean.
getTransactionIsolation() - Method in class com.ibm.db.beans.DBStatement
Gets the transaction isolation level.
getUpdateCount() - Method in class com.ibm.db.beans.DBModify
Returns either the row count for INSERT, UPDATE or DELETE statements; or 0 for SQL statements that return nothing.
getUpdateDeferral() - Method in class com.ibm.db.beans.DBSelect
Gets the style of update deferral in effect.
getUrl() - Method in class com.ibm.db.beans.DBConnectionSpec
Gets the url of the database to connect to using the DriverManager.
getUrl() - Method in class com.ibm.db.beans.DBStatement
Gets the url of the database to connect to using the DriverManager.
getUsername() - Method in class com.ibm.db.beans.DBConnectionSpec
Gets the user name used to create a database connection.
getUsername() - Method in class com.ibm.db.beans.DBStatement
Gets the user name used to create a database connection.
getValueAt(int, int) - Method in class com.ibm.db.beans.DBTableModel
Returns the value at rowIndex and columnIndex in the cache of the associated DBSelect.

H

hasMoreRows() - Method in class com.ibm.db.beans.DBSelect
Indicates whether there are more rows to be fetched beyond the last row now in the cache.
hasMoreRows(int) - Method in class com.ibm.db.beans.DBSelect
Indicates whether there are more rows to be fetched in a specific direction beyond those now in the cache.
hasResult() - Method in class com.ibm.db.beans.DBProcedureCall
Returns true if the store procedure returns at least one result set; returns false otherwise.

I

inconsistentColumnCount - Static variable in class com.ibm.db.beans.DBException
Error code if more columns were described than were actually returned.
inconsistentColumnName - Static variable in class com.ibm.db.beans.DBException
Error code if a column has a different name than was specified in its meta data description.
indexTooLarge - Static variable in class com.ibm.db.beans.DBException
Error code if the specified row index exceeds the allowable range.
invalidColumnNumber - Static variable in class com.ibm.db.beans.DBException
Error code if the specified column number is less than 1.
invalidDeferralStyle - Static variable in class com.ibm.db.beans.DBException
Error code if you attempt to set the updateDeferral property of a DBSelect to an invalid value.
invalidDirection - Static variable in class com.ibm.db.beans.DBException
Error code if the specified fetch direction is neither FETCH_FORWARD (1000) nor FETCH_REVERSE (1001).
invalidParameterNumber - Static variable in class com.ibm.db.beans.DBException
Error code if the specified parameter number is less than 1.
invalidResourceLevel - Static variable in class com.ibm.db.beans.DBException
Error code if an invalid resource level is specified.
invalidResultNumber - Static variable in class com.ibm.db.beans.DBException
Error code if the specified result number is less than 1.
invalidRowNumber - Static variable in class com.ibm.db.beans.DBException
Error code if the specified row number is less than 1.
invalidScrollType - Static variable in class com.ibm.db.beans.DBException
Error code if an invalid scroll type specified in the DBSelect.setScrollType() method.
invalidSize - Static variable in class com.ibm.db.beans.DBException
Error code if the specified value for a property representing size is a negative number.
isCellEditable(int, int) - Method in class com.ibm.db.beans.DBTableModel
Returns true if the cell at rowIndex and columnIndex is editable.
isCompareLargeColumns() - Method in class com.ibm.db.beans.DBSelect
Returns true if large columns should be compared when locking the current row.
isExecuted() - Method in class com.ibm.db.beans.DBStatement
Returns true if execute has been invoked.
isFetchAllResultsOnExecute() - Method in class com.ibm.db.beans.DBProcedureCall
Returns true if all result sets produced by this procedure call will be obtained immediately during the execute method.
isFirst() - Method in class com.ibm.db.beans.DBSelect
Indicates whether the first row of the result set is the current row.
isKey(int) - Method in class com.ibm.db.beans.DBSelectMetaData
Indicates whether this column belongs to a set of columns that can uniquely identify a row in the result set.
isLast() - Method in class com.ibm.db.beans.DBSelect
Indicates whether the last row of the result set is the current row.
isLastResult() - Method in class com.ibm.db.beans.DBProcedureCall
Returns true if the current result set is the last one fetched and either there are known to be no more result sets or the statement has been closed.
isLockRows() - Method in class com.ibm.db.beans.DBSelect
Returns true if a database lock is automatically held on a row while it is the current row.
isOpen() - Method in class com.ibm.db.beans.DBProcedureCall
Returns true if the underlying RowSet is open, otherwise returns false.
isOpen() - Method in class com.ibm.db.beans.DBSelect
Returns true if the underlying RowSet is open, otherwise returns false.
isOpen() - Method in class com.ibm.db.beans.DBModify
Returns true if the underlying java.sql.Connection and java.sql.Statement are open, otherwise returns false.
isOpen() - Method in class com.ibm.db.beans.DBStatement
Returns true if the underlying JDBC objects are open, otherwise returns false.
isOpen(int) - Method in class com.ibm.db.beans.DBSelect
Returns true if the JDBC resource at the specified level is open, otherwise returns false.
isOpen(int) - Method in class com.ibm.db.beans.DBModify
Returns true if the JDBC resource at the specified level is open, otherwise returns false.
isOpen(int) - Method in class com.ibm.db.beans.DBStatement
Returns true if the underlying JDBC resource at the specified level is open, otherwise returns false.
isOptimizeConvertToString() - Method in class com.ibm.db.beans.DBStatement
Indicates whether optimization for String conversion is on or off.
isOptimizeForJsp() - Method in class com.ibm.db.beans.DBStatement
Indicates whether optimization for use in a Java Server Page (JSP) is on or off.
isOptimizeForNoListeners() - Method in class com.ibm.db.beans.DBStatement
Indicates whether optimization for no event listeners is on or off.
isReadOnly() - Method in class com.ibm.db.beans.DBSelect
Returns true if the RowSet is read-only, otherwise returns false.
isUpdateEnabled(int) - Method in class com.ibm.db.beans.DBSelectMetaData
Indicates whether to allow values in this column to be set and then updated in the database using an associated DBSelect or DBProcedureCall.
isValidateLOBs() - Method in class com.ibm.db.beans.DBSelect
Returns true if LOBs will be validated before they are returned from the cache.
isWritable(int) - Method in class com.ibm.db.beans.DBSelectMetaData
Indicates whether it is possible to use the associated DBSelect or DBProcedureCall to change database values in this column.

K

keyColumnMustBeSearchable - Static variable in class com.ibm.db.beans.DBException
Error code if a column identified as part of a key has a datatype that is not searchable.

L

last() - Method in class com.ibm.db.beans.DBSelect
Applies any changes in the current row to the database, and then moves to the last row in the result set.
lastResult() - Method in class com.ibm.db.beans.DBProcedureCall
Applies any changes in the current row of the current result set to the database, and then positions to the last result set.
LEVEL_CONNECTION - Static variable in class com.ibm.db.beans.DBStatement
JDBC resource level representing java.sql.Connection object
LEVEL_RESULTSET - Static variable in class com.ibm.db.beans.DBStatement
JDBC resource level representing java.sql.ResultSet object
LEVEL_STATEMENT - Static variable in class com.ibm.db.beans.DBStatement
JDBC resource level representing java.sql.Statement object
lockNotSupported - Static variable in class com.ibm.db.beans.DBException
Error code if method lockRow not supported for database product.
lockRow() - Method in class com.ibm.db.beans.DBSelect
Locks the current row in the database.

M

malformedUrl - Static variable in class com.ibm.db.beans.DBException
Error code if unable to create java.net.URL from String object.
metaDataNotYetAvailable - Static variable in class com.ibm.db.beans.DBException
Error code if meta-data information is not yet available.
MODIFIER_NONE - Static variable in class com.ibm.db.beans.DBEvent
Constant to be returned by getModifier() or getSubModifier() if value is not applicable.
multipleTables - Static variable in class com.ibm.db.beans.DBException
Error code if result set is from multiple tables and update, delete or insert was requested.
mustApplyDeferredUpdates - Static variable in class com.ibm.db.beans.DBException
Error code if you attempt to change the update deferral style of a DBSelect when there are already pending deferred updates.
mustApplyRowValueChanges - Static variable in class com.ibm.db.beans.DBException
Error code if you attempt to change the update deferral style of a DBSelect when value changes have been made in the current row, but not yet applied by performing updateRow() or moving to anther row.

N

newRow(boolean) - Method in class com.ibm.db.beans.DBSelect
Applies any changes in the current row to the database, inserts a new empty row into the result set, and positions to the new row.
next() - Method in class com.ibm.db.beans.DBSelect
Applies any changes in the current row to the database, and then moves to the next row in the result set.
nextResult() - Method in class com.ibm.db.beans.DBProcedureCall
Applies any changes in the current row of the current result set to the database, and then positions to the next result set.
noActiveConnection - Static variable in class com.ibm.db.beans.DBException
Error code if the connection is not active.
noColumnUpdate - Static variable in class com.ibm.db.beans.DBException
Error code if you attempt to set a value in a column which is not enabled for updates.
noConnection - Static variable in class com.ibm.db.beans.DBException
Error code if there is an internal error.
noCurrentResult - Static variable in class com.ibm.db.beans.DBException
Error code if operation is attempted that requires that you be positioned on a result set and you are not.
noDeferralWithAutomaticLocking - Static variable in class com.ibm.db.beans.DBException
Error code if you attempt to put automatic row locking and the deferral of updates into effect simultaneously.
noDeferralWithLockedRow - Static variable in class com.ibm.db.beans.DBException
Error code if you attempt an operation that will cause a row to be locked in the database while the deferral of updates is in effect.
noInitialContext - Static variable in class com.ibm.db.beans.DBException
Error code if cannot connect to the database because the InitialContext cannot be created.
noLogWriter - Static variable in class com.ibm.db.beans.DBException
Error code if trace is turned on and the LogWriter is null.
noResults - Static variable in class com.ibm.db.beans.DBException
Error code if the result set is empty.
noResultSets - Static variable in class com.ibm.db.beans.DBException
Error code if there are no result sets.
noSearchableColumns - Static variable in class com.ibm.db.beans.DBException
Error code if no searchable columns are in the result set.
noSelectObject - Static variable in class com.ibm.db.beans.DBException
Error code if no DBSelect is associated with a DBTableModel.
noSQL - Static variable in class com.ibm.db.beans.DBException
Error code if the command property of a DBStatement is null or the empty string when the statement is executed.
noStatement - Static variable in class com.ibm.db.beans.DBException
Error code if there is an internal error.
noTableDefined - Static variable in class com.ibm.db.beans.DBException
Error code if the bean cannot identify the correct table in order to lock, update, insert, or delete a row, or to re-fetch data from it.
notCall - Static variable in class com.ibm.db.beans.DBException
Error code if the SQL statement is not a CALL statement.
notExecuted - Static variable in class com.ibm.db.beans.DBException
Error code if the SQL statement has not been executed.
notExecuting - Static variable in class com.ibm.db.beans.DBException
Error code if execution of the SQL statement cannot be canceled because the statement is not executing.
notOpen - Static variable in class com.ibm.db.beans.DBException
Error code if the result set is not open.
noTransactions - Static variable in class com.ibm.db.beans.DBException
Error code if autoCommit false not supported for database product.
notSelect - Static variable in class com.ibm.db.beans.DBException
Error code if the SQL statement is not a SELECT statement.
noValuesSet - Static variable in class com.ibm.db.beans.DBException
Error code if cannot insert because no values were set.

O

onRow() - Method in class com.ibm.db.beans.DBSelect
Returns true if you are currently positioned on a row; returns false otherwise.

P

parameterAlreadyDefined - Static variable in class com.ibm.db.beans.DBException
Error code if the parameter in the specified position has already been defined.
parameterNotDefined - Static variable in class com.ibm.db.beans.DBException
Error code if the parameter in the specified position has not yet been defined.
previous() - Method in class com.ibm.db.beans.DBSelect
Applies any changes in the current row to the database, and then moves to the previous row in the result set.
previousResult() - Method in class com.ibm.db.beans.DBProcedureCall
Applies any changes in the current row of the current result set to the database, and then positions to the previous result set.

R

readOnly - Static variable in class com.ibm.db.beans.DBException
Error code if the result set is read only.
REASON_COLUMN_VALUE - Static variable in class com.ibm.db.beans.DBEvent
Constant to be returned by getReason() for rowSetChanged or aboutToChangeRowSet events when a column value is changing in the cache.
REASON_DELETE - Static variable in class com.ibm.db.beans.DBEvent
Constant to be returned by getReason() for rowChanged or aboutToChangeRow events when a row is being deleted from the database.
REASON_DELETE_CACHE_ROW - Static variable in class com.ibm.db.beans.DBEvent
Constant to be returned by getReason() for rowSetChanged or aboutToChangeRowSet events when a row is being deleted from the cache.
REASON_EXECUTE - Static variable in class com.ibm.db.beans.DBEvent
Constant to be returned by getReason() for rowSetChanged or aboutToChangeRowSet events when an SQL statement is being executed.
REASON_FETCH_CACHE_ROW - Static variable in class com.ibm.db.beans.DBEvent
Constant to be returned by getReason() for rowSetChanged or aboutToChangeRowSet events when one or more rows are being fetched into in the cache.
REASON_INSERT - Static variable in class com.ibm.db.beans.DBEvent
Constant to be returned by getReason() for rowChanged or aboutToChangeRow events when a row is being inserted in the database.
REASON_NEW_CACHE_ROW - Static variable in class com.ibm.db.beans.DBEvent
Constant to be returned by getReason() for rowSetChanged or aboutToChangeRowSet events when a new empty row is being added to the cache.
REASON_NONE - Static variable in class com.ibm.db.beans.DBEvent
Constant to be returned by getReason() if value is not applicable.
REASON_UPDATE - Static variable in class com.ibm.db.beans.DBEvent
Constant to be returned by getReason() for rowChanged or aboutToChangeRow events when a row is being updated in the database.
reExecute() - Method in class com.ibm.db.beans.DBSelect
Re-executes the statement without re-preparing.
reExecute() - Method in class com.ibm.db.beans.DBModify
Re-executes the statement.
reExecute() - Method in class com.ibm.db.beans.DBStatement
Re-executes the statement.
refreshRow() - Method in class com.ibm.db.beans.DBSelect
Refreshes the current row with its most recent value in the database.
removeDBAfterListener(DBAfterListener) - Method in class com.ibm.db.beans.DBSelect
Removes a listener to the DBAfter event set.
removeDBAfterListener(DBAfterListener) - Method in class com.ibm.db.beans.DBModify
Removes a listener to the DBAfter event set.
removeDBAfterListener(DBAfterListener) - Method in class com.ibm.db.beans.DBStatement
Removes a listener to the DBAfter event set.
removeDBBeforeListener(DBBeforeListener) - Method in class com.ibm.db.beans.DBSelect
Removes a listener to the DBBefore event set.
removeDBBeforeListener(DBBeforeListener) - Method in class com.ibm.db.beans.DBModify
Removes a listener to the DBBefore event set.
removeDBBeforeListener(DBBeforeListener) - Method in class com.ibm.db.beans.DBStatement
Removes a listener to the DBBefore event set.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.db.beans.DBProcedureCall
Removes a listener to the PropertyChange event set.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.db.beans.DBSelect
Removes a listener to the PropertyChange event set.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.db.beans.DBModify
Removes a listener to the PropertyChange event set.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.db.beans.DBStatement
Removes a listener to the PropertyChange event set.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.db.beans.DBTableModel
Removes a listener to the PropertyChange event set.
removeTableModelListener(TableModelListener) - Method in class com.ibm.db.beans.DBTableModel
Removes a listener to the TableModel event set.
resultNotDefined - Static variable in class com.ibm.db.beans.DBException
Error code if the result in the specified position has not yet been defined.
resultNotFound - Static variable in class com.ibm.db.beans.DBException
Error code if more result sets were described than were actually returned.
rollback() - Method in class com.ibm.db.beans.DBStatement
Rollback changes in the database.
rowChanged - Static variable in class com.ibm.db.beans.DBException
Error code if the current row cannot be updated or deleted because no matching row could be found in the database.
rowChanged_delete(DBEvent) - Method in interface com.ibm.db.beans.DBAfterListener
Method called when a row in the RowSet was deleted from the database.
rowChanged_insert(DBEvent) - Method in interface com.ibm.db.beans.DBAfterListener
Method called when a row in the RowSet was inserted into the database.
rowChanged_update(DBEvent) - Method in interface com.ibm.db.beans.DBAfterListener
Method called when a row in the RowSet was updated in the database.
rowFlaggedForDelete - Static variable in class com.ibm.db.beans.DBException
Error code if deferred changes for a DBSelect include a delete of the current row, and you then attempt to set values in the row.
rowNotFound - Static variable in class com.ibm.db.beans.DBException
Error code if a lock cannot be obtained on the current row because no matching row could be found in the database.
rowNotInDatabase - Static variable in class com.ibm.db.beans.DBException
Error code if the specified row is not in the database.
rowSetChanged_columnValue(DBEvent) - Method in interface com.ibm.db.beans.DBAfterListener
Method called when the cache of the RowSet changed by having the value of a column changed in one of the rows.
rowSetChanged_deleteRow(DBEvent) - Method in interface com.ibm.db.beans.DBAfterListener
Method called when the cache of the RowSet changed by having a row deleted from it.
rowSetChanged_execute(DBEvent) - Method in interface com.ibm.db.beans.DBAfterListener
Method called when the cache of the RowSet changed by being filled upon execution.
rowSetChanged_fetchRow(DBEvent) - Method in interface com.ibm.db.beans.DBAfterListener
Method called when the cache of the RowSet changed by having one or more rows fetched into it.
rowSetChanged_newRow(DBEvent) - Method in interface com.ibm.db.beans.DBAfterListener
Method called when the cache of the RowSet changed by having a new empty row added to it.

S

setAutoCommit(boolean) - Method in class com.ibm.db.beans.DBStatement
Sets the value of the autoCommit property.
setCacheLimit(int) - Method in class com.ibm.db.beans.DBSelect
Provides a hint for the maximum number of rows to be kept in an in-memory cache of result set rows.
setCacheValueAt(Object, int, int) - Method in class com.ibm.db.beans.DBSelect
Sets the value of the column at columnIndex and rowIndex in the cache.
setCatalogName(int, String) - Method in class com.ibm.db.beans.DBSelectMetaData
Sets the catalog name of the table of the specified column.
setColumn(int, Object) - Method in class com.ibm.db.beans.DBSelect
Sets (in memory) the value of the column at the specified index in the current row.
setColumn(int, String, String, Class, boolean) - Method in class com.ibm.db.beans.DBSelectMetaData
Adds the definition of a new column to this bean.
setColumn(String, Object) - Method in class com.ibm.db.beans.DBSelect
Sets (in memory) the value of the column with the specified name in the current row.
setColumnClass(int, Class) - Method in class com.ibm.db.beans.DBSelectMetaData
Sets the Java class to be used when getting or setting values for this column.
setColumnFromString(int, String) - Method in class com.ibm.db.beans.DBSelect
Sets (in memory) the value of the column at the specified index in the current row.
setColumnFromString(String, String) - Method in class com.ibm.db.beans.DBSelect
Sets (in memory) the value of the column with the specified name in the current row.
setColumnLabel(int, String) - Method in class com.ibm.db.beans.DBSelectMetaData
Sets the label for this column, which may be different from its name.
setColumnName(int, String) - Method in class com.ibm.db.beans.DBSelectMetaData
Sets the name for this column.
setCommand(String) - Method in class com.ibm.db.beans.DBStatement
Sets the SQL statement serving as the rowset's command property.
setCompareLargeColumns(boolean) - Method in class com.ibm.db.beans.DBSelect
If true, large columns will be compared when locking the current row.
setConnection(Connection) - Method in class com.ibm.db.beans.DBStatement
Sets the java.sql.Connection object used by this DBStatement.
setConnectionSpec(DBConnectionSpec) - Method in class com.ibm.db.beans.DBStatement
Sets the DBConnectionSpec object used by this DBStatement.
setDataSourceName(String) - Method in class com.ibm.db.beans.DBConnectionSpec
Specifies the name of a javax.sql.DataSource to use when opening a database connection, and clears any value previously set for the url property.
setDataSourceName(String) - Method in class com.ibm.db.beans.DBStatement
Specifies the name of a javax.sql.DataSource to use when opening a database connection, and clears any value previously set for the url property.
setDistinctTypesEnabled(boolean) - Method in class com.ibm.db.beans.DBSelect
If true, use of user-defined distinct types is enabled for this RowSet.
setDriverName(String) - Method in class com.ibm.db.beans.DBConnectionSpec
Specifies the class name of a JDBC driver that will automatically be loaded and registered for you before using the DriverManager to open a database connection.
setDriverName(String) - Method in class com.ibm.db.beans.DBStatement
Specifies the class name of a JDBC driver that will automatically be loaded and registered for you before using the DriverManager to open a database connection.
setFetchAllResultsOnExecute(boolean) - Method in class com.ibm.db.beans.DBProcedureCall
If true, all result sets produced by this procedure call will be obtained immediately during the execute method.
setFetchSize(int) - Method in class com.ibm.db.beans.DBSelect
Sets the number of rows that should be fetched from the database when more rows are needed.
setInitialContextFactory(String) - Method in class com.ibm.db.beans.DBConnectionSpec
Specifies the class name of the InitialContextFactory that will be used to locate a javax.sql.DataSource.
setInitialContextFactory(String) - Method in class com.ibm.db.beans.DBStatement
Specifies the class name of the InitialContextFactory that will be used to locate a javax.sql.DataSource.
setInternalUseObject(Object) - Method in class com.ibm.db.beans.DBConnectionSpec
For Internal Use only.
setJspNullToken(String) - Method in class com.ibm.db.beans.DBStatement
Sets the String that will be used by default in JSPs that use this bean to represent a null value.
setKey(int, boolean) - Method in class com.ibm.db.beans.DBSelectMetaData
Sets specification of whether this column belongs to a set of columns that can uniquely identify a row in the result set.
setLockRows(boolean) - Method in class com.ibm.db.beans.DBSelect
If true, a database lock is automatically held on a row while it is the current row.
setLogWriter(PrintWriter) - Method in class com.ibm.db.beans.DBConnectionSpec
Provides the PrintWriter that will be used to log any error information written by this bean.
setLogWriter(PrintWriter) - Method in class com.ibm.db.beans.DBStatement
Provides the PrintWriter that will be used to log any error or trace information written by this bean.
setMaxFieldSize(int) - Method in class com.ibm.db.beans.DBSelect
The maxFieldSize limit (in bytes) is set to limit the size of data that can be returned for any column value.
setMaxRows(int) - Method in class com.ibm.db.beans.DBSelect
The maxRows limit is set to limit the number of rows that any RowSet can contain.
setOptimizeConvertToString(boolean) - Method in class com.ibm.db.beans.DBStatement
Turns optimization for String conversion on or off.
setOptimizeForJsp(boolean) - Method in class com.ibm.db.beans.DBStatement
Turns optimization for use in a Java Server Page (JSP) on or off.
setOptimizeForNoListeners(boolean) - Method in class com.ibm.db.beans.DBStatement
Turns optimization for no event listeners on or off.
setParameter(int, Object) - Method in class com.ibm.db.beans.DBStatement
Sets the parameter at the specified index to the specified value.
setParameter(int, String, int, int, Class) - Method in class com.ibm.db.beans.DBParameterMetaData
Add the definition of a new parameter to this bean.
setParameter(String, Object) - Method in class com.ibm.db.beans.DBStatement
Sets the parameter with the specified name to the specified value.
setParameterClass(int, Class) - Method in class com.ibm.db.beans.DBParameterMetaData
Sets the Java class to be used when getting or setting values for this parameter.
setParameterFromString(int, String) - Method in class com.ibm.db.beans.DBStatement
Sets the parameter at the specified index to the specified value.
setParameterFromString(String, String) - Method in class com.ibm.db.beans.DBStatement
Sets the parameter with the specified name to the specified value.
setParameterMode(int, int) - Method in class com.ibm.db.beans.DBParameterMetaData
Sets the mode of the parameter at the specified position.
setParameterName(int, String) - Method in class com.ibm.db.beans.DBParameterMetaData
Sets the name of the parameter at the specified position.
setParameterScale(int, int) - Method in class com.ibm.db.beans.DBParameterMetaData
Sets the number of digits to the right of the decimal point for this parameter.
setParameterType(int, int) - Method in class com.ibm.db.beans.DBParameterMetaData
Sets the SQL type of the parameter at the specified position.
setPassword(String) - Method in class com.ibm.db.beans.DBConnectionSpec
Sets the password used to create a database connection.
setPassword(String) - Method in class com.ibm.db.beans.DBStatement
Sets the password used to create a database connection.
setPassword(String, boolean) - Method in class com.ibm.db.beans.DBConnectionSpec
Sets the password used to create a database connection.
setProperties(Properties) - Method in class com.ibm.db.beans.DBConnectionSpec
Sets the connection properties to use when establishing a connection.
setProviderUrl(String) - Method in class com.ibm.db.beans.DBConnectionSpec
Specifies the URL of the machine where the naming service should look for a javax.sql.DataSource.
setProviderUrl(String) - Method in class com.ibm.db.beans.DBStatement
Specifies the URL of the machine where the naming service should look for a javax.sql.DataSource.
setQueryTimeout(int) - Method in class com.ibm.db.beans.DBStatement
Sets the number of seconds to wait for a statement to execute.
setReadOnly(boolean) - Method in class com.ibm.db.beans.DBSelect
Set the read-only property of the RowSet.
setResult(int) - Method in class com.ibm.db.beans.DBProcedureCall
Applies any changes in the current row of the current result set to the database, and then positions to the specified result set.
setRow(int) - Method in class com.ibm.db.beans.DBSelect
Applies any changes in the current row to the database, and then positions to the specified row in the result set.
setRowInCache(int) - Method in class com.ibm.db.beans.DBSelect
Makes the specified row in the cache the current row in the result set.
setScale(int, int) - Method in class com.ibm.db.beans.DBSelectMetaData
Sets the number of digits to the right of the decimal point for this column.
setSchemaName(int, String) - Method in class com.ibm.db.beans.DBSelectMetaData
Sets the schema name of the table of this column The index of the first column is 1.
setScrollType(int) - Method in class com.ibm.db.beans.DBSelect
The scrollType specifies the type of scrollable result set that should be obtained.
setSelect(DBSelect) - Method in class com.ibm.db.beans.DBTableModel
Sets the reference to the DBSelect or DBProcedureCall bean whose data this bean will provide access to.
setSelectedRow(int) - Method in class com.ibm.db.beans.DBTableModel
Sets the selected row.
setTableForUpdate(String) - Method in class com.ibm.db.beans.DBSelectMetaData
Specifies the name of the table to be the target for Update, Insert, and Delete statements generated by the DBSelect bean.
setTableName(int, String) - Method in class com.ibm.db.beans.DBSelectMetaData
Sets the name of the table of this column.
setTrace(boolean) - Method in class com.ibm.db.beans.DBStatement
Sets the tracing option of this bean on or off.
setTransactionIsolation(int) - Method in class com.ibm.db.beans.DBStatement
Sets the transaction isolation level.
setUpdateDeferral(int) - Method in class com.ibm.db.beans.DBSelect
Sets the style of update deferral.
setUpdateEnabled(int, boolean) - Method in class com.ibm.db.beans.DBSelectMetaData
Sets specification of whether to allow values in this column to be set and then updated in the database using an associated DBSelect or DBProcedureCall.
setUrl(String) - Method in class com.ibm.db.beans.DBConnectionSpec
Specifies the url of the database to connect to using the DriverManager, and clears any value previously set for the dataSourceName property.
setUrl(String) - Method in class com.ibm.db.beans.DBStatement
Specifies the url of the database to connect to using the DriverManager, and clears any value previously set for the dataSourceName property.
setUsername(String) - Method in class com.ibm.db.beans.DBConnectionSpec
Sets the user name used to create a database connection.
setUsername(String) - Method in class com.ibm.db.beans.DBStatement
Sets the user name used to create a database connection.
setValidateLOBs(boolean) - Method in class com.ibm.db.beans.DBSelect
If true, LOBs will be validated before they are returned from the cache.
setValueAt(Object, int, int) - Method in class com.ibm.db.beans.DBTableModel
Sets the value at rowIndex and columnIndex in the cache of the associated DBSelect.
shareConnectionWith(DBStatement) - Method in class com.ibm.db.beans.DBStatement
Makes this DBStatement object share the same java.sql.Connection object as another DBStatement object.
sqlException - Static variable in class com.ibm.db.beans.DBException
Error code if an SQLException occurred.

T

TRANSACTION_DEFAULT - Static variable in class com.ibm.db.beans.DBStatement
Use default transaction isolation level for database.
transactionIsolationError - Static variable in class com.ibm.db.beans.DBException
Error code if can't set transaction isolation level.
truncated - Static variable in class com.ibm.db.beans.DBException
Error code if cannot perform operation because data truncation occurred when row was retrieved.

U

unexpectedError - Static variable in class com.ibm.db.beans.DBException
Error code if an unexpected error occurs.
unlockRow() - Method in class com.ibm.db.beans.DBSelect
Unlocks the current row.
updateRow() - Method in class com.ibm.db.beans.DBSelect
Updates the database with the values of the current row in the result set.

W

wrongObjectType - Static variable in class com.ibm.db.beans.DBException
Error code if the value used to set a column or parameter is of a different Java class than specified in the meta data.

A B C D E F G H I K L M N O P R S T U W