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

A

aboutToAddNewRow(DataEvent) - Method in interface com.ibm.db.StatementResultBeforeListener
Invoked before StatementResult.newRow is executed.
aboutToClose(DataEvent) - Method in interface com.ibm.db.StatementBeforeListener
Invoked before SelectStatement.close is executed.
aboutToClose(DataEvent) - Method in interface com.ibm.db.StatementResultBeforeListener
Invoked before SelectResult.close or StatementResult.closeResult is executed.
aboutToCommit(DataEvent) - Method in interface com.ibm.db.DatabaseConnectionBeforeListener
Invoked before DatabaseConnection.commit is executed.
aboutToCommit(DataEvent) - Method in class com.ibm.db.SelectStatement
Invoked when the com.ibm.db.DatabaseConnectionBefore event aboutToCommmit fires.
aboutToConnect(DataEvent) - Method in interface com.ibm.db.DatabaseConnectionBeforeListener
Invoked before DatabaseConnection.connect is executed.
aboutToConnect(DataEvent) - Method in class com.ibm.db.SelectStatement
Invoked when the com.ibm.db.DatabaseConnectionBefore event aboutToConnect fires.
aboutToDeleteRow(DataEvent) - Method in interface com.ibm.db.StatementResultBeforeListener
Invoked before StatementResult.deleteRow is executed.
aboutToDisconnect(DataEvent) - Method in interface com.ibm.db.DatabaseConnectionBeforeListener
Invoked before DatabaseConnection.disconnect is executed.
aboutToDisconnect(DataEvent) - Method in class com.ibm.db.SelectStatement
Invoked when the com.ibm.db.DatabaseConnectionBefore event aboutToDisconnect fires.
aboutToExecute(DataEvent) - Method in interface com.ibm.db.StatementBeforeListener
Invoked before Statement.execute is executed.
aboutToRollback(DataEvent) - Method in interface com.ibm.db.DatabaseConnectionBeforeListener
Invoked before DatabaseConnection.rollback is executed.
aboutToRollback(DataEvent) - Method in class com.ibm.db.SelectStatement
Invoked when the com.ibm.db.DatabaseConnectionBefore event aboutToRollback fires.
aboutToSetColumnValue(PropertyChangeEvent) - Method in interface com.ibm.db.StatementResultValueChangeListener
Invoked before StatementResult.setColumnValue is executed.
aboutToUpdateRow(DataEvent) - Method in interface com.ibm.db.StatementResultBeforeListener
Invoked before StatementResult.updateRow is executed.
ACTION_DELETE_ROW - Static variable in class com.ibm.db.DataEvent
Triggering action was deleting a row without refilling the cache.
ACTION_DELETE_ROW_AND_REFILL - Static variable in class com.ibm.db.DataEvent
Triggering action was deleting a row and refilling the cache afterwards.
ACTION_NEW_ROW - Static variable in class com.ibm.db.DataEvent
Triggering action was adding a new row into the result set with newRow.
ACTION_NEXT_PACKET - Static variable in class com.ibm.db.DataEvent
Triggering action was fetching the next packet of rows into the cache.
ACTION_NOT_APPLICABLE - Static variable in class com.ibm.db.DataEvent
Triggering action need not be taken into account.
actionPerformed(ActionEvent) - Method in class com.ibm.db.LogonDialog
Handles actionPerformed events.
addColumn_javalangString_int_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the addColumn(java.lang.String, int, int) method descriptor.
addColumn_javalangString_javalangClass_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the addColumn(java.lang.String, java.lang.Class, int) method descriptor.
addColumn_javalangString_javalangClassMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the addColumn(java.lang.String, java.lang.Class) method descriptor.
addColumn(String, Class, int) - Method in class com.ibm.db.StatementMetaData
Defines a new column with the given name whose value can be passed as an instance of the specified java class and whose SQL type is the specified value.
addColumn(String, int, int) - Method in class com.ibm.db.StatementMetaData
Defines a new column with the given name.
addDatabaseConnectionAfterListener(DatabaseConnectionAfterListener) - Method in class com.ibm.db.DatabaseConnection
Adds a listener to the DatabaseConnectionAfter event set.
addDatabaseConnectionBeforeListener(DatabaseConnectionBeforeListener) - Method in class com.ibm.db.DatabaseConnection
Adds a listener to the DatabaseConnectionBefore event set.
addedNewRow(DataEvent) - Method in interface com.ibm.db.StatementResultAfterListener
Invoked after StatementResult.newRow has been executed.
addParameter_javalangString_int_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the addColumn(java.lang.String, int, int) method descriptor.
addParameter_javalangString_javalangClass_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the addParameter(java.lang.String, java.lang.Class, int) method descriptor.
addParameter_javalangString_javalangClassMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the addParameter(java.lang.String, java.lang.Class) method descriptor.
addParameter(String, Class, int) - Method in class com.ibm.db.StatementMetaData
Defines a new parameter with the given name whose value can be passed as an instance of the specified java class and whose SQL type is the specified value.
addParameter(String, Class, int, int) - Method in class com.ibm.db.StatementMetaData
Defines a new parameter with the given name whose value can be passed as an instance of the specified java class and whose SQL type is the specified value.
addParameter(String, int, int) - Method in class com.ibm.db.StatementMetaData
Defines a new parameter with the given name and the specified SQLType.
addParameter(String, int, int, int) - Method in class com.ibm.db.StatementMetaData
Defines a new parameter with the given name and the specified SQLType.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.db.SelectResult
Adds a listener to the PropertyChange event set.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.db.CallableStatement
Adds a listener to the PropertyChange event set.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.db.SQLStatement
Adds a listener to the PropertyChange event set.
addStatementAfterListener(StatementAfterListener) - Method in class com.ibm.db.Statement
Adds a listener to the StatementAfter event set.
addStatementBeforeListener(StatementBeforeListener) - Method in class com.ibm.db.Statement
Adds a listener to the StatementBefore event set.
addStatementResultAfterListener(StatementResultAfterListener) - Method in class com.ibm.db.StatementResult
Adds the StatementResultAfterListener.
addStatementResultBeforeListener(StatementResultBeforeListener) - Method in class com.ibm.db.StatementResult
Adds the StatementResultBeforeListener.
addStatementResultValueChangeListener(StatementResultValueChangeListener) - Method in class com.ibm.db.SelectResult
Adds a listener to the StatementResultValueChange event set.
addTable_javalangStringMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the addTable(java.lang.String) method descriptor.
addTable(String) - Method in class com.ibm.db.StatementMetaData
Defines a table name that is used in this SQL statement.
alreadyConnected - Static variable in class com.ibm.db.IBMDBMessages
 
alreadyConnected - Static variable in class com.ibm.db.DataException
Error code if cannot connect to database because already connected.
areDistinctTypesEnabled() - Method in class com.ibm.db.SelectStatement
Returns true if use of user-defined distinct types is enabled for this statement.
autoCommitPropertyDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the autoCommitproperty descriptor.

B

badJavaClass - Static variable in class com.ibm.db.IBMDBMessages
 
badJavaClass - Static variable in class com.ibm.db.DataException
Error code if an invalid Java Class specified.
badSQLType - Static variable in class com.ibm.db.IBMDBMessages
 
badSQLType - Static variable in class com.ibm.db.DataException
Error code if an invalid/unsupported SQL type is specified.
badUidPwd - Static variable in class com.ibm.db.IBMDBMessages
 
badUidPwd - Static variable in class com.ibm.db.DataException
Error code if an invalid userID or password specified.
beforeCacheStart - Static variable in class com.ibm.db.IBMDBMessages
 
beforeCacheStart - Static variable in class com.ibm.db.DataException
Error code if the specified row is before the start of the cache.
beforeResultCacheStart - Static variable in class com.ibm.db.IBMDBMessages
 
beforeResultCacheStart - Static variable in class com.ibm.db.DataException
Error code if the specified result set is before the start of the cache.
bundle - Static variable in class com.ibm.db.IBMDBMessages
 

C

cacheRowsChanged(DataEvent) - Method in interface com.ibm.db.StatementResultAfterListener
Invoked after the rows in the the cache have changed.
CallableStatement - class com.ibm.db.CallableStatement.
CallableStatement represents an SQL statement that can be used to execute a stored procedure.
CallableStatement() - Constructor for class com.ibm.db.CallableStatement
Constructs a new CallableStatement.
CallableStatement(boolean) - Constructor for class com.ibm.db.CallableStatement
Constructs a new CallableStatement.
CallableStatementBeanInfo - class com.ibm.db.CallableStatementBeanInfo.
The bean information class for com.ibm.db.CallableStatement.
CallableStatementBeanInfo() - Constructor for class com.ibm.db.CallableStatementBeanInfo
 
CallableStatementMetaData - class com.ibm.db.CallableStatementMetaData.
Class for CallableStatement metadata.
CallableStatementMetaData() - Constructor for class com.ibm.db.CallableStatementMetaData
Constructs a new CallableStatementMetaData.
Cancel - Static variable in class com.ibm.db.IBMDBMessages
 
cancelAction() - Method in class com.ibm.db.SelectResult
Cancels execution of the SQL statement performing the current action.
cancelActionMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the cancelAction method descriptor.
cancelExecution() - Method in class com.ibm.db.Statement
Cancels execution (in another thread) of the SQL statement associated with this Statement.
cancelExecution() - Method in class com.ibm.db.SelectStatement
Cancels execution of the SQL statement which is associated with this SelectStatement.
cancelExecution() - Method in class com.ibm.db.CallableStatement
Cancels execution of the SQL statement which is associated with this CallableStatement.
cancelExecution() - Method in class com.ibm.db.SQLStatement
Cancels execution of the SQL statement which is associated with this SQLStatement.
cancelExecutionMethodDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the cancelExecution method descriptor.
cancelExecutionMethodDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the cancelExecution method descriptor.
cancelExecutionMethodDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the cancelExecution method descriptor.
cannotConvert - Static variable in class com.ibm.db.IBMDBMessages
 
