Class Hierarchy All Classes

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

Index of Fields and Methods (DataAccess Beans)

A

aboutToAddNewRow(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataBeforeListener
aboutToAddNewRow(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultBefore event aboutToAddNewRow is triggerd and fires the corresponding DataBefore event aboutToAddNewRow.
aboutToAddNewRow(DataEvent). Method in interface com.ibm.db.StatementResultBeforeListener
Invoked before StatementResult.newRow is executed.
aboutToClose(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataBeforeListener
aboutToClose(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultBefore event aboutToClose is triggerd and fires the corresponding DataBefore event aboutToClose.
aboutToClose(DataEvent). Method in interface com.ibm.db.StatementResultBeforeListener
Invoked before StatementResult.close is executed.
aboutToCommit(DataEvent). Method in interface com.ibm.db.DatabaseConnectionBeforeListener
Invoked before DatabaseConnection.commit is executed.
aboutToCommit(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataBeforeListener
aboutToCommit(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.DatabaseConnectionBefore event aboutToCommit is triggerd and fires the corresponding DataBefore event aboutToCommit.
aboutToConnect(DataEvent). Method in interface com.ibm.db.DatabaseConnectionBeforeListener
Invoked before DatabaseConnection.connect is executed.
aboutToConnect(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataBeforeListener
aboutToConnect(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.DatabaseConnectionBefore event aboutToConnect is triggerd and fires the corresponding DataBefore event aboutToConnect.
aboutToDeleteRow(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataBeforeListener
aboutToDeleteRow(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultBefore event aboutToDelete is triggerd and fires the corresponding DataBefore event aboutToDelete.
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 interface com.ibm.ivj.db.uibeans.DataBeforeListener
aboutToDisconnect(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.DatabaseConnectionBefore event aboutToDisconnect is triggerd and fires the corresponding DataBefore event aboutToDisconnect.
aboutToExecute(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataBeforeListener
aboutToExecute(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementBefore event aboutToExecute is triggerd and fires the corresponding DataBefore event aboutToExecute.
aboutToExecute(DataEvent). Method in interface com.ibm.db.StatementBeforeListener
Invoked before Statement.exeucte is executed.
aboutToRollback(DataEvent). Method in interface com.ibm.db.DatabaseConnectionBeforeListener
Invoked before DatabaseConnection.rollback is executed.
aboutToRollback(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataBeforeListener
aboutToRollback(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.DatabaseConnectionBefore event aboutToRollback is triggerd and fires the corresponding DataBefore event aboutToRollback.
aboutToSetColumnValue(PropertyChangeEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultBefore event aboutToSetColumnValues is triggerd.
aboutToSetColumnValue(PropertyChangeEvent). Method in interface com.ibm.db.StatementResultValueChangeListener
Invoked before StatementResult.setColumnValue is executed.
aboutToUpdateRow(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataBeforeListener
aboutToUpdateRow(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultBefore event aboutToUpdateRow is triggerd and fires the corresponding DataBefore event aboutToUpdateRow.
aboutToUpdateRow(DataEvent). Method in interface com.ibm.db.StatementResultBeforeListener
Invoked before StatementResult.updateRow is executed.
actionPerformed(ActionEvent). Method in class com.ibm.ivj.db.uibeans.DBNavigator
When a button is pressed, a new thread is created to execute the associated method.
actionPerformed(ActionEvent). Method in class com.ibm.db.LogonDialog
Handles actionPerformed events.
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.
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.
addDataAfterListener(DataAfterListener). Method in class com.ibm.ivj.db.uibeans.Select
Adds the DataAfterListener.
addDatabaseConnectionAfterListener(DatabaseConnectionAfterListener). Method in class com.ibm.db.DatabaseConnection
Adds the DatabaseConnectionAfterListener.
addDatabaseConnectionBeforeListener(DatabaseConnectionBeforeListener). Method in class com.ibm.db.DatabaseConnection
Adds the DatabaseConnectionBeforeListener.
addDataBeforeListener(DataBeforeListener). Method in class com.ibm.ivj.db.uibeans.Select
Adds the DataBeforeListener.
addedNewRow(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
addedNewRow(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultAfter event addedNewRow is triggerd and fires the corresponding DataAfter event addedNewRow.
addedNewRow(DataEvent). Method in interface com.ibm.db.StatementResultAfterListener
Invoked after StatementResult.newRow has been executed.
addExceptionListener(ExceptionListener). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Adds the ExceptionListener.
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, int, int). Method in class com.ibm.db.StatementMetaData
Defines a new parameter with the given name and the specified SQLType.
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.
addPropertyChangeListener(PropertyChangeListener). Method in class com.ibm.ivj.db.uibeans.Select
Adds the PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener). Method in class com.ibm.db.SelectResult
Adds the PropertyChangeListener.
addStatementAfterListener(StatementAfterListener). Method in class com.ibm.db.Statement
Adds the StatementAfterListener.
addStatementBeforeListener(StatementBeforeListener). Method in class com.ibm.db.Statement
Adds the StatementBeforeListener.
addStatementResultAfterListener(StatementResultAfterListener). Method in class com.ibm.db.StatementResult
Adds the StatementAfterListener.
addStatementResultBeforeListener(StatementResultBeforeListener). Method in class com.ibm.db.StatementResult
Adds the StatementBeforeListener.
addStatementResultValueChangeListener(StatementResultValueChangeListener). Method in class com.ibm.db.SelectResult
Adds the StatementResultValueChangeListener.
addTable(String). Method in class com.ibm.db.StatementMetaData
Defines a table name that is used in this SQL statement.
addTable_javalangStringMethodDescriptor(). Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the addTable(java.lang.String) method descriptor.
addTableModelListener(TableModelListener). Method in class com.ibm.ivj.db.uibeans.Select
Adds the TableModelListener.
autoCommitPropertyDescriptor(). Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the autoCommitproperty descriptor.

B

badJavaClass. Static variable in class com.ibm.db.DataException
Error code if an invalid Java Class specified.
badJavaClass. 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.
badSQLType. 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.
badUidPwd. 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.
beforeCacheStart. Static variable in class com.ibm.db.IBMDBMessages

C

cacheRowsChanged(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
cacheRowsChanged(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultAfter event cacheRowsChanged is triggerd and fires the corresponding DataAfter event cacheRowsChanged.
cacheRowsChanged(DataEvent). Method in interface com.ibm.db.StatementResultAfterListener
Invoked after the rows in the the cahce have changed.
Cancel. Static variable in class com.ibm.db.IBMDBMessages
cannotConvert. Static variable in class com.ibm.db.DataException
Error code if the data type cannot be converted.
cannotConvert. Static variable in class com.ibm.db.IBMDBMessages
clone(). Method in class com.ibm.ivj.db.uibeans.SpecsLocator
cloneNotSupported. Static variable in class com.ibm.db.DataException
Error code if the object does not support cloning
cloneNotSupported. Static variable in class com.ibm.db.IBMDBMessages
close(). Method in class com.ibm.ivj.db.uibeans.Select
Closes the result set.
close(). Method in class com.ibm.db.SelectResult
Closes the result set.
close(). Method in class com.ibm.db.StatementResult
Closes the result set.
closed(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
closed(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultAfter event closed is triggerd and fires the corresponding DataAfter event closed.
closed(DataEvent). Method in interface com.ibm.db.StatementResultAfterListener
Invoked after StatementResult.close has been executed.
closeMethodDescriptor(). 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.ivj.db.uibeans.Select
Returns the names of the columns of the result set.
columnNames(). Method in class com.ibm.db.SelectResult
Returns the names of the columns of the result set.
columnNames(). Method in class com.ibm.db.StatementResult
Returns an enumeration containing the names of the columns in the result set.
columnNamesMethodDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the columnNames method descriptor.
columnValueSet(PropertyChangeEvent). Method in class com.ibm.ivj.db.uibeans.Select
columnValueSet(PropertyChangeEvent). Method in interface com.ibm.db.StatementResultValueChangeListener
Invoked after StatementResult.setColumnValue is executed.
commit. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
commit(). Method in class com.ibm.db.DatabaseConnection
Commits changes to the database.
commit(). Method in class com.ibm.ivj.db.uibeans.Select
Commits changes to the database.
commitMethodDescriptor(). Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the commit method descriptor.
committed(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
committed(DataEvent). Method in interface com.ibm.db.DatabaseConnectionAfterListener
Invoked after DatabaseConnection.commit is executed.
committed(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.DatabaseConnectionAfter event commmitted is triggerd and fires the corresponding DataAfter event committed.
connect(). Method in class com.ibm.db.DatabaseConnection
Attempts to establish a connection to the database.
connect(). Method in class com.ibm.ivj.db.uibeans.Select
Attempts to establish a connection to the database using the connection properties specified in the query property.
connected(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
connected(DataEvent). Method in interface com.ibm.db.DatabaseConnectionAfterListener
Invoked after DatabaseConnection.connect is executed..
connected(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.DatabaseConnectionAfter event connected is triggerd and fires the corresponding DataAfter event connected.
connectionAliasPropertyDescriptor(). Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the alias property descriptor.
connectionClosed. Static variable in class com.ibm.db.DataException
Error code if the connection is closed.
connectionClosed. Static variable in class com.ibm.db.IBMDBMessages
connectionPropertyDescriptor(). Method in class com.ibm.db.SelectStatementBeanInfo
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.
currentRowInCachePropertyDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the currentRowInCache property descriptor.
currentRowPropertyDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the currentRowInCache 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.
dataAfterEventSetDescriptor(). Method in class com.ibm.ivj.db.uibeans.SelectBeanInfo
Returns the dataAfter event set descriptor.
DatabaseAccess(). Constructor for class com.ibm.ivj.db.uibeans.DatabaseAccess
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.
DatabaseConnectionBeanInfo(). Constructor for class com.ibm.db.DatabaseConnectionBeanInfo
databaseConnectionBeforeEventSetDescriptor(). Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the databaseConnectionBefore event set descriptor.
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.
dataBeforeEventSetDescriptor(). Method in class com.ibm.ivj.db.uibeans.SelectBeanInfo
Returns the dataBefore event set descriptor.
DataEvent(Object). Constructor for class com.ibm.db.DataEvent
Constructs a new DataEvent.
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.
dataSourceNamePropertyDescriptor(). Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the dataSourceNameproperty descriptor.
DBNavigator(). Constructor for class com.ibm.ivj.db.uibeans.DBNavigator
Constructs a new DBNavigator.
DBNavigatorBeanInfo(). Constructor for class com.ibm.ivj.db.uibeans.DBNavigatorBeanInfo
decodeError. Static variable in class com.ibm.db.DataException
Error code if a decode error encountered
delete. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
deletedRow(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
deletedRow(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultAfter event deletedRow is triggerd and fires the corresponding DataAfter event deletedRow.
deletedRow(DataEvent). Method in interface com.ibm.db.StatementResultAfterListener
Invoked after StatementResult.deleteRow has been executed.
deleteRow(). Method in class com.ibm.ivj.db.uibeans.Select
Deletes the current row from the result set and from the database.
deleteRow(). Method in class com.ibm.db.SelectResult
Deletes the current row from the result set and from the database.
deleteRow(). Method in class com.ibm.db.StatementResult
Deletes a row.
deleteRowMethodDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the deleteRow method descriptor.
disconnect(). Method in class com.ibm.db.DatabaseConnection
If no other DatabaseConnection is currently sharing the connection represented by the connectionAlias, disconnects from the database and releases JDBC resources associated with the connection.
disconnect(). Method in class com.ibm.ivj.db.uibeans.Select
If the connection represented by the connectionAlias is not currently being shared, disconnects from the database and releases JDBC resources associated with the connection.
disconnected(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
disconnected(DataEvent). Method in interface com.ibm.db.DatabaseConnectionAfterListener
Invoked after DatabaseConnection.disconnect is executed..
disconnected(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.DatabaseConnectionAfter event disconnected is triggerd and fires the corresponding DataAfter event disconnected.
disconnectMethodDescriptor(). Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the disconnect method descriptor.
driverNamePropertyDescriptor(). Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the driverName property descriptor.
driverNotFound. Static variable in class com.ibm.db.DataException
Error code if the JDBC driver class not found.
driverNotFound. 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.
duplicateColumn. 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.
duplicateParm. Static variable in class com.ibm.db.IBMDBMessages

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.DataException
Error code if an unsupported Java class specified for column/parameter.
errorMakeField. Static variable in class com.ibm.db.IBMDBMessages
ErrorMessages. Static variable in class com.ibm.db.IBMDBMessages
ExceptionEvent(Object, Exception). Constructor for class com.ibm.ivj.db.uibeans.ExceptionEvent
exceptionEventSetDescriptor(). Method in class com.ibm.ivj.db.uibeans.DBNavigatorBeanInfo
Gets the exceptioin event set descriptor.
exceptionOccurred(ExceptionEvent). Method in interface com.ibm.ivj.db.uibeans.ExceptionListener
execute. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
execute(). Method in class com.ibm.ivj.db.uibeans.Select
Executes the SQL SELECT statement and positions to the first row in the result set.
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.SQLStatement
Executes the SQL statement.
execute(). Method in class com.ibm.db.Statement
Executes the SQL statement.
executed(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
executed(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementAfter event executed is triggerd and fires the corresponding DataAfter event executed.
executed(DataEvent). Method in interface com.ibm.db.StatementAfterListener
Invoked after Statement.exeucte has been executed.
executedPropertyDescriptor(). Method in class com.ibm.db.SelectStatementBeanInfo
Gets the execute dproperty 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.SQLStatementBeanInfo
Gets the execute() method descriptor.
externallyManaged. Static variable in class com.ibm.db.DataException
Error code if the connection is externally managed.
externallyManaged. Static variable in class com.ibm.db.IBMDBMessages

F

fillCacheOnExecutePropertyDescriptor(). Method in class com.ibm.db.SelectStatementBeanInfo
Gets the fillCacheOnExecute property descriptor.
first. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
firstRow(). Method in class com.ibm.ivj.db.uibeans.Select
Applies any changes in the current row to the database, and then makes the first row in the result set the current row.
firstRow(). Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then makes the first row in the result set the current row.
firstRowMethodDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the firstRow method descriptor.

G

getAdditionalBeanInfo(). Method in class com.ibm.ivj.db.uibeans.DBNavigatorBeanInfo
Returns the BeanInfo for the superclass of our bean, so that its features will be included.
getAdditionalBeanInfo(). Method in class com.ibm.ivj.db.uibeans.SelectBeanInfo
Returns the BeanInfo for the superclass of our bean, so that its features will be included.
getAsPropertyValue(). Method in class com.ibm.ivj.db.uibeans.SpecsLocator
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.DatabaseConnectionBeanInfo
Gets the bean class.
getBeanClass(). Static method in class com.ibm.ivj.db.uibeans.DBNavigatorBeanInfo
Gets the bean class.
getBeanClass(). Static method in class com.ibm.ivj.db.uibeans.SelectBeanInfo
Returns the bean class.
getBeanClass(). Static method in class com.ibm.db.SelectResultBeanInfo
Gets the bean class.
getBeanClass(). Static method in class com.ibm.db.SelectStatementBeanInfo
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.StatementMetaDataBeanInfo
Gets the bean class.
getBeanDescriptor(). Method in class com.ibm.db.DatabaseConnectionBeanInfo
getBeanDescriptor(). Method in class com.ibm.ivj.db.uibeans.DBNavigatorBeanInfo
This method was created by a SmartGuide.
getBeanDescriptor(). Method in class com.ibm.ivj.db.uibeans.SelectBeanInfo
Returns the bean descriptor for the Select bean.
getBeanDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
getBeanDescriptor(). Method in class com.ibm.db.SelectStatementBeanInfo
getBeanDescriptor(). Method in class com.ibm.db.SQLStatementBeanInfo
getBeanDescriptor(). Method in class com.ibm.db.StatementMetaDataBeanInfo
getColumnClass(int). Method in class com.ibm.ivj.db.uibeans.Select
Returns the java class that is used for the values of the column.
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.ivj.db.uibeans.Select
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.
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.
getColumnCount(). Method in class com.ibm.ivj.db.uibeans.Select
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.
getColumnCount(). Method in class com.ibm.db.StatementMetaData
Returns the number of columns in the result set.
getColumnCount(). Method in class com.ibm.db.StatementResult
Returns the number of columns in the result set.
getColumnIndex(String). Method in class com.ibm.ivj.db.uibeans.Select
Returns the index of the column based on its name.
getColumnIndex(String). Method in class com.ibm.db.StatementMetaData
Returns the index of the column based on its name.
getColumnIndex_javalangStringMethodDescriptor(). Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getColumnIndex(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.
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.
getColumnName(int). Method in class com.ibm.ivj.db.uibeans.Select
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.
getColumnName(int). Method in class com.ibm.db.StatementMetaData
Returns the name of the specified column.
getColumnName(int). Method in class com.ibm.db.StatementResult
Returns the name of the column at the specified index.
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.
getColumnNames(). Method in class com.ibm.db.StatementMetaData
Returns an enumeration of the column names.
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.
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.
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.
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.
getColumnValue(int). Method in class com.ibm.ivj.db.uibeans.Select
Returns the value of the column at the specified index in the current row.
getColumnValue(int). Method in class com.ibm.db.SelectResult
Returns the value of the column at the specified index in the current row.
getColumnValue(int). Method in class com.ibm.db.StatementResult
Returns the value of the column at the specified index.
getColumnValue(String). Method in class com.ibm.ivj.db.uibeans.Select
Returns the value of the column with the specified name in the current row.
getColumnValue(String). Method in class com.ibm.db.SelectResult
Returns the value of the column with the specified name in the current row.
getColumnValue(String). Method in class com.ibm.db.StatementResult
Returns the value of the column with the specified name.
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.
getColumnValueToString(int). Method in class com.ibm.ivj.db.uibeans.Select
Returns the value of the column at the specified index in the current row 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(int). Method in class com.ibm.db.StatementResult
Returns the value of the column at the specified index as a String.
getColumnValueToString(String). Method in class com.ibm.ivj.db.uibeans.Select
Returns the value of the column with the specified name in the current row 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.
getColumnValueToString(String). Method in class com.ibm.db.StatementResult
Returns the value of the column with the specified name as a String.
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.
getConnectBundleName(). Method in class com.ibm.ivj.db.uibeans.SpecsLocator
getConnectFullName(). Method in class com.ibm.ivj.db.uibeans.SpecsLocator
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.
getConnectionAlias(). Method in class com.ibm.ivj.db.uibeans.Query
Returns the associated com.ibm.db.DatabaseConnection that represents the connection alias for a Select bean.
getConnectionSpec(). Method in class com.ibm.db.DatabaseConnection
Returns the DatabaseConnectionSpec associated with this DatabaseConnection.
getConnectName(). Method in class com.ibm.ivj.db.uibeans.SpecsLocator
getConnectSpec(). Method in class com.ibm.ivj.db.uibeans.SpecsLocator
getContents(). Method in class com.ibm.db.IBMDBMessages
getContents(). Method in class com.ibm.db.IBMDBMessages_es
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_ko
getContents(). Method in class com.ibm.db.IBMDBMessages_zh_CN
getContents(). Method in class com.ibm.db.IBMDBMessages_zh_TW
getContents(). Method in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
getContents(). Method in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages_es
getContents(). Method in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages_fr
getContents(). Method in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages_ja
getContents(). Method in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages_ko
getContents(). Method in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages_zh_CN
getContents(). Method in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages_zh_TW
getCurrentRow(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the index of the current row in the 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.ivj.db.uibeans.Select
Returns the index in the cache of the current row in the result set.
getCurrentRowInCache(). Method in class com.ibm.db.SelectResult
Returns the index in the cache of the current row.
getDatabaseConnection(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the underlying com.ibm.db.DatabaseConnection.
getDatabaseConnection(). Method in class com.ibm.ivj.db.uibeans.Statement
Returns the associated com.ibm.db.DatabaseConnection that contains the specifications for the connection.
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.DatabaseConnectionBeanInfo
Return the event set descriptors for this bean.
getEventSetDescriptors(). Method in class com.ibm.ivj.db.uibeans.DBNavigatorBeanInfo
Return the event set descriptors for this bean.
getEventSetDescriptors(). Method in class com.ibm.ivj.db.uibeans.SelectBeanInfo
Returns 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.SelectStatementBeanInfo
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.StatementMetaDataBeanInfo
Return the event set descriptors for this bean.
getException(). Method in class com.ibm.ivj.db.uibeans.ExceptionEvent
getIcon(int). Method in class com.ibm.ivj.db.uibeans.DBNavigatorBeanInfo
getIcon(int). Method in class com.ibm.ivj.db.uibeans.SelectBeanInfo
Returns the specified icon for the Select bean.
getInsets(). Method in class com.ibm.db.LogonDialog
Returns the insets for the dialog.
getInstanceBeanInfo(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the BeanInfo that contains information about the instance properties of this Select.
getMaximumPacketsInCache(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the maximum number of packets the cache can contain.
getMaximumPacketsInCache(). Method in class com.ibm.db.SelectStatement
Returns the maximum number of packets the cache can contain.
getMaximumRows(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the maximum size of the result set.
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.
getMethodDescriptors(). Method in class com.ibm.db.DatabaseConnectionBeanInfo
Return the method descriptors for this bean.
getMethodDescriptors(). Method in class com.ibm.ivj.db.uibeans.DBNavigatorBeanInfo
Return the method descriptors for this bean.
getMethodDescriptors(). Method in class com.ibm.ivj.db.uibeans.SelectBeanInfo
Returns 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.SelectStatementBeanInfo
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.StatementMetaDataBeanInfo
Return the method descriptors for this bean.
getModel(). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Returns the data model represented by a Select bean for this DBNavigator.
getName(). Method in class com.ibm.db.StatementMetaData
Returns the name associated with this 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.ivj.db.uibeans.Select
Returns the number of packets currently in the cache.
getNumPacketsInCache(). Method in class com.ibm.db.SelectResult
Returns the number of packets currently in the cache.
getNumRows(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the number of rows in the result set.
getNumRows(). Method in class com.ibm.db.StatementResult
Returns the number of rows in the result set.
getNumRowsInCache(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the number of rows currently in the cache.
getNumRowsInCache(). Method in class com.ibm.db.SelectResult
Returns the number of rows currently in the cache.
getPacketSize(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the number of rows that are in one packet in the cache.
getPacketSize(). Method in class com.ibm.db.SelectStatement
Returns the number of rows that are in one packet in the cache.
getParameter(int). Method in class com.ibm.ivj.db.uibeans.Select
Returns the value of the parameter at the specified index.
getParameter(int). Method in class com.ibm.db.Statement
Returns the value of the parameter at the specified index.
getParameter(String). Method in class com.ibm.ivj.db.uibeans.Select
Returns the value of the parameter with the specified name.
getParameter(String). Method in class com.ibm.db.Statement
Returns the value of the parameter with the specified name.
getParameter_intMethodDescriptor(). Method in class com.ibm.db.SelectStatementBeanInfo
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.SQLStatementBeanInfo
Gets the getParameter(int) 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.
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.
getParameterCount(). Method in class com.ibm.db.StatementMetaData
Returns the number of parameters that have been defined for this SQL statement.
getParameterIndex(String). Method in class com.ibm.db.StatementMetaData
Returns the index of the parameter based on its name.
getParameterIndex_javalangStringMethodDescriptor(). Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getParameterIndex(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.
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.
getParameterName(int). Method in class com.ibm.db.StatementMetaData
Returns the name of the specified parameter.
getParameterName_intMethodDescriptor(). Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the getParameterName(int) 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.
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.
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.
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.
getParameterToString(int). Method in class com.ibm.ivj.db.uibeans.Select
Returns the value of the parameter at the specified index as a String.
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.ivj.db.uibeans.Select
Returns the value of the parameter with the specified name 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.
getParameterToString_intMethodDescriptor(). Method in class com.ibm.db.SelectStatementBeanInfo
Gets the getParameter(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.SQLStatementBeanInfo
Gets the getParameter(int) method descriptor.
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.DatabaseConnectionBeanInfo
Return the property descriptors for this bean.
getPropertyDescriptors(). Method in class com.ibm.ivj.db.uibeans.DBNavigatorBeanInfo
Return the property descriptors for this bean.
getPropertyDescriptors(). Method in class com.ibm.ivj.db.uibeans.SelectBeanInfo
Returns 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.SelectStatementBeanInfo
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.StatementMetaDataBeanInfo
Return the property descriptors for this bean.
getQuery(). Method in class com.ibm.ivj.db.uibeans.Select
Returns a new Query object that contains references to the connection alias and the SQL specification for this Select.
getResult(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the underlying com.ibm.db.SelectResult.
getResult(). Method in class com.ibm.db.SelectStatement
Returns the SelectResult that is associated with this SelectStatement.
getRowCount(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the number of rows currently in the cache.
getSelectStatement(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the underlying com.ibm.db.SelectStatement.
getSQL(). Method in class com.ibm.db.StatementMetaData
Returns the SQL statement for this StatementMetadata.
getSqlBundleName(). Method in class com.ibm.ivj.db.uibeans.SpecsLocator
getSQLException(). Method in class com.ibm.db.DataException
Returns the SQLException that is associated with the DataException.
getSqlFullName(). Method in class com.ibm.ivj.db.uibeans.SpecsLocator
getSqlName(). Method in class com.ibm.ivj.db.uibeans.SpecsLocator
getSQLSpec(). Method in class com.ibm.ivj.db.uibeans.Query
Returns the associated com.ibm.db.StatementMetaData that represents a SQL specification for a Select bean.
getSqlSpec(). Method in class com.ibm.ivj.db.uibeans.SpecsLocator
getStatementMetaData(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the underlying com.ibm.db.StatementMetaData.
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
getText(String). Static method in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
getUserID(). Method in class com.ibm.db.DatabaseConnection
Returns the userid used when establishing a connection to the database.
getValueAt(int, int). Method in class com.ibm.ivj.db.uibeans.Select
Returns the value of the specified cell in the cache.

I

IBMDBMessages(). Constructor for class com.ibm.db.IBMDBMessages
IBMDBMessages_es(). Constructor for class com.ibm.db.IBMDBMessages_es
IBMDBMessages_fr(). Constructor for class com.ibm.db.IBMDBMessages_fr
IBMDBMessages_ja(). Constructor for class com.ibm.db.IBMDBMessages_ja
IBMDBMessages_ko(). Constructor for class com.ibm.db.IBMDBMessages_ko
IBMDBMessages_zh_CN(). Constructor for class com.ibm.db.IBMDBMessages_zh_CN
IBMDBMessages_zh_TW(). Constructor for class com.ibm.db.IBMDBMessages_zh_TW
IBMIVJDBMessages(). Constructor for class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
IBMIVJDBMessages_es(). Constructor for class com.ibm.ivj.db.uibeans.IBMIVJDBMessages_es
IBMIVJDBMessages_fr(). Constructor for class com.ibm.ivj.db.uibeans.IBMIVJDBMessages_fr
IBMIVJDBMessages_ja(). Constructor for class com.ibm.ivj.db.uibeans.IBMIVJDBMessages_ja
IBMIVJDBMessages_ko(). Constructor for class com.ibm.ivj.db.uibeans.IBMIVJDBMessages_ko
IBMIVJDBMessages_zh_CN(). Constructor for class com.ibm.ivj.db.uibeans.IBMIVJDBMessages_zh_CN
IBMIVJDBMessages_zh_TW(). Constructor for class com.ibm.ivj.db.uibeans.IBMIVJDBMessages_zh_TW
illegalAccess. Static variable in class com.ibm.db.DataException
Error code if an illegal access exception occurred.
illegalAccess. Static variable in class com.ibm.db.IBMDBMessages
inconsistentColumns. Static variable in class com.ibm.db.DataException
Error code if the defined columns are inconsistent with SQL statement.
indexTooLarge. Static variable in class com.ibm.db.DataException
Error code if the specified row does not exist in result set.
indexTooLarge. Static variable in class com.ibm.db.IBMDBMessages
insert. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
instantiationException. Static variable in class com.ibm.db.DataException
Error code if an instantiation exception occurred.
instantiationException. Static variable in class com.ibm.db.IBMDBMessages
internalError. Static variable in class com.ibm.db.DataException
Error code if an internal error occurred.
internalError. Static variable in class com.ibm.db.IBMDBMessages
introspectionException. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
isCellEditable(int, int). Method in class com.ibm.ivj.db.uibeans.Select
Returns true if isReadOnly returns false.
isEnd(). Method in class com.ibm.ivj.db.uibeans.Select
Returns true if the currentRow is the last row in the result set and no more rows can be fetched.
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.ivj.db.uibeans.Select
Returns true if execute has been invoked.
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.ivj.db.uibeans.Select
Returns true if the entire cache will be filled when execute is invoked.
isFillCacheOnExecute(). Method in class com.ibm.db.SelectStatement
Returns true if the entire cache will be filled when execute is invoked.
isLockRows(). Method in class com.ibm.ivj.db.uibeans.Select
Returns true if a database lock is automatically held on a row while it is the current row.
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.ivj.db.uibeans.Select
Returns true if the number of rows in the result set is equal to the maximum size of the result set.
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.ivj.db.uibeans.Select
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.StatementResult
Returns true if the result set is open in the database and can be accessed, otherwise returns false.
isReadOnly(). Method in class com.ibm.ivj.db.uibeans.Select
Returns true if updates are disallowed even when the database would permit them.
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.
isShowCommit(). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Returns true if this DBNavigator contains a Commit button.
isShowDelete(). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Returns true if this DBNavigator contains a Delete button.
isShowExecute(). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Returns true if this DBNavigator contains an Execute button.
isShowFirst(). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Returns true if this DBNavigator contains a First button.
isShowInsert(). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Returns true if this DBNavigator contains a Insert button.
isShowLast(). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Returns true if this DBNavigator contains a Last button.
isShowNext(). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Returns true if this DBNavigator contains a Next button.
isShowPrevious(). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Returns true if this DBNavigator contains a Previous button.
isShowRefresh(). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Returns true if this DBNavigator contains a Refresh button.
isShowRollback(). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Returns true if this DBNavigator contains a Rollback button.

L

last. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
lastRow(). Method in class com.ibm.ivj.db.uibeans.Select
Applies any changes in the current row to the database, and then makes the last row in the result set the current row.
lastRow(). Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then makes the last row in the result set the current row.
lastRowMethodDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the lastRow() method descriptor.
lockRow(). Method in class com.ibm.ivj.db.uibeans.Select
Locks the current row in the database.
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.
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.
maximumRowsPropertyDescriptor(). Method in class com.ibm.db.SelectStatementBeanInfo
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.DataException
Error code if insert row failed because result set max size limit reached.
maxSize. Static variable in class com.ibm.db.IBMDBMessages
metaDataPropertyDescriptor(). Method in class com.ibm.db.SelectStatementBeanInfo
Gets the alias property descriptor.
metaDataPropertyDescriptor(). Method in class com.ibm.db.SQLStatementBeanInfo
Gets the alias property descriptor.
multipleTables. Static variable in class com.ibm.db.DataException
Error code if updateRow requested and result set is from multiple tables.
multipleTables. Static variable in class com.ibm.db.IBMDBMessages

N

namePropertyDescriptor(). Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the name property descriptor.
newRow(boolean). Method in class com.ibm.ivj.db.uibeans.Select
Applies any changes in the current row to the database, and then inserts a new row making it the current row.
newRow(boolean). Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then inserts a new row making it the current row.
newRowMethodDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the newRow() method descriptor.
next. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
nextPacket(). Method in class com.ibm.ivj.db.uibeans.Select
Fetches the next packet from the database into the result set.
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.
nextRow(). Method in class com.ibm.ivj.db.uibeans.Select
Applies any changes in the current row to the database, and then makes the next row in the result set the current row.
nextRow(). Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then makes the next row in the result set the current row.
nextRowMethodDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the nextRow() method descriptor.
noActiveConnection. Static variable in class com.ibm.db.DataException
Error code if the connection is not active.
noActiveConnection. 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.
noConnection. Static variable in class com.ibm.db.IBMDBMessages
noConnection. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
noConnectionException. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
noConnectionSpec. Static variable in class com.ibm.db.DataException
Error code if an error occured creating DatabaseConnectionSpec.
noConnectionSpec. Static variable in class com.ibm.db.IBMDBMessages
noConnectionSpec. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
noDBAClassException. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
noDefinedLength. Static variable in class com.ibm.db.IBMDBMessages
noDefinedScale. Static variable in class com.ibm.db.IBMDBMessages
noDesignTimeQueryData. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
noGui. Static variable in class com.ibm.db.DataException
Error code if no GUI is available.
noGui. Static variable in class com.ibm.db.IBMDBMessages
noLogonSpec. Static variable in class com.ibm.db.DataException
Error code if an error occurred creating DatabaseLogonSpec.
noLogonSpec. 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.
noMetaData. 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.
noResults. Static variable in class com.ibm.db.IBMDBMessages
noSelect. Static variable in class com.ibm.ivj.db.uibeans.DBNavigator
ErrorCode for DataException if no Select is associated with DBNavigator.
noSelect. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
noSelectStatement. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
noSQL. Static variable in class com.ibm.db.DataException
Error code if an no SQL Statement is specified.
noSQLException. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
noStatement. Static variable in class com.ibm.db.DataException
Error code if there is no associated SelectStatement.
noStatement. 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.
noStatementMetaData. Static variable in class com.ibm.db.IBMDBMessages
noStatementMetaData. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
noSuchColumn. Static variable in class com.ibm.db.DataException
Error code if the specified column is not defined.
noSuchColumn. 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.
noSuchParm. 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.
noSuchTable. 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 exeucted.
notExecuted. 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.
notOpen. Static variable in class com.ibm.db.IBMDBMessages
notRegistered. Static variable in class com.ibm.db.DataException
Error code if the connection is not registered.
notSelect. Static variable in class com.ibm.db.DataException
Error code if the SQL Statement is not a Select statement.
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.
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.SelectResultBeanInfo
Gets the open property descriptor.

P

packetSizePropertyDescriptor(). Method in class com.ibm.db.SelectStatementBeanInfo
Gets the packetSize property descriptor.
parameterCountPropertyDescriptor(). Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the parameterCount property descriptor.
passwordPropertyDescriptor(). Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the password property descriptor.
prev. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
previousRow(). Method in class com.ibm.ivj.db.uibeans.Select
Applies any changes in the current row to the database, and then makes the previous row in the result set the current row.
previousRow(). Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then makes the previous row in the result set the current row.
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.
propertyChange(PropertyChangeEvent). Method in class com.ibm.ivj.db.uibeans.Select
Method to handle events for the PropertyChangeListener interface.
propertyChangeEventSetDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the propertyChange event set descriptor.
propertyChangepropertyChange_javabeansPropertyChangeEventMethodEventDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the propertyChange.propertyChange(java.beans.PropertyChangeEvent) method descriptor.

Q

Query(DatabaseConnection, StatementMetaData). Constructor for class com.ibm.ivj.db.uibeans.Query
Constructs a new Query and sets the connection alias and the SQL specification the the specified values.

R

readOnly. Static variable in class com.ibm.db.DataException
Error code if the result set is read only.
readOnly. Static variable in class com.ibm.db.IBMDBMessages
readOnlyPropertyDescriptor(). Method in class com.ibm.db.SelectStatementBeanInfo
Gets the readOnly property descriptor.
refresh. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
refresh(). Method in class com.ibm.ivj.db.uibeans.Select
Refreshes the result set from the database by re-executing the SQL SELECT statement.
refresh(). Method in class com.ibm.db.SelectStatement
Refreshes the result set from the database by re-executing the SQL SELECT statement.
refreshMethodDescriptor(). Method in class com.ibm.db.SelectStatementBeanInfo
Gets the refresh() 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.
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.
removeDataAfterListener(DataAfterListener). Method in class com.ibm.ivj.db.uibeans.Select
Removes the DataAfterListener.
removeDatabaseConnectionAfterListener(DatabaseConnectionAfterListener). Method in class com.ibm.db.DatabaseConnection
Removes the DatabaseConnectionAfterListener.
removeDatabaseConnectionBeforeListener(DatabaseConnectionBeforeListener). Method in class com.ibm.db.DatabaseConnection
Removes the DatabaseConnectionBeforeListener.
removeDataBeforeListener(DataBeforeListener). Method in class com.ibm.ivj.db.uibeans.Select
Removes the DataBeforeListener.
removeExceptionListener(ExceptionListener). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Removes the ExceptionListener.
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.
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.
removePropertyChangeListener(PropertyChangeListener). Method in class com.ibm.ivj.db.uibeans.Select
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener). Method in class com.ibm.db.SelectResult
Removes the PropertyChangeListener.
removeStatementAfterListener(StatementAfterListener). Method in class com.ibm.db.Statement
removeStatementBeforeListener(StatementBeforeListener). Method in class com.ibm.db.Statement
removeStatementResultAfterListener(StatementResultAfterListener). Method in class com.ibm.db.StatementResult
Removes the StatementAfterListener.
removeStatementResultBeforeListener(StatementResultBeforeListener). Method in class com.ibm.db.StatementResult
Removes the StatementBeforeListener.
removeStatementResultValueChangeListener(StatementResultValueChangeListener). Method in class com.ibm.db.SelectResult
Removes the StatementResultValueChangeListener.
removeTable(String). Method in class com.ibm.db.StatementMetaData
Removes the table from the list of defined tables.
removeTable_javalangStringMethodDescriptor(). Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the removeTable(java.lang.String) method descriptor.
removeTableModelListener(TableModelListener). Method in class com.ibm.ivj.db.uibeans.Select
Removes the TableModelListener.
restoreRow(). Method in class com.ibm.ivj.db.uibeans.Select
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.
restoreRow(). Method in class com.ibm.db.StatementResult
Restores a row's column values to those last known to be in the database.
resultPropertyDescriptor(). Method in class com.ibm.db.SelectStatementBeanInfo
Gets the result property descriptor.
rollback. Static variable in class com.ibm.ivj.db.uibeans.IBMIVJDBMessages
rollback(). Method in class com.ibm.db.DatabaseConnection
Rollback changes in the database.
rollback(). Method in class com.ibm.ivj.db.uibeans.Select
Rollback changes in the database.
rollbackMethodDescriptor(). Method in class com.ibm.db.DatabaseConnectionBeanInfo
Gets the rollback method descriptor.
rolledBack(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
rolledBack(DataEvent). Method in interface com.ibm.db.DatabaseConnectionAfterListener
Invoked after DatabaseConnection.rollback is executed.
rolledBack(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.DatabaseConnectionAfter event rolledBack is triggerd and fires the corresponding DataAfter event rolledBack.
rowChanged. Static variable in class com.ibm.db.DataException
Error code if a row cannot be updated because it has already been independently updated.
rowChanged. 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.
rowNotFound. 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.
rowNotInDatabase. Static variable in class com.ibm.db.IBMDBMessages

S

Select(). Constructor for class com.ibm.ivj.db.uibeans.Select
Constructs a new Select and initializes properties to the default values.
SelectBeanInfo(). Constructor for class com.ibm.ivj.db.uibeans.SelectBeanInfo
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(). Constructor for class com.ibm.db.SelectResultBeanInfo
SelectStatement(). Constructor for class com.ibm.db.SelectStatement
Constructs a new 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, 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.
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.
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.
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.
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.
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.
setColumnValue(int, Object). Method in class com.ibm.ivj.db.uibeans.Select
Sets (in the result set) the value of the column at the specified index in the current row.
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(int, Object). Method in class com.ibm.db.StatementResult
Sets the value of the column at the specified index to the specified value.
setColumnValue(String, Object). Method in class com.ibm.ivj.db.uibeans.Select
Sets (in the result set) the value of the column with the specified name in the current row.
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.
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_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.
setColumnValueFromString(int, String). Method in class com.ibm.ivj.db.uibeans.Select
Sets (in the result set) the value of the column at the specified index in the current row.
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(int, String). Method in class com.ibm.db.StatementResult
Sets the value of the column at the specified index to the specified value.
setColumnValueFromString(String, String). Method in class com.ibm.ivj.db.uibeans.Select
Sets (in the result set) the value of the column with the specified name in the current row.
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.
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_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.
setConnectBundleName(String). Method in class com.ibm.ivj.db.uibeans.SpecsLocator
setConnection(DatabaseConnection). Method in class com.ibm.db.Statement
Associates a DatabaseConnection with the Statement.
setConnectionAlias(DatabaseConnection). Method in class com.ibm.ivj.db.uibeans.Query
Associates a com.ibm.db.DatabaseConnection with the Query.
setConnectionAlias(String). Method in class com.ibm.db.DatabaseConnection
Sets the connection alias name used when a connect is invoked on this DatabaseConnection.
setConnectName(String). Method in class com.ibm.ivj.db.uibeans.SpecsLocator
setCurrentRow(int). Method in class com.ibm.ivj.db.uibeans.Select
Applies any changes in the current row to the database, and then makes the specified row in the result set the current row.
setCurrentRow(int). Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then makes the specified row in the result set the current row.
setCurrentRowInCache(int). Method in class com.ibm.ivj.db.uibeans.Select
Makes the specified row in the cache the currentRow in the result set.
setDatabaseConnection(DatabaseConnection). Method in class com.ibm.ivj.db.uibeans.Select
Associates a DatabaseConnection with the Select.
setDatabaseConnection(DatabaseConnection). Method in class com.ibm.ivj.db.uibeans.Statement
Associates a com.ibm.db.DatabaseConnection with this Statement.
setDataSourceName(String). Method in class com.ibm.db.DatabaseConnection
Sets the URL used when establishing a connection to the database.
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.ivj.db.uibeans.Select
If true, the entire cache will be filled when execute is invoked.
setFillCacheOnExecute(boolean). Method in class com.ibm.db.SelectStatement
If true, the entire cache will be filled when execute is invoked.
setLockRows(boolean). Method in class com.ibm.ivj.db.uibeans.Select
If true, a database lock is automatically held on a row while it is the current row.
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.ivj.db.uibeans.Select
Sets the maximum number of packets the cache can contain.
setMaximumPacketsInCache(int). Method in class com.ibm.db.SelectStatement
Sets the maximum number of packets the cache can contain.
setMaximumRows(int). Method in class com.ibm.ivj.db.uibeans.Select
Sets the maximum size of the result set.
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.
setModel(Select). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Associates a data model represented by a Select bean with this DBNavigator.
setName(String). Method in class com.ibm.db.StatementMetaData
Sets the name for this StatementMetaData.
setPacketSize(int). Method in class com.ibm.ivj.db.uibeans.Select
Sets the number of rows that are in one packet in the cache.
setPacketSize(int). Method in class com.ibm.db.SelectStatement
Sets the number of rows that are in one packet in the cache.
setParameter(int, Object). Method in class com.ibm.ivj.db.uibeans.Select
Sets the parameter at the specified index to the specified value.
setParameter(int, Object). Method in class com.ibm.db.Statement
Sets the parameter at the specified index to the specified value.
setParameter(String, Object). Method in class com.ibm.ivj.db.uibeans.Select
Sets the parameter with the specified name 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.
setParameter_int_javalangObjectMethodDescriptor(). Method in class com.ibm.db.SelectStatementBeanInfo
Gets the setParameter(int, java.lang.Object) method descriptor.
setParameter_int_javalangObjectMethodDescriptor(). Method in class com.ibm.db.SQLStatementBeanInfo
Gets the setParameter(int, java.lang.Object) method descriptor.
setParameter_String_javalangObjectMethodDescriptor(). Method in class com.ibm.db.SelectStatementBeanInfo
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.
setParameterFromString(int, String). Method in class com.ibm.ivj.db.uibeans.Select
Sets the parameter at the specified index to the specified value.
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.ivj.db.uibeans.Select
Sets the parameter with the specified name 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.
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.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.SQLStatementBeanInfo
Gets the setParameterFromString(String, String) 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.
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.
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.
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.
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.
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.
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.
setQuery(Query). Method in class com.ibm.ivj.db.uibeans.Select
Sets the connection alias and the SQL specification for this Select to the values contained in the specified Query.
setReadOnly(boolean). Method in class com.ibm.ivj.db.uibeans.Select
If true, updates are disallowed even when the database would permit them.
setReadOnly(boolean). Method in class com.ibm.db.Statement
If true, updates are disallowed even when the database would permit them.
setShowCommit(boolean). Method in class com.ibm.ivj.db.uibeans.DBNavigator
If true, the DBNavigator contains a Commit button.
setShowDelete(boolean). Method in class com.ibm.ivj.db.uibeans.DBNavigator
If true, the DBNavigator contains a Delete button.
setShowExecute(boolean). Method in class com.ibm.ivj.db.uibeans.DBNavigator
If true, the DBNavigator contains a Execute button.
setShowFirst(boolean). Method in class com.ibm.ivj.db.uibeans.DBNavigator
If true, the DBNavigator contains a First button.
setShowInsert(boolean). Method in class com.ibm.ivj.db.uibeans.DBNavigator
If true, the DBNavigator contains a Insert button.
setShowLast(boolean). Method in class com.ibm.ivj.db.uibeans.DBNavigator
If true, the DBNavigator contains a Last button.
setShowNext(boolean). Method in class com.ibm.ivj.db.uibeans.DBNavigator
If true, the DBNavigator contains a Next button.
setShowPrevious(boolean). Method in class com.ibm.ivj.db.uibeans.DBNavigator
If true, the DBNavigator contains a Previous button.
setShowRefresh(boolean). Method in class com.ibm.ivj.db.uibeans.DBNavigator
If true, the DBNavigator contains a Refresh button.
setShowRollback(boolean). Method in class com.ibm.ivj.db.uibeans.DBNavigator
If true, the DBNavigator contains a Rollback button.
setSQL(String). Method in class com.ibm.db.StatementMetaData
Sets the SQL statement for this StatementMetadata.
setSqlBundleName(String). Method in class com.ibm.ivj.db.uibeans.SpecsLocator
setSqlName(String). Method in class com.ibm.ivj.db.uibeans.SpecsLocator
setSQLSpec(StatementMetaData). Method in class com.ibm.ivj.db.uibeans.Query
Associates a com.ibm.db.StatementMetaData with the Query.
setStatement(SelectStatement). Method in class com.ibm.db.SelectResult
Associates a SelectStatement with this SelectResult.
setStatementMetaData(StatementMetaData). Method in class com.ibm.ivj.db.uibeans.Select
Associates a StatementMetaData with the Select.
setUserID(String). Method in class com.ibm.db.DatabaseConnection
Sets the userid used when establishing a connection to the database.
setValueAt(Object, int, int). Method in class com.ibm.ivj.db.uibeans.Select
Sets the specified cell in the cache to the specified value.
SpecsLocator(). Constructor for class com.ibm.ivj.db.uibeans.SpecsLocator
SQLDisconnectException. Static variable in class com.ibm.db.DataException
Error code if an exception occurred during disconnect.
SQLDisconnectException. Static variable in class com.ibm.db.IBMDBMessages
sqlException. Static variable in class com.ibm.db.DataException
Error code if a SQLException occurred.
sqlException. Static variable in class com.ibm.db.IBMDBMessages
SQLPropertyDescriptor(). Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the SQL property descriptor.
SQLStatement(). Constructor for class com.ibm.db.SQLStatement
Construsts a new SQLStatement.
SQLStatementBeanInfo(). Constructor for class com.ibm.db.SQLStatementBeanInfo
Statement(). Constructor for class com.ibm.db.Statement
Constructs a new Statement.
Statement(). Constructor for class com.ibm.ivj.db.uibeans.Statement
Constructs a new Statement.
statementAfterEventSetDescriptor(). Method in class com.ibm.db.SelectStatementBeanInfo
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.SQLStatementBeanInfo
Gets the statementAfter.executed(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.SQLStatementBeanInfo
Gets the statementBefore.aboutToExecute(DataEvent) method descriptor.
statementBeforeEventSetDescriptor(). Method in class com.ibm.db.SelectStatementBeanInfo
Gets the statementBeforeevent set descriptor.
statementBeforeEventSetDescriptor(). Method in class com.ibm.db.SQLStatementBeanInfo
Gets the statementBeforeevent set descriptor.
StatementMetaData(). Constructor for class com.ibm.db.StatementMetaData
Constructs a new StatementMetaData.
StatementMetaDataBeanInfo(). Constructor for class com.ibm.db.StatementMetaDataBeanInfo
StatementResult(). Constructor for class com.ibm.db.StatementResult
Constructs a new StatementResult.
statementResultAfteraddedNewRow_comibmdbDataEventMethodEventDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultAfter.addedNewRow(com.ibm.db.DataEvent) method descriptor.
statementResultAftercacheRowsChanged_comibmdbDataEventMethodEventDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultAfter.cacheRowsChanged(com.ibm.db.DataEvent) method descriptor.
statementResultAfterclosed_comibmdbDataEventMethodEventDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultAfter.closed(com.ibm.db.DataEvent) method descriptor.
statementResultAfterdeletedRow_comibmdbDataEventMethodEventDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultAfter.deletedRow(com.ibm.db.DataEvent) method descriptor.
statementResultAfterEventSetDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultAfter event set descriptor.
statementResultAfterupdatedRow_comibmdbDataEventMethodEventDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultAfter.updatedRow(com.ibm.db.DataEvent) method descriptor.
statementResultBeforeaboutToAddNewRow_comibmdbDataEventMethodEventDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultBefore.aboutToAddNewRow(com.ibm.db.DataEvent) method descriptor.
statementResultBeforeaboutToClose_comibmdbDataEventMethodEventDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultBefore.aboutToClose(com.ibm.db.DataEvent) method descriptor.
statementResultBeforeaboutToDeleteRow_comibmdbDataEventMethodEventDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultBefore.aboutToDeleteRow(com.ibm.db.DataEvent) method descriptor.
statementResultBeforeaboutToUpdateRow_comibmdbDataEventMethodEventDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultBefore.aboutToUpdateRow(com.ibm.db.DataEvent) method descriptor.
statementResultBeforeEventSetDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultBeforeevent set descriptor.
statementResultValueChangeaboutToSetColumnValue_javabeansPropertyChangeEventMethodEventDescriptor(). Method in class com.ibm.db.SelectResultBeanInfo
Gets the statementResultValueChange.aboutToSetColumnValue(java.beans.PropertyChangeEvent) method descriptor.
statementResultValueChangecolumnValueSet_javabeansPropertyChangeEventMethodEventDescriptor(). 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.

T

tableModelEventSetDescriptor(). Method in class com.ibm.ivj.db.uibeans.SelectBeanInfo
Returns the tableModel event set descriptor.
tablesPropertyDescriptor(). Method in class com.ibm.db.StatementMetaDataBeanInfo
Gets the tables property descriptor.

U

unlockRow(). Method in class com.ibm.ivj.db.uibeans.Select
Unlocks the current row.
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 unzup error encountered
updatedRow(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
updatedRow(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultAfter event updatedRow is triggerd and fires the corresponding DataAfter event updatedRow.
updatedRow(DataEvent). Method in interface com.ibm.db.StatementResultAfterListener
Invoked after StatementResult.updateRow has been executed.
updateRow(). Method in class com.ibm.ivj.db.uibeans.Select
Updates the database with the values of the current row in the result set.
updateRow(). Method in class com.ibm.db.SelectResult
Updates the database with the values of the current row in the result set.
updateRow(). Method in class com.ibm.db.StatementResult
Updates a row.
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.

W

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 a wrong object type used to update column/parameter.

Class Hierarchy All Classes