cannotConvert - Static variable in class com.ibm.db.DataException
Error code if a String value cannot be converted to an object of another class.
cannotConvertToString - Static variable in class com.ibm.db.IBMDBMessages
 
cannotConvertToString - Static variable in class com.ibm.db.DataException
Error code if cannot convert a column value to a String.
cannotRefreshData - Static variable in class com.ibm.db.IBMDBMessages
 
cannotRefreshData - Static variable in class com.ibm.db.DataException
Error code if cannot refresh data in a row because the row cannot be found in the database.
cloneNotSupported - Static variable in class com.ibm.db.IBMDBMessages
 
cloneNotSupported - Static variable in class com.ibm.db.DataException
Error code if the object does not support cloning.
close() - Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then closes the associated statement.
close() - Method in class com.ibm.db.SelectStatement
Applies any changes in the current row of the associated Select Result to the database, and then closes the result set and the statement.
close() - Method in class com.ibm.db.CallableStatement
Applies any changes in the current row of the current Select Result to the database, and then closes the result set and the statement.
closed(DataEvent) - Method in interface com.ibm.db.StatementAfterListener
Invoked after SelectStatement.close is executed.
closed(DataEvent) - Method in interface com.ibm.db.StatementResultAfterListener
Invoked after StatementResult.close has been executed.
closeMethodDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the close method descriptor.
closeMethodDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the close method descriptor.
closeMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the close method descriptor.
closeResult() - Method in class com.ibm.db.StatementResult
Closes the result set.
closeResult() - Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then closes the result set.
closeResultMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the close method descriptor.
columnCountPropertyDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the columnCount property descriptor.
columnCountPropertyDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the columnCount property descriptor.
columnNames() - Method in class com.ibm.db.StatementResult
Returns an enumeration containing the names of the columns in the result set.
columnNames() - Method in class com.ibm.db.SelectResult
Returns the names of the columns of the result set.
columnNamesMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the columnNames method descriptor.
columnValueSet(PropertyChangeEvent) - Method in interface com.ibm.db.StatementResultValueChangeListener
Invoked after StatementResult.setColumnValue is executed.
com.ibm.db - package com.ibm.db
 
commit() - Method in class com.ibm.db.DatabaseConnection
Commits changes to the database.
commitMethodDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the commit method descriptor.
committed(DataEvent) - Method in class com.ibm.db.SelectStatement
Invoked when the com.ibm.db.DatabaseConnectionAfter event commmitted fires.
committed(DataEvent) - Method in interface com.ibm.db.DatabaseConnectionAfterListener
Invoked after DatabaseConnection.commit is executed.
connect() - Method in class com.ibm.db.DatabaseConnection
Attempts to establish a connection to the database.
connected(DataEvent) - Method in class com.ibm.db.SelectStatement
Invoked when the com.ibm.db.DatabaseConnectionAfter event connected fires.
connected(DataEvent) - Method in interface com.ibm.db.DatabaseConnectionAfterListener
Invoked after DatabaseConnection.connect is executed.
connectedPropertyDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the connected property descriptor.
connectionAliasPropertyDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the alias property descriptor.
connectionClosed - Static variable in class com.ibm.db.IBMDBMessages
 
connectionClosed - Static variable in class com.ibm.db.DataException
Error code if the JDBC connection you pass to the DatabaseConnection constructor is not open.
connectionPoolTypePropertyDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the connectionPoolType property descriptor.
connectionPropertyDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the connection property descriptor.
connectionPropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the connection property descriptor.
connectionPropertyDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the connection property descriptor.
connectionSpecPropertyDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the connectionSpecproperty descriptor.
connectMethodDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the connect method descriptor.
currentResultInCachePropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the currentResultInCache property descriptor.
currentResultPropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the currentResult property descriptor.
currentRowInCachePropertyDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the currentRowInCache property descriptor.
currentRowPropertyDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the currentRow property descriptor.

D

dataAfter_committedMethodDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the committed method descriptor.
dataAfter_connectedMethodDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the connected method descriptor.
dataAfter_disconnectedMethodDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the disconnected method descriptor.
dataAfter_rolledBackMethodDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the rolledBack method descriptor.
DatabaseConnection - class com.ibm.db.DatabaseConnection.
DatabaseConnection represents a connection to the database.
DatabaseConnection() - Constructor for class com.ibm.db.DatabaseConnection
Constructs a new DatabaseConnection.
DatabaseConnection(Connection) - Constructor for class com.ibm.db.DatabaseConnection
Constructs a new DatabaseConnection with the specified JDBC connection.
databaseConnectionAfterEventSetDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the databaseConnectionAfter event set descriptor.
DatabaseConnectionAfterListener - interface com.ibm.db.DatabaseConnectionAfterListener.
The event set listener interface for the databaseConnectionAfter feature.
DatabaseConnectionBeanInfo - class com.ibm.db.DatabaseConnectionBeanInfo.
The bean information class for com.ibm.db.DatabaseConnection.
DatabaseConnectionBeanInfo() - Constructor for class com.ibm.db.DatabaseConnectionBeanInfo
 
databaseConnectionBeforeEventSetDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the databaseConnectionBefore event set descriptor.
DatabaseConnectionBeforeListener - interface com.ibm.db.DatabaseConnectionBeforeListener.
The event set listener interface for the databaseConnectionBefore feature.
dataBefore_aboutToCommitMethodDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the aboutToCommit method descriptor.
dataBefore_aboutToConnectMethodDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the aboutToConnect method descriptor.
dataBefore_aboutToDisconnectMethodDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the aboutToDisconnect method descriptor.
dataBefore_aboutToRollbackMethodDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the aboutToRollback method descriptor.
DataEvent - class com.ibm.db.DataEvent.
This is the event class to support the Listener interfaces in com.ibm.db package.
DataEvent(Object) - Constructor for class com.ibm.db.DataEvent
Constructs a new DataEvent.
DataEvent(Object, int) - Constructor for class com.ibm.db.DataEvent
Constructs a new DataEvent with the specified triggering action.
DataException - exception com.ibm.db.DataException.
DataException represents exceptions that are raised by classes in com.ibm.db package.
DataException(String, int) - Constructor for class com.ibm.db.DataException
Constructs a new DataException with the specified message and error code.
DataException(String, SQLException) - Constructor for class com.ibm.db.DataException
Constructs a new DataException with the specified message and associates the specified SQLException with the DataException.
DataRuntimeException - exception com.ibm.db.DataRuntimeException.
Thrown when an error is encountered.
DataRuntimeException(Exception) - Constructor for class com.ibm.db.DataRuntimeException
This method was created in VisualAge.
DataRuntimeException(String) - Constructor for class com.ibm.db.DataRuntimeException
Constructs a DataRuntimeException with the specified detail message.
dataSourceNamePropertyDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the dataSourceNameproperty descriptor.
decodeError - Static variable in class com.ibm.db.DataException
Error code if a decode error encountered.
deletedRow(DataEvent) - Method in interface com.ibm.db.StatementResultAfterListener
Invoked after StatementResult.deleteRow has been executed.
deleteRow() - Method in class com.ibm.db.StatementResult
Deletes a row.
deleteRow() - Method in class com.ibm.db.SelectResult
Deletes the current row from the result set and from the database.
deleteRowMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the deleteRow method descriptor.
disconnect() - Method in class com.ibm.db.DatabaseConnection
Closes the JDBC connection for further use by this DatabaseConnection object.
disconnected(DataEvent) - Method in class com.ibm.db.SelectStatement
Invoked when the com.ibm.db.DatabaseConnectionAfter event disconnected fires and closes the statement.
disconnected(DataEvent) - Method in interface com.ibm.db.DatabaseConnectionAfterListener
Invoked after DatabaseConnection.disconnect is executed.
disconnectMethodDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the disconnect method descriptor.
distinctTypesEnabledPropertyDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the distinctTypesEnabled property descriptor.
distinctTypesEnabledPropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the distinctTypesEnabled property descriptor.
driverNamePropertyDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the driverName property descriptor.
driverNotFound - Static variable in class com.ibm.db.IBMDBMessages
 
driverNotFound - Static variable in class com.ibm.db.DataException
Error code if the JDBC driver class not found when attempting to connect.
duplicateColumn - Static variable in class com.ibm.db.IBMDBMessages
 
duplicateColumn - Static variable in class com.ibm.db.DataException
Error code if the specified column is already defined.
duplicateParm - Static variable in class com.ibm.db.IBMDBMessages
 
duplicateParm - Static variable in class com.ibm.db.DataException
Error code if the specified paramenter is already defined.

E

endPropertyDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the end property descriptor.
EnterLogonID - Static variable in class com.ibm.db.IBMDBMessages
 
EnterPassword - Static variable in class com.ibm.db.IBMDBMessages
 
errorMakeField - Static variable in class com.ibm.db.IBMDBMessages
 
errorMakeField - Static variable in class com.ibm.db.DataException
Error code if an unsupported Java class specified for column/parameter.
ErrorMessages - Static variable in class com.ibm.db.IBMDBMessages
 
execute() - Method in class com.ibm.db.Statement
Executes the SQL statement.
execute() - Method in class com.ibm.db.SelectStatement
Executes the SQL SELECT statement and positions to the first row in the result set.
execute() - Method in class com.ibm.db.CallableStatement
Executes the SQL CALL statement and, if any result sets were produced, positions to the first row in the first result set.
execute() - Method in class com.ibm.db.SQLStatement
Executes the SQL statement.
executed(DataEvent) - Method in interface com.ibm.db.StatementAfterListener
Invoked after Statement.execute has been executed.
executedPropertyDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the executed property descriptor.
executedPropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the executed property descriptor.
executedPropertyDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the execute dproperty descriptor.
executeMethodDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the execute() method descriptor.
executeMethodDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the execute() method descriptor.
executeMethodDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the execute() method descriptor.
externallyManaged - Static variable in class com.ibm.db.IBMDBMessages
 
externallyManaged - Static variable in class com.ibm.db.DataException
Error code if the connection is externally managed.

F

fillCacheOnExecutePropertyDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the fillCacheOnExecute property descriptor.
fillCacheOnExecutePropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the fillCacheOnExecute property descriptor.
fillResultCacheOnExecutePropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the fillResultCacheOnExecute property descriptor.
finalizeException - Static variable in class com.ibm.db.IBMDBMessages
 
firstResult() - Method in class com.ibm.db.CallableStatement
Applies any changes in the current row of the current result set to the database, and then positions to the first result set (if any result sets were returned).
firstResultMethodDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the firstResult method descriptor.
firstRow() - Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then positions to the first row in the result set.
firstRowMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the firstRow method descriptor.
forceSearchedUpdatePropertyDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the forceSearchedUpdate property descriptor.

G

getAdditionalBeanInfo() - Method in class com.ibm.db.SelectStatementBeanInfo
Returns the BeanInfo of the superclass of this bean to inherit its features.
getAdditionalBeanInfo() - Method in class com.ibm.db.CallableStatementBeanInfo
Returns the BeanInfo of the superclass of this bean to inherit its features.
getAdditionalBeanInfo() - Method in class com.ibm.db.SelectResultBeanInfo
Returns the BeanInfo of the superclass of this bean to inherit its features.
getAutoCommit() - Method in class com.ibm.db.DatabaseConnection
Returns true if changes to the database are automatically committed as soon as they are made.
getBeanClass() - Static method in class com.ibm.db.SelectStatementBeanInfo
Gets the bean class.
getBeanClass() - Static method in class com.ibm.db.CallableStatementBeanInfo
Gets the bean class.
getBeanClass() - Static method in class com.ibm.db.SQLStatementBeanInfo
Gets the bean class.
getBeanClass() - Static method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the bean class.
getBeanClass() - Static method in class com.ibm.db.SelectResultBeanInfo
Gets the bean class.
getBeanClass() - Static method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the bean class.
getBeanDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
 
getBeanDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
 
getBeanDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
 
getBeanDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
 
getBeanDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
 
getBeanDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
 
getCacheResultAt(int) - Method in class com.ibm.db.CallableStatement
Returns the SelectResult at the specified index.
getCacheValueAt(int, int) - Method in class com.ibm.db.SelectResult
Returns the value at the specified row and column index in the cache.
getColumnClass_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getColumnClass(int) method descriptor.
getColumnClass_javalangStringMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getColumnClass(java.lang.String) method descriptor.
getColumnClass(int) - Method in class com.ibm.db.StatementMetaData
Returns the java class that is used for the values of the column.
getColumnClass(String) - Method in class com.ibm.db.StatementMetaData
Returns the java class that is used for the values of the column.
getColumnCount() - Method in class com.ibm.db.StatementResult
Returns the number of columns in the result set.
getColumnCount() - Method in class com.ibm.db.StatementMetaData
Returns the number of columns in the result set.
getColumnCount() - Method in class com.ibm.db.SelectResult
Returns the number of columns in the result set.
getColumnIndex_javalangStringMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getColumnIndex(java.lang.String) method descriptor.
getColumnIndex(String) - Method in class com.ibm.db.StatementMetaData
Returns the index of the column based on its name.
getColumnLength_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getColumnLength(int) method descriptor.
getColumnLength_javalangStringMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getColumnLength(java.lang.String) method descriptor.
getColumnLength(int) - Method in class com.ibm.db.StatementMetaData
Returns the length of the indexed column.
getColumnLength(String) - Method in class com.ibm.db.StatementMetaData
Returns the length of the named column.
getColumnName_intMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the getColumnName(int) method descriptor.
getColumnName_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getColumnName(int) method descriptor.
getColumnName(int) - Method in class com.ibm.db.StatementResult
Returns the name of the column at the specified index.
getColumnName(int) - Method in class com.ibm.db.StatementMetaData
Returns the name of the specified column.
getColumnName(int) - Method in class com.ibm.db.SelectResult
Returns the name of the column at the specified index.
getColumnNames() - Method in class com.ibm.db.StatementMetaData
Returns an enumeration of the column names.
getColumnScale_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getColumnScale(int) method descriptor.
getColumnScale_javalangStringMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getColumnScale(java.lang.String) method descriptor.
getColumnScale(int) - Method in class com.ibm.db.StatementMetaData
Returns the scale of the indexed column.
getColumnScale(String) - Method in class com.ibm.db.StatementMetaData
Returns the scale of the indexed column.
getColumnSQLType_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getColumnSQLType(int) method descriptor.
getColumnSQLType_javalangStringMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getColumnSQLType(java.lang.String) method descriptor.
getColumnSQLType(int) - Method in class com.ibm.db.StatementMetaData
Returns the SQLType of the column in the database.
getColumnSQLType(String) - Method in class com.ibm.db.StatementMetaData
Returns the SQLType of the named column.
getColumnValue_intMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the getColumnValue(int) method descriptor.
getColumnValue_StringMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the getColumnValue(java.lang.String) method descriptor.
getColumnValue(int) - Method in class com.ibm.db.StatementResult
Returns the value of the column at the specified index.
getColumnValue(int) - Method in class com.ibm.db.SelectResult
Returns the value of the column at the specified index in the current row.
getColumnValue(String) - Method in class com.ibm.db.StatementResult
Returns the value of the column with the specified name.
getColumnValue(String) - Method in class com.ibm.db.SelectResult
Returns the value of the column with the specified name in the current row.
getColumnValueToString_intMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the getColumnValueToString(int) method descriptor.
getColumnValueToString_StringMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the getColumnValueToString(String) method descriptor.
getColumnValueToString(int) - Method in class com.ibm.db.StatementResult
Returns the value of the column at the specified index as a String.
getColumnValueToString(int) - Method in class com.ibm.db.SelectResult
Returns the value of the column at the specified index in the current row as a String.
getColumnValueToString(String) - Method in class com.ibm.db.StatementResult
Returns the value of the column with the specified name as a String.
getColumnValueToString(String) - Method in class com.ibm.db.SelectResult
Returns the value of the column with the specified name in the current row as a String.
getConnection() - Method in class com.ibm.db.Statement
Returns the DatabaseConnection associated with this Statement.
getConnectionAlias() - Method in class com.ibm.db.DatabaseConnection
Returns the alias name that is associated with this DatabaseConnection.
getConnectionPoolType() - Method in class com.ibm.db.DatabaseConnection
Deprecated. Use setJndiDataSource() to use a WebSphere datasource to make a connection.
getConnectionSpec() - Method in class com.ibm.db.DatabaseConnection
Returns the DatabaseConnectionSpec associated with this DatabaseConnection.
getContents() - Method in class com.ibm.db.IBMDBMessages_zh_TW
 
getContents() - Method in class com.ibm.db.IBMDBMessages_ko
 
getContents() - Method in class com.ibm.db.IBMDBMessages_pt
 
getContents() - Method in class com.ibm.db.IBMDBMessages
 
getContents() - Method in class com.ibm.db.IBMDBMessages_it
 
getContents() - Method in class com.ibm.db.IBMDBMessages_fr
 
getContents() - Method in class com.ibm.db.IBMDBMessages_ja
 
getContents() - Method in class com.ibm.db.IBMDBMessages_de
 
getContents() - Method in class com.ibm.db.IBMDBMessages_es
 
getContents() - Method in class com.ibm.db.IBMDBMessages_zh_CN
 
getCurrentResult() - Method in class com.ibm.db.CallableStatement
Returns the index of the current result set.
getCurrentResultInCache() - Method in class com.ibm.db.CallableStatement
Returns the index in the cache of the current result set.
getCurrentRow() - Method in class com.ibm.db.SelectResult
Returns the index in the result set of the current row.
getCurrentRowInCache() - Method in class com.ibm.db.SelectResult
Returns the index in the cache of the current row.
getDataSourceName() - Method in class com.ibm.db.DatabaseConnection
Returns the URL used when establishing a connection to the database.
getDriverName() - Method in class com.ibm.db.DatabaseConnection
Returns the JDBC driver used when establishing a connection to the database.
getErrorCode() - Method in class com.ibm.db.DataException
Returns the error code associated with the exception.
getEventSetDescriptors() - Method in class com.ibm.db.SelectStatementBeanInfo
Return the event set descriptors for this bean.
getEventSetDescriptors() - Method in class com.ibm.db.CallableStatementBeanInfo
Return the event set descriptors for this bean.
getEventSetDescriptors() - Method in class com.ibm.db.SQLStatementBeanInfo
Return the event set descriptors for this bean.
getEventSetDescriptors() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Return the event set descriptors for this bean.
getEventSetDescriptors() - Method in class com.ibm.db.SelectResultBeanInfo
Return the event set descriptors for this bean.
getEventSetDescriptors() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Return the event set descriptors for this bean.
getException() - Method in class com.ibm.db.DataRuntimeException
This method was created in VisualAge.
getFrameForComponent(Component) - Static method in class com.ibm.db.LogonDialog
Returns the specified component's Frame.
getInitialContextFactory() - Method in class com.ibm.db.DatabaseConnection
Returns the InitialContextFactory used to locate the JDBC 2.0 DataSource.
getInsets() - Method in class com.ibm.db.LogonDialog
Returns the insets for the dialog.
getJDBCMetaData() - Method in class com.ibm.db.StatementResult
Returns the java.sql.ResultSetMetaData associated with this StatementResult.
getJDBCMetaData() - Method in class com.ibm.db.DatabaseConnection
Returns the java.sql.DatabaseMetaData associated with this DatabaseConnection.
getJndiDataSource() - Method in class com.ibm.db.DatabaseConnection
Returns the name of the JDBC 2.0 DataSource used to obtain a connection to the database.
getMaximumPacketsInCache() - Method in class com.ibm.db.SelectStatement
Returns the maximum number of packets the cache can contain at one time.
getMaximumResultsInCache() - Method in class com.ibm.db.CallableStatement
Returns the maximum number of result sets the cache can contain at one time.
getMaximumRows() - Method in class com.ibm.db.SelectStatement
Returns the maximum size of the result set.
getMetaData() - Method in class com.ibm.db.Statement
Returns the StatementMetaData associated with the Statement.
getMetaData() - Method in class com.ibm.db.CallableStatement
Returns the StatementMetaData associated with the Statement's current result set.
getMethodDescriptors() - Method in class com.ibm.db.SelectStatementBeanInfo
Return the method descriptors for this bean.
getMethodDescriptors() - Method in class com.ibm.db.CallableStatementBeanInfo
Return the method descriptors for this bean.
getMethodDescriptors() - Method in class com.ibm.db.SQLStatementBeanInfo
Return the method descriptors for this bean.
getMethodDescriptors() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Return the method descriptors for this bean.
getMethodDescriptors() - Method in class com.ibm.db.SelectResultBeanInfo
Return the method descriptors for this bean.
getMethodDescriptors() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Return the method descriptors for this bean.
getName() - Method in class com.ibm.db.StatementMetaData
Returns the name associated with this StatementMetaData.
getNextMetaData() - Method in class com.ibm.db.StatementMetaData
Returns the next chained StatementMetaData, or null if this is the final StatementMetaData.
getNumAffectedRows() - Method in class com.ibm.db.SQLStatement
Returns the number of rows that were affected by executing the SQL statement.
getNumPacketsInCache() - Method in class com.ibm.db.SelectResult
Returns the number of packets currently in the cache.
getNumResults() - Method in class com.ibm.db.CallableStatement
Returns the number of result sets fetched so far.
getNumResultsInCache() - Method in class com.ibm.db.CallableStatement
Returns the number of result sets currently in the cache.
getNumRows() - Method in class com.ibm.db.StatementResult
Returns the number of rows in the result set.
getNumRowsInCache() - Method in class com.ibm.db.SelectResult
Returns the number of rows currently in the cache.
getPacketSize() - Method in class com.ibm.db.SelectStatement
Returns the number of rows that are in one packet.
getParameter_intMethodDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the getParameter(int) method descriptor.
getParameter_intMethodDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the getParameter(int) method descriptor.
getParameter_intMethodDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the getParameter(int) method descriptor.
getParameter_StringMethodDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the getParameter(int) method descriptor.
getParameter_StringMethodDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the getParameter(int) method descriptor.
getParameter_StringMethodDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the getParameter(int) method descriptor.
getParameter(int) - Method in class com.ibm.db.Statement
Returns the value of the parameter at the specified index.
getParameter(int) - Method in class com.ibm.db.CallableStatement
Returns the value of the parameter at the specified index.
getParameter(String) - Method in class com.ibm.db.Statement
Returns the value of the parameter with the specified name.
getParameterClass_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getParameterClass(int) method descriptor.
getParameterClass_javalangStringMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getParameterClass(java.lang.String) method descriptor.
getParameterClass(int) - Method in class com.ibm.db.StatementMetaData
Returns the java class that is used for the value of the parameter.
getParameterClass(String) - Method in class com.ibm.db.StatementMetaData
Returns the java class that is used for the value of the parameter.
getParameterCount() - Method in class com.ibm.db.StatementMetaData
Returns the number of parameters that have been defined for this SQL statement.
getParameterIndex_javalangStringMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getParameterIndex(java.lang.String) method descriptor.
getParameterIndex(String) - Method in class com.ibm.db.StatementMetaData
Returns the index of the parameter based on its name.
getParameterLength_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getParameterLength(int) method descriptor.
getParameterLength_javalangStringMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getParameterLength(java.lang.String) method descriptor.
getParameterLength(int) - Method in class com.ibm.db.StatementMetaData
Returns the length of the specified parameter.
getParameterLength(String) - Method in class com.ibm.db.StatementMetaData
Returns the length of the specified parameter.
getParameterMode(int) - Method in class com.ibm.db.StatementMetaData
Returns the mode of the specified parameter.
getParameterMode(String) - Method in class com.ibm.db.StatementMetaData
Returns the mode of the specified parameter.
getParameterName_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getParameterName(int) method descriptor.
getParameterName(int) - Method in class com.ibm.db.StatementMetaData
Returns the name of the specified parameter.
getParameterScale_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getParameterScale(int) method descriptor.
getParameterScale_javalangStringMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getParameterScale(java.lang.String) method descriptor.
getParameterScale(int) - Method in class com.ibm.db.StatementMetaData
Returns the scale of the specified parameter.
getParameterScale(String) - Method in class com.ibm.db.StatementMetaData
Returns the scale of the specified parameter.
getParameterSQLType_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getParameterSQLType(int) method descriptor.
getParameterSQLType_javalangStringMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getParameterSQLType(java.lang.String) method descriptor.
getParameterSQLType(int) - Method in class com.ibm.db.StatementMetaData
Returns the SQLType of the specified parameter.
getParameterSQLType(String) - Method in class com.ibm.db.StatementMetaData
Returns the SQLType of the specified parameter.
getParameterToString_intMethodDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the getParameterToString(int) method descriptor.
getParameterToString_intMethodDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the getParameterToString(int) method descriptor.
getParameterToString_intMethodDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the getParameter(int) method descriptor.
getParameterToString_StringMethodDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the getParameter(int) method descriptor.
getParameterToString_StringMethodDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the getParameter(int) method descriptor.
getParameterToString_StringMethodDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the getParameter(int) method descriptor.
getParameterToString(int) - Method in class com.ibm.db.Statement
Returns the value of the parameter at the specified index as a String.
getParameterToString(String) - Method in class com.ibm.db.Statement
Returns the value of the parameter with the specified name as a String.
getPromptUID() - Method in class com.ibm.db.DatabaseConnection
Returns true if before a database connection is made, a logon dialog will be displayed to obtain the userid and password for the connection.
getProperties() - Method in class com.ibm.db.DatabaseConnection
Returns the properties for this DatabaseConnection.
getPropertyDescriptors() - Method in class com.ibm.db.SelectStatementBeanInfo
Return the property descriptors for this bean.
getPropertyDescriptors() - Method in class com.ibm.db.CallableStatementBeanInfo
Return the property descriptors for this bean.
getPropertyDescriptors() - Method in class com.ibm.db.SQLStatementBeanInfo
Return the property descriptors for this bean.
getPropertyDescriptors() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Return the property descriptors for this bean.
getPropertyDescriptors() - Method in class com.ibm.db.SelectResultBeanInfo
Return the property descriptors for this bean.
getPropertyDescriptors() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Return the property descriptors for this bean.
getProviderURL() - Method in class com.ibm.db.DatabaseConnection
Returns the Provider URL for the InitialContextFactory.
getResult() - Method in class com.ibm.db.SelectStatement
Returns the SelectResult that is associated with this SelectStatement.
getResult() - Method in class com.ibm.db.CallableStatement
Returns the current SelectResult for this CallableStatement (if the stored procedure returned any result sets).
getRootMetaData() - Method in class com.ibm.db.CallableStatement
Returns the root StatementMetaData associated with the Statement.
getSQL() - Method in class com.ibm.db.StatementMetaData
Returns the SQL statement for this StatementMetadata.
getSQLException() - Method in class com.ibm.db.DataException
Returns the SQLException that is associated with the DataException.
getTables() - Method in class com.ibm.db.StatementMetaData
Returns an enumeration of tables for this SQL statement.
getText(String) - Static method in class com.ibm.db.IBMDBMessages
 
getTimeout() - Method in class com.ibm.db.Statement
Returns the number of seconds the JDBC driver will wait for this statement to execute.
getTransactionIsolation() - Method in class com.ibm.db.DatabaseConnection
Returns the current setting for the transacation isolation level for this DatabaseConnection.
getTriggeringAction() - Method in class com.ibm.db.DataEvent
Returns the triggering action of the event.
getUserID() - Method in class com.ibm.db.DatabaseConnection
Returns the userid used when establishing a connection to the database.

I

IBMDBMessages - class com.ibm.db.IBMDBMessages.
 
IBMDBMessages_de - class com.ibm.db.IBMDBMessages_de.
 
IBMDBMessages_de() - Constructor for class com.ibm.db.IBMDBMessages_de
 
IBMDBMessages_es - class com.ibm.db.IBMDBMessages_es.
 
IBMDBMessages_es() - Constructor for class com.ibm.db.IBMDBMessages_es
 
IBMDBMessages_fr - class com.ibm.db.IBMDBMessages_fr.
 
IBMDBMessages_fr() - Constructor for class com.ibm.db.IBMDBMessages_fr
 
IBMDBMessages_it - class com.ibm.db.IBMDBMessages_it.
 
IBMDBMessages_it() - Constructor for class com.ibm.db.IBMDBMessages_it
 
IBMDBMessages_ja - class com.ibm.db.IBMDBMessages_ja.
 
IBMDBMessages_ja() - Constructor for class com.ibm.db.IBMDBMessages_ja
 
IBMDBMessages_ko - class com.ibm.db.IBMDBMessages_ko.
 
IBMDBMessages_ko() - Constructor for class com.ibm.db.IBMDBMessages_ko
 
IBMDBMessages_pt - class com.ibm.db.IBMDBMessages_pt.
 
IBMDBMessages_pt() - Constructor for class com.ibm.db.IBMDBMessages_pt
 
IBMDBMessages_zh_CN - class com.ibm.db.IBMDBMessages_zh_CN.
 
IBMDBMessages_zh_CN() - Constructor for class com.ibm.db.IBMDBMessages_zh_CN
 
IBMDBMessages_zh_TW - class com.ibm.db.IBMDBMessages_zh_TW.
 
IBMDBMessages_zh_TW() - Constructor for class com.ibm.db.IBMDBMessages_zh_TW
 
IBMDBMessages() - Constructor for class com.ibm.db.IBMDBMessages
 
illegalAccess - Static variable in class com.ibm.db.IBMDBMessages
 
illegalAccess - Static variable in class com.ibm.db.DataException
Error code if the newInstance method of a Class object fails because the class or initializer is not accessible.
inconsistentColumnCount - Static variable in class com.ibm.db.DataException
Error code if the number of columns in a result set does not match the number of columns specified in the StatementMetaData.
inconsistentColumns - Static variable in class com.ibm.db.DataException
Error code if the defined columns are inconsistent with SQL statement.
inconsistentColumnType - Static variable in class com.ibm.db.DataException
Error code if the SQL data types of columns in a result set do not match the SQL data types of columns specified in the StatementMetaData.
indexTooLarge - Static variable in class com.ibm.db.IBMDBMessages
 
indexTooLarge - Static variable in class com.ibm.db.DataException
Error code if the specified row index exceeds the allowable range.
instantiationException - Static variable in class com.ibm.db.IBMDBMessages
 
instantiationException - Static variable in class com.ibm.db.DataException
Error code if the newInstance method of a Class object fails because the Class object is abstract or an interface.
internalError - Static variable in class com.ibm.db.IBMDBMessages
 
internalError - Static variable in class com.ibm.db.DataException
Error code if an internal error occurred.
invalidConnPoolType - Static variable in class com.ibm.db.DataException
Error code if an invalid connection pool type was specified.
isConnected() - Method in class com.ibm.db.DatabaseConnection
Returns true if the DatabaseConnection is associated with an active JDBC connection.
isEnd() - Method in class com.ibm.db.SelectResult
Returns true if the currentRow is the last row in the result set and no more rows can be fetched.
isExecuted() - Method in class com.ibm.db.Statement
Returns true if execute has been invoked for the Statement.
isExternallyManaged() - Method in class com.ibm.db.DatabaseConnection
Returns true if the associated JDBC connection is considered to be externally managed.
isFillCacheOnExecute() - Method in class com.ibm.db.SelectStatement
Returns true if as many rows as allowed are fetched into the cache when execute is invoked.
isFillResultCacheOnExecute() - Method in class com.ibm.db.CallableStatement
Returns true if as many result sets as allowed are fetched into the cache when execute is invoked.
isForceSearchedUpdate() - Method in class com.ibm.db.SelectStatement
Returns true if searched update/delete will always be done when updateRow()/deleteRow() is invoked.
isLargeResultSetScrollingEnabled() - Method in class com.ibm.db.SelectStatement
Returns true if full scrollability of large result sets is enabled for this statement.
isLastResult() - Method in class com.ibm.db.CallableStatement
Returns true if the currentResult 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.SelectStatement
Returns true if a database lock is automatically held on a row while it is the current row in the associated Select Result.
isMaxRowsReached() - Method in class com.ibm.db.SelectResult
Returns true if the number of rows in the result set is equal to the maximum size of the result set.
isOpen() - Method in class com.ibm.db.StatementResult
Returns true if the result set is open in the database and can be accessed, otherwise returns false.
isOpen() - Method in class com.ibm.db.SelectStatement
Returns true if the statement is open in the database and can be accessed, otherwise returns false.
isReadOnly() - Method in class com.ibm.db.Statement
Returns true if updates are disallowed even when the database would permit them.
isRowLocked() - Method in class com.ibm.db.SelectResult
Returns true if the current row is locked in the database.
isValidateLOBs() - Method in class com.ibm.db.Statement
Returns true validates LOBs before they are returned from the cache.

K

keyPressed(KeyEvent) - Method in class com.ibm.db.LogonDialog
 
keyReleased(KeyEvent) - Method in class com.ibm.db.LogonDialog
 
keyTyped(KeyEvent) - Method in class com.ibm.db.LogonDialog
 

L

lastResult() - Method in class com.ibm.db.CallableStatement
Applies any changes in the current row of the current result set to the database, and then positions to the last result set.
lastResultMethodDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the lastResult() method descriptor.
lastResultPropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the lastResult property descriptor.
lastRow() - Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then positions to the last row in the result set.
lastRowMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the lastRow() method descriptor.
lockNotSupported - Static variable in class com.ibm.db.IBMDBMessages
 
lockNotSupported - Static variable in class com.ibm.db.DataException
Error code if method lockRow not supported for database product.
lockRow() - Method in class com.ibm.db.SelectResult
Locks the current row in the database.
lockRowMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the lockRow() method descriptor.
lockRowsPropertyDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the lockRows property descriptor.
lockRowsPropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the lockRows property descriptor.
LogonDialog - class com.ibm.db.LogonDialog.
LogonDialog represents a dialog to obtain the userID and password prior to making a connection to the database.
LogonDialog(Component) - Constructor for class com.ibm.db.LogonDialog
Constructs a new LogonDialog.
logonIDPwd - Static variable in class com.ibm.db.IBMDBMessages
 

M

maximumPacketsInCachePropertyDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the maximumPacketsInCache property descriptor.
maximumPacketsInCachePropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the maximumPacketsInCache property descriptor.
maximumResultsInCachePropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the maximumResultsInCache property descriptor.
maximumRowsPropertyDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the maximumRows property descriptor.
maximumRowsPropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the maximumRows property descriptor.
maxRowsReachedPropertyDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the maxRowsReached property descriptor.
maxSize - Static variable in class com.ibm.db.IBMDBMessages
 
maxSize - Static variable in class com.ibm.db.DataException
Error code if newRow failed because result set max size limit reached.
metaDataPropertyDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the alias property descriptor.
metaDataPropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the alias property descriptor.
metaDataPropertyDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the alias property descriptor.
multipleRowsChanged - Static variable in class com.ibm.db.IBMDBMessages
 
multipleTables - Static variable in class com.ibm.db.IBMDBMessages
 
multipleTables - Static variable in class com.ibm.db.DataException
Error code if result set is from multiple tables and update, delete or insert was requested.

N

namePropertyDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the name property descriptor.
newRow_booleanMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the newRow(boolean) method descriptor.
newRow(boolean) - Method in class com.ibm.db.SelectResult
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.
nextPacket() - Method in class com.ibm.db.SelectResult
Fetches the next packet from the database into the result set.
nextPacketMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the nextPacket() method descriptor.
nextResult() - Method in class com.ibm.db.CallableStatement
Applies any changes in the current row of the current result set to the database, and then positions to the next result set.
nextResultMethodDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the nextResult() method descriptor.
nextRow() - Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then positions to the next row in the result set.
nextRowMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the nextRow() method descriptor.
noActiveConnection - Static variable in class com.ibm.db.IBMDBMessages
 
noActiveConnection - Static variable in class com.ibm.db.DataException
Error code if the connection is not active.
noConnection - Static variable in class com.ibm.db.IBMDBMessages
 
noConnection - Static variable in class com.ibm.db.DataException
Error code if there is no associated DatabaseConnection.
noConnectionSpec - Static variable in class com.ibm.db.IBMDBMessages
 
noConnectionSpec - Static variable in class com.ibm.db.DataException
Error code if an error occured creating a DatabaseConnectionSpec.
noDefinedLength - Static variable in class com.ibm.db.IBMDBMessages
 
noDefinedScale - Static variable in class com.ibm.db.IBMDBMessages
 
noGui - Static variable in class com.ibm.db.IBMDBMessages
 
noGui - Static variable in class com.ibm.db.DataException
Error code if no GUI is available.
noLogonSpec - Static variable in class com.ibm.db.IBMDBMessages
 
noLogonSpec - Static variable in class com.ibm.db.DataException
Error code if an error occured creating a DatabaseLogonSpec.
noMetaData - Static variable in class com.ibm.db.IBMDBMessages
 
noMetaData - Static variable in class com.ibm.db.DataException
Error code if there is no associated StatementMetaData.
noResults - Static variable in class com.ibm.db.IBMDBMessages
 
noResults - Static variable in class com.ibm.db.DataException
Error code if the result set is empty.
noResultSets - Static variable in class com.ibm.db.IBMDBMessages
 
noResultSets - Static variable in class com.ibm.db.DataException
Error code if there are no result sets.
noSearchableColumns - Static variable in class com.ibm.db.IBMDBMessages
 
noSearchableColumns - Static variable in class com.ibm.db.DataException
Error code if no searchable columns are in the result set.
noSQL - Static variable in class com.ibm.db.IBMDBMessages
 
noSQL - Static variable in class com.ibm.db.DataException
Error code if no SQL Statement is specified.
noStatement - Static variable in class com.ibm.db.IBMDBMessages
 
noStatement - Static variable in class com.ibm.db.DataException
Error code if there is no associated Statement object.
noStatementMetaData - Static variable in class com.ibm.db.IBMDBMessages
 
noStatementMetaData - Static variable in class com.ibm.db.DataException
Error code if an error occurred creating StatementMetaData.
noStoredProcedure - Static variable in class com.ibm.db.IBMDBMessages
 
noSuchColumn - Static variable in class com.ibm.db.IBMDBMessages
 
noSuchColumn - Static variable in class com.ibm.db.DataException
Error code if the specified column is not defined.
noSuchParm - Static variable in class com.ibm.db.IBMDBMessages
 
noSuchParm - Static variable in class com.ibm.db.DataException
Error code if the specified parameter is not defined.
noSuchTable - Static variable in class com.ibm.db.IBMDBMessages
 
noSuchTable - Static variable in class com.ibm.db.DataException
Error code if the specified table is not defined.
noTableDefined - Static variable in class com.ibm.db.IBMDBMessages
 
noTableDefined - Static variable in class com.ibm.db.DataException
Error code if the bean cannot identify the correct table(s) 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.IBMDBMessages
 
notCall - Static variable in class com.ibm.db.DataException
Error code if the SQL statement is not a CALL statement.
notExecuted - Static variable in class com.ibm.db.IBMDBMessages
 
notExecuted - Static variable in class com.ibm.db.DataException
Error code if the SQL statement has not been executed.
notExecuting - Static variable in class com.ibm.db.IBMDBMessages
 
notExecuting - Static variable in class com.ibm.db.DataException
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.IBMDBMessages
 
notOpen - Static variable in class com.ibm.db.DataException
Error code if the result set is not open.
noTransactions - Static variable in class com.ibm.db.IBMDBMessages
 
noTransactions - Static variable in class com.ibm.db.DataException
Error code if autoCommit false not supported for database product.
notRegistered - Static variable in class com.ibm.db.DataException
Error code if the connection alias is not registered.
notSelect - Static variable in class com.ibm.db.IBMDBMessages
 
notSelect - Static variable in class com.ibm.db.DataException
Error code if the SQL statement is not a SELECT statement.
noValuesSet - Static variable in class com.ibm.db.IBMDBMessages
 
noValuesSet - Static variable in class com.ibm.db.DataException
Error code if cannot insert because no values were set.
numAffectedRowsPropertyDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the numAffectedRows property descriptor.
numPacketsInCachePropertyDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the numPacketsInCache property descriptor.
numResultsInCachePropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the numResultsInCache property descriptor.
numResultsPropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the numResults property descriptor.
numRowsInCachePropertyDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the numRowsInCache property descriptor.
numRowsPropertyDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the numRows property descriptor.

O

OK - Static variable in class com.ibm.db.IBMDBMessages
 
openPropertyDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the open property descriptor.
openPropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the open property descriptor.
openPropertyDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the open property descriptor.

P

packetSizePropertyDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the packetSize property descriptor.
packetSizePropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the packetSize property descriptor.
parameterCountPropertyDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the parameterCount property descriptor.
PARM_MODE_INOUT - Static variable in class com.ibm.db.StatementMetaData
 
PARM_MODE_INPUT - Static variable in class com.ibm.db.StatementMetaData
 
PARM_MODE_OUTPUT - Static variable in class com.ibm.db.StatementMetaData
 
passwordPropertyDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the password property descriptor.
POOL_TYPE_NONE - Static variable in class com.ibm.db.DatabaseConnection
Do not use connection pools
POOL_TYPE_WEBSPHERE - Static variable in class com.ibm.db.DatabaseConnection
Use WebSphere connection pools
previousResult() - Method in class com.ibm.db.CallableStatement
Applies any changes in the current row of the current result set to the database, and then positions to the previous result set.
previousResultMethodDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the previousResult() method descriptor.
previousRow() - Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then positions to the previous row in the result set.
previousRowMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the previousRow() method descriptor.
promptAndSetUID(DatabaseConnectionSpec) - Method in class com.ibm.db.LogonDialog
Displays a logon dialog to obtain the userid and password.
promptAndSetUID(String[], String[]) - Method in class com.ibm.db.LogonDialog
Displays a logon dialog to obtain the userid and password.
promptUIDPropertyDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the promptUID property descriptor.
propertyChangeEventSetDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the propertyChange event set descriptor.
propertyChangeEventSetDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the propertyChange event set descriptor.
propertyChangeEventSetDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the propertyChange event set descriptor.
propertyChangepropertyChange_PropertyChangeEventMethodEventDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the propertyChange.propertyChange(java.beans.PropertyChangeEvent) method descriptor.
propertyChangepropertyChange_PropertyChangeEventMethodEventDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the propertyChange.propertyChange(java.beans.PropertyChangeEvent) method descriptor.
propertyChangepropertyChange_PropertyChangeEventMethodEventDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the propertyChange.propertyChange(java.beans.PropertyChangeEvent) method descriptor.

R

readOnly - Static variable in class com.ibm.db.IBMDBMessages
 
readOnly - Static variable in class com.ibm.db.DataException
Error code if the result set is read only.
readOnlyPropertyDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the readOnly property descriptor.
readOnlyPropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the readOnly property descriptor.
refresh() - Method in class com.ibm.db.SelectStatement
Refreshes the result set from the database by re-executing the SQL SELECT statement.
refresh() - Method in class com.ibm.db.CallableStatement
Re-executes the SQL statement, refreshing any result sets it returned.
refreshColumn(int) - Method in class com.ibm.db.SelectResult
Refreshes the specified column value in the current row from the database.
refreshMethodDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the refresh() method descriptor.
refreshMethodDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the refresh() method descriptor.
refreshRow() - Method in class com.ibm.db.SelectResult
Refreshes a row's column values with those currently in the database.
removeColumn_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the removeColumn(int) method descriptor.
removeColumn_javalangStringMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the removeColumn(java.lang.String) method descriptor.
removeColumn(int) - Method in class com.ibm.db.StatementMetaData
Removes the column from the list of defined columns.
removeColumn(String) - Method in class com.ibm.db.StatementMetaData
Removes the column from the list of defined columns.
removeDatabaseConnectionAfterListener(DatabaseConnectionAfterListener) - Method in class com.ibm.db.DatabaseConnection
Removes a listener from the DatabaseConnectionAfter event set.
removeDatabaseConnectionBeforeListener(DatabaseConnectionBeforeListener) - Method in class com.ibm.db.DatabaseConnection
Removes a listener from the DatabaseConnectionBefore event set.
removeParameter_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the removeParameter(int) method descriptor.
removeParameter_javalangStringMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the removeParameter(java.lang.String) method descriptor.
removeParameter(int) - Method in class com.ibm.db.StatementMetaData
Removes the parameter from the list of defined parameters.
removeParameter(String) - Method in class com.ibm.db.StatementMetaData
Removes the parameter from the list of defined parameters.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.db.SelectResult
Removes a listener from the PropertyChange event set.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.db.CallableStatement
Removes a listener to the PropertyChange event set.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.db.SQLStatement
Removes a listener to the PropertyChange event set.
removeStatementAfterListener(StatementAfterListener) - Method in class com.ibm.db.Statement
Removes a listener to the StatementAfter event set.
removeStatementBeforeListener(StatementBeforeListener) - Method in class com.ibm.db.Statement
Removes a listener to the StatementBefore event set.
removeStatementResultAfterListener(StatementResultAfterListener) - Method in class com.ibm.db.StatementResult
Removes the StatementResultAfterListener.
removeStatementResultBeforeListener(StatementResultBeforeListener) - Method in class com.ibm.db.StatementResult
Removes the StatementResultBeforeListener.
removeStatementResultValueChangeListener(StatementResultValueChangeListener) - Method in class com.ibm.db.SelectResult
Removes a listener from the StatementResultValueChange event set.
removeTable_javalangStringMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the removeTable(java.lang.String) method descriptor.
removeTable(String) - Method in class com.ibm.db.StatementMetaData
Removes the table from the list of defined tables.
restoreRow() - Method in class com.ibm.db.StatementResult
Restores a row's column values to those last known to be in the database.
restoreRow() - Method in class com.ibm.db.SelectResult
Restores a row's column values to those last known to be in the database.
resultIndexTooLarge - Static variable in class com.ibm.db.IBMDBMessages
 
resultIndexTooLarge - Static variable in class com.ibm.db.DataException
Error code if the specified result set index exceeds the allowable range.
resultPropertyDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the result property descriptor.
resultPropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the result property descriptor.
rollback() - Method in class com.ibm.db.DatabaseConnection
Rollback changes in the database.
rollbackMethodDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the rollback method descriptor.
rolledBack(DataEvent) - Method in class com.ibm.db.SelectStatement
Invoked when the com.ibm.db.DatabaseConnectionAfter event rolledBack fires.
rolledBack(DataEvent) - Method in interface com.ibm.db.DatabaseConnectionAfterListener
Invoked after DatabaseConnection.rollback is executed.
rowChanged - Static variable in class com.ibm.db.IBMDBMessages
 
rowChanged - Static variable in class com.ibm.db.DataException
Error code if the current row cannot be updated or deleted because no matching row could be found in the database.
rowNotFound - Static variable in class com.ibm.db.IBMDBMessages
 
rowNotFound - Static variable in class com.ibm.db.DataException
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.IBMDBMessages
 
rowNotInDatabase - Static variable in class com.ibm.db.DataException
Error code if the specified row is not in the database.

S

SelectResult - class com.ibm.db.SelectResult.
SelectResult represents a result set returned from executing an SQL Select statement.
SelectResult() - Constructor for class com.ibm.db.SelectResult
Constructs a new SelectResult.
SelectResult(SelectStatement) - Constructor for class com.ibm.db.SelectResult
Constructs a new SelectResult and associates it with the specified SelectStatement.
SelectResultBeanInfo - class com.ibm.db.SelectResultBeanInfo.
The bean information class for com.ibm.db.SelectResult.
SelectResultBeanInfo() - Constructor for class com.ibm.db.SelectResultBeanInfo
 
SelectStatement - class com.ibm.db.SelectStatement.
SelectStatement represents an SQL Select statement.
SelectStatement() - Constructor for class com.ibm.db.SelectStatement
Constructs a new SelectStatement.
SelectStatement(boolean) - Constructor for class com.ibm.db.SelectStatement
Constructs a new SelectStatement.
SelectStatementBeanInfo - class com.ibm.db.SelectStatementBeanInfo.
The bean information class for com.ibm.db.SelectStatement.
SelectStatementBeanInfo() - Constructor for class com.ibm.db.SelectStatementBeanInfo
 
setAutoCommit(boolean) - Method in class com.ibm.db.DatabaseConnection
If true, any changes to the database are automatically committed as soon as they are made.
setColumnLength_int_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the setColumnLength(int, int)method descriptor.
setColumnLength_javalangString_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the setColumnLength(java.lang.String, int) method descriptor.
setColumnLength(int, int) - Method in class com.ibm.db.StatementMetaData
Sets a user-defined length for the specified column.
setColumnLength(String, int) - Method in class com.ibm.db.StatementMetaData
Sets a user-defined length for the specified column.
setColumnScale_int_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the setColumnScale(int, int) method descriptor.
setColumnScale_javalangString_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the setColumnScale(java.lang.String, int) method descriptor.
setColumnScale(int, int) - Method in class com.ibm.db.StatementMetaData
Sets a user-defined scale for the specified column.
setColumnScale(String, int) - Method in class com.ibm.db.StatementMetaData
Sets a user-defined scale for the specified column.
setColumnSQLType_int_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the setColumnSQLType(int, int) method descriptor.
setColumnSQLType_javalangString_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the setColumnSQLType(java.lang.String, int) method descriptor.
setColumnSQLType(int, int) - Method in class com.ibm.db.StatementMetaData
Sets the SQLType of the specified column.
setColumnSQLType(String, int) - Method in class com.ibm.db.StatementMetaData
Sets the SQLType of the specified column.
setColumnValue_int_ObjectMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the setColumnValue(int, java.lang.Object) method descriptor.
setColumnValue_String_ObjectMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the setColumnValue(java.lang.String, java.lang.Object) method descriptor.
setColumnValue(int, Object) - Method in class com.ibm.db.StatementResult
Sets the value of the column at the specified index to the specified value.
setColumnValue(int, Object) - Method in class com.ibm.db.SelectResult
Sets (in the result set) the value of the column at the specified index in the current row.
setColumnValue(String, Object) - Method in class com.ibm.db.StatementResult
Sets the value of the column with the specified name to the specified value.
setColumnValue(String, Object) - Method in class com.ibm.db.SelectResult
Sets (in the result set) the value of the column with the specified name in the current row.
setColumnValueFromString_int_StringMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the setColumnValueFromString(int, java.lang.String) method descriptor.
setColumnValueFromString_String_StringMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the setColumnValueFromString(String, java.lang.String) method descriptor.
setColumnValueFromString(int, String) - Method in class com.ibm.db.StatementResult
Sets the value of the column at the specified index to the specified value.
setColumnValueFromString(int, String) - Method in class com.ibm.db.SelectResult
Sets (in the result set) the value of the column at the specified index in the current row.
setColumnValueFromString(String, String) - Method in class com.ibm.db.StatementResult
Sets the value of the column with the specified name to the specified value.
setColumnValueFromString(String, String) - Method in class com.ibm.db.SelectResult
Sets (in the result set) the value of the column with the specified name in the current row.
setConnection(DatabaseConnection) - Method in class com.ibm.db.Statement
Associates a DatabaseConnection with the Statement.
setConnection(DatabaseConnection) - Method in class com.ibm.db.SelectStatement
Associates a DatabaseConnection with the Statement.
setConnectionAlias(String) - Method in class com.ibm.db.DatabaseConnection
Sets the connection alias name used when a connect is invoked on this DatabaseConnection.
setConnectionPoolType(int) - Method in class com.ibm.db.DatabaseConnection
Deprecated. Use setJndiDataSource() to use a WebSphere datasource to make a connection.
setCurrentResult(int) - Method in class com.ibm.db.CallableStatement
Applies any changes in the current row to the database, and then positions to the specified result set.
setCurrentRow(int) - Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then positions to the specified row in the result set.
setDataSourceName(String) - Method in class com.ibm.db.DatabaseConnection
Sets the URL used when establishing a connection to the database.
setDistinctTypesEnabled(boolean) - Method in class com.ibm.db.SelectStatement
If true, enables the use of user-defined distinct types for this statement.
setDriverName(String) - Method in class com.ibm.db.DatabaseConnection
Sets the JDBC driver used when establishing a connection to the database.
setFillCacheOnExecute(boolean) - Method in class com.ibm.db.SelectStatement
If true, fetches as many rows as allowed into the cache when execute is invoked.
setFillResultCacheOnExecute(boolean) - Method in class com.ibm.db.CallableStatement
If true, as many result sets as allowed are fetched into the cache when execute is invoked.
setForceSearchedUpdate(boolean) - Method in class com.ibm.db.SelectStatement
If true, a searched update will be done when updateRow() is invoked and a searched delete will be done when deleteRow() is invoked.
setInitialContextFactory(String) - Method in class com.ibm.db.DatabaseConnection
Sets the InitialContextFactory used to find the DataSource specified in the JndiDataSource property.
setJndiDataSource(String) - Method in class com.ibm.db.DatabaseConnection
Sets the JNDI DataSource used when establishing a connection to the database.
setLargeResultSetScrollingEnabled(boolean) - Method in class com.ibm.db.SelectStatement
If true, enables full scrollability of large result sets for this statement.
setLockRows(boolean) - Method in class com.ibm.db.SelectStatement
If true, a database lock is automatically held on a row while it is the current row in the associated Select Result.
setMaximumPacketsInCache(int) - Method in class com.ibm.db.SelectStatement
Sets the maximum number of packets the cache can contain at one time.
setMaximumResultsInCache(int) - Method in class com.ibm.db.CallableStatement
Sets the maximum number of result sets the cache can contain at one time.
setMaximumRows(int) - Method in class com.ibm.db.SelectStatement
Sets the maximum size of the result set.
setMetaData(StatementMetaData) - Method in class com.ibm.db.Statement
Associates a StatementMetaData with the Statement.
setMetaData(StatementMetaData) - Method in class com.ibm.db.SelectStatement
Associates a StatementMetaData with the Statement.
setMetaData(StatementMetaData) - Method in class com.ibm.db.CallableStatement
Associates a chain of StatementMetaData objects with the Statement.
setName(String) - Method in class com.ibm.db.StatementMetaData
Sets the name for this StatementMetaData.
setNextMetaData(StatementMetaData) - Method in class com.ibm.db.StatementMetaData
Chains the specified StatementMetaData after this one.
setPacketSize(int) - Method in class com.ibm.db.SelectStatement
Sets the number of rows that are in one packet.
setParameter_int_javalangObjectMethodDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the setParameter(int, java.lang.Object) method descriptor.
setParameter_int_ObjectMethodDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the setParameter(int, java.lang.Object) method descriptor.
setParameter_int_ObjectMethodDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the setParameter(int, java.lang.Object) method descriptor.
setParameter_String_javalangObjectMethodDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the setParameter(int, java.lang.Object) method descriptor.
setParameter_String_ObjectMethodDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the setParameter(int, java.lang.Object) method descriptor.
setParameter_String_ObjectMethodDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the setParameter(int, java.lang.Object) method descriptor.
setParameter(int, Object) - Method in class com.ibm.db.Statement
Sets the parameter at the specified index to the specified value.
setParameter(int, Object) - Method in class com.ibm.db.CallableStatement
Sets the parameter at the specified index to the specified value.
setParameter(String, Object) - Method in class com.ibm.db.Statement
Sets the parameter with the specified name to the specified value.
setParameterFromString_int_StringMethodDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the setParameterFromString(int, String) method descriptor.
setParameterFromString_int_StringMethodDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the setParameterFromString(int, String) method descriptor.
setParameterFromString_int_StringMethodDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the setParameterFromString(int, String) method descriptor.
setParameterFromString_String_StringMethodDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the setParameterFromString(String, String) method descriptor.
setParameterFromString_String_StringMethodDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the setParameterFromString(String, String) method descriptor.
setParameterFromString_String_StringMethodDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the setParameterFromString(String, String) method descriptor.
setParameterFromString(int, String) - Method in class com.ibm.db.Statement
Sets the parameter at the specified index to the specified value.
setParameterFromString(String, String) - Method in class com.ibm.db.Statement
Sets the parameter with the specified name to the specified value.
setParameterLength_int_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the setParameterLength(int, int) method descriptor.
setParameterLength_javalangString_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the setParameterLength(java.lang.String, int) method descriptor.
setParameterLength(int, int) - Method in class com.ibm.db.StatementMetaData
Sets a user-defined length for the specified parameter.
setParameterLength(String, int) - Method in class com.ibm.db.StatementMetaData
Sets a user-defined length for the specified parameter.
setParameterMode(int, int) - Method in class com.ibm.db.StatementMetaData
Sets a mode for the specified parameter.
setParameterMode(String, int) - Method in class com.ibm.db.StatementMetaData
Sets a mode for the specified parameter.
setParameterScale_int_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the setParameterScale(int, int) method descriptor.
setParameterScale_javalangString_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the setParameterScale(java.lang.String, int) method descriptor.
setParameterScale(int, int) - Method in class com.ibm.db.StatementMetaData
Sets a user-defined scale for the specified parameter.
setParameterScale(String, int) - Method in class com.ibm.db.StatementMetaData
Sets a user-defined scale for the specified parameter.
setParameterSQLType_int_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the setParameterSQLType(int, int) method descriptor.
setParameterSQLType_javalangString_intMethodDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the setParameterSQLType(java.lang.String, int) method descriptor.
setParameterSQLType(int, int) - Method in class com.ibm.db.StatementMetaData
Sets the SQLType for the specified parameter.
setParameterSQLType(String, int) - Method in class com.ibm.db.StatementMetaData
Sets the SQLType for the specified parameter.
setPassword(String) - Method in class com.ibm.db.DatabaseConnection
Sets the password used when establishing a connection to the database.
setPassword(String, boolean) - Method in class com.ibm.db.DatabaseConnection
Decodes the specified password if requested, and sets the password used when establishing a connection to the database.
setPromptUID(boolean) - Method in class com.ibm.db.DatabaseConnection
If true, before a database connection is made, a logon dialog will be displayed to obtain the userid and password for the connection.
setProperties(Properties) - Method in class com.ibm.db.DatabaseConnection
Sets the properties to use when establishing a connection.
setProviderURL(String) - Method in class com.ibm.db.DatabaseConnection
Sets the Provider URL for the InitialContext factory.
setReadOnly(boolean) - Method in class com.ibm.db.Statement
If true, updates are disallowed even when the database would permit them.
setSQL(String) - Method in class com.ibm.db.StatementMetaData
Sets the SQL statement for this StatementMetadata.
setStatement(SelectStatement) - Method in class com.ibm.db.SelectResult
Associates a SelectStatement with this SelectResult.
setTimeout(int) - Method in class com.ibm.db.Statement
Sets the number of seconds the JDBC driver will wait for this statement to execute.
setTransactionIsolation(int) - Method in class com.ibm.db.DatabaseConnection
Sets the transaction isolation level for the connection.
setTriggeringAction(int) - Method in class com.ibm.db.DataEvent
Sets a triggering action for the event
setUserID(String) - Method in class com.ibm.db.DatabaseConnection
Sets the userid used when establishing a connection to the database.
setValidateLOBs(boolean) - Method in class com.ibm.db.Statement
If true, validates LOBs before they are returned from the cache.
SQLDisconnectException - Static variable in class com.ibm.db.IBMDBMessages
 
SQLDisconnectException - Static variable in class com.ibm.db.DataException
Error code if an exception occurred during disconnect.
sqlException - Static variable in class com.ibm.db.IBMDBMessages
 
sqlException - Static variable in class com.ibm.db.DataException
Error code if an SQLException occurred.
SQLPropertyDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the SQL property descriptor.
SQLStatement - class com.ibm.db.SQLStatement.
SQLStatement represents an SQL statement that doesn't return a result set.
SQLStatement() - Constructor for class com.ibm.db.SQLStatement
Constructs a new SQLStatement.
SQLStatementBeanInfo - class com.ibm.db.SQLStatementBeanInfo.
The bean information class for com.ibm.db.SQLStatement.
SQLStatementBeanInfo() - Constructor for class com.ibm.db.SQLStatementBeanInfo
 
SQLStatementMetaData - class com.ibm.db.SQLStatementMetaData.
Class for SQLStatement meta data.
SQLStatementMetaData() - Constructor for class com.ibm.db.SQLStatementMetaData
Constructs a new SQLStatementMetaData.
Statement - class com.ibm.db.Statement.
Statement is an abstract super class that represents an SQL statement.
Statement() - Constructor for class com.ibm.db.Statement
Constructs a new Statement.
statementAfterclosed_DataEventMethodEventDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the statementAfter.closed(DataEvent) method descriptor.
statementAfterclosed_DataEventMethodEventDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the statementAfter.closed(DataEvent) method descriptor.
statementAfterEventSetDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the statementAfter event set descriptor.
statementAfterEventSetDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the statementAfter event set descriptor.
statementAfterEventSetDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the statementAfter event set descriptor.
statementAfterexecuted_DataEventMethodEventDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the statementAfter.executed(DataEvent) method descriptor.
statementAfterexecuted_DataEventMethodEventDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the statementAfter.executed(DataEvent) method descriptor.
statementAfterexecuted_DataEventMethodEventDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the statementAfter.executed(DataEvent) method descriptor.
StatementAfterListener - interface com.ibm.db.StatementAfterListener.
The event set listener interface for the statementAfter feature.
statementBeforeaboutToClose_DataEventMethodEventDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the statementBefore.aboutToClose(DataEvent) method descriptor.
statementBeforeaboutToClose_DataEventMethodEventDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the statementBefore.aboutToClose(DataEvent) method descriptor.
statementBeforeaboutToExecute_DataEventMethodEventDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the statementBefore.aboutToExecute(DataEvent) method descriptor.
statementBeforeaboutToExecute_DataEventMethodEventDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the statementBefore.aboutToExecute(DataEvent) method descriptor.
statementBeforeaboutToExecute_DataEventMethodEventDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the statementBefore.aboutToExecute(DataEvent) method descriptor.
statementBeforeEventSetDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the statementBefore event set descriptor.
statementBeforeEventSetDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the statementBefore event set descriptor.
statementBeforeEventSetDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the statementBeforeevent set descriptor.
StatementBeforeListener - interface com.ibm.db.StatementBeforeListener.
The event set listener interface for the statementBefore feature.
StatementMetaData - class com.ibm.db.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.
StatementMetaData() - Constructor for class com.ibm.db.StatementMetaData
Constructs a new StatementMetaData.
StatementMetaDataBeanInfo - class com.ibm.db.StatementMetaDataBeanInfo.
The bean information class for com.ibm.db.StatementMetaData.
StatementMetaDataBeanInfo() - Constructor for class com.ibm.db.StatementMetaDataBeanInfo
 
StatementResult - class com.ibm.db.StatementResult.
StatementResult represents a result set from a executing an SQL statement.
StatementResult() - Constructor for class com.ibm.db.StatementResult
Constructs a new StatementResult.
statementResultAfteraddedNewRow_DataEventMethodEventDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultAfter.addedNewRow(DataEvent) method descriptor.
statementResultAftercacheRowsChanged_DataEventMethodEventDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultAfter.cacheRowsChanged(DataEvent) method descriptor.
statementResultAfterclosed_DataEventMethodEventDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultAfter.closed(DataEvent) method descriptor.
statementResultAfterdeletedRow_DataEventMethodEventDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultAfter.deletedRow(DataEvent) method descriptor.
statementResultAfterEventSetDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultAfter event set descriptor.
StatementResultAfterListener - interface com.ibm.db.StatementResultAfterListener.
The event set listener interface for the statementResultAfter feature.
statementResultAfterupdatedRow_DataEventMethodEventDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultAfter.updatedRow(DataEvent) method descriptor.
statementResultBeforeaboutToAddNewRow_DataEventMethodEventDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultBefore.aboutToAddNewRow(DataEvent) method descriptor.
statementResultBeforeaboutToClose_DataEventMethodEventDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultBefore.aboutToClose(DataEvent) method descriptor.
statementResultBeforeaboutToDeleteRow_DataEventMethodEventDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultBefore.aboutToDeleteRow(DataEvent) method descriptor.
statementResultBeforeaboutToUpdateRow_DataEventMethodEventDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultBefore.aboutToUpdateRow(DataEvent) method descriptor.
statementResultBeforeEventSetDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultBeforeevent set descriptor.
StatementResultBeforeListener - interface com.ibm.db.StatementResultBeforeListener.
The event set listener interface for the statementResultBefore feature.
statementResultValueChangeaboutToSetColumnValue_PropertyChangeEventMethodEventDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultValueChange.aboutToSetColumnValue(java.beans.PropertyChangeEvent) method descriptor.
statementResultValueChangecolumnValueSet_PropertyChangeEventMethodEventDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultValueChange.columnValueSet(java.beans.PropertyChangeEvent) method descriptor.
statementResultValueChangeEventSetDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultValueChange event set descriptor.
StatementResultValueChangeListener - interface com.ibm.db.StatementResultValueChangeListener.
The event set listener interface for the statementResultValueChange feature.

T

tablesPropertyDescriptor() - Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the tables property descriptor.
timeoutPropertyDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the timeout property descriptor.
timeoutPropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the timeout property descriptor.
timeoutPropertyDescriptor() - Method in class com.ibm.db.SQLStatementBeanInfo
Gets the timeout property descriptor.
toString() - Method in class com.ibm.db.DataException
Returns a string representation of the exception.
TRANSACTION_DEFAULT - Static variable in class com.ibm.db.DatabaseConnection
Use default transaction isolation level for database.
transactionIsolationError - Static variable in class com.ibm.db.IBMDBMessages
 
transactionIsolationError - Static variable in class com.ibm.db.DataException
Error code if can't set transaction isolation level
transactionIsolationPropertyDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the transactionIsolation property descriptor.
truncated - Static variable in class com.ibm.db.IBMDBMessages
 
truncated - Static variable in class com.ibm.db.DataException
Error code if cannot perform operation because data truncation occurred when row was retrieved.

U

unlockRow() - Method in class com.ibm.db.SelectResult
Unlocks the current row.
unlockRowMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the unlockRow() method descriptor.
unzipError - Static variable in class com.ibm.db.DataException
Error code if an unzip error encountered.
updatedRow(DataEvent) - Method in interface com.ibm.db.StatementResultAfterListener
Invoked after StatementResult.updateRow has been executed.
updateRow() - Method in class com.ibm.db.StatementResult
Updates a row.
updateRow() - Method in class com.ibm.db.SelectResult
Updates the database with the values of the current row in the result set.
updateRowMethodDescriptor() - Method in class com.ibm.db.SelectResultBeanInfo
Gets the updateRow() method descriptor.
userIDPropertyDescriptor() - Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the userID property descriptor.

V

validateLOBsPropertyDescriptor() - Method in class com.ibm.db.SelectStatementBeanInfo
Gets the validateLOBs property descriptor.
validateLOBsPropertyDescriptor() - Method in class com.ibm.db.CallableStatementBeanInfo
Gets the validateLOBs property descriptor.

W

websphereConnectionError - Static variable in class com.ibm.db.DataException
Error code if error was encountered obtaining a connection from or releasing a connection to a WebSphere connection pool.
windowActivated(WindowEvent) - Method in class com.ibm.db.LogonDialog
Method to handle events for the WindowListener interface.
windowClosed(WindowEvent) - Method in class com.ibm.db.LogonDialog
Method to handle events for the WindowListener interface.
windowClosing(WindowEvent) - Method in class com.ibm.db.LogonDialog
Method to handle events for the WindowListener interface.
windowDeactivated(WindowEvent) - Method in class com.ibm.db.LogonDialog
Method to handle events for the WindowListener interface.
windowDeiconified(WindowEvent) - Method in class com.ibm.db.LogonDialog
Method to handle events for the WindowListener interface.
windowIconified(WindowEvent) - Method in class com.ibm.db.LogonDialog
Method to handle events for the WindowListener interface.
windowOpened(WindowEvent) - Method in class com.ibm.db.LogonDialog
Method to handle events for the WindowListener interface.
wrongObjectType - Static variable in class com.ibm.db.DataException
Error code if the wrong object type is used to update column/parameter.

Z

zipError - Static variable in class com.ibm.db.DataException
Error code if a zip error encountered.

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