Class Hierarchy All Classes All Fields and Methods

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 (Data Access Beans)


A
aboutToAddNewRow(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultBefore event aboutToAddNewRow fires, and fires the corresponding DataBefore event aboutToAddNewRow.
aboutToAddNewRow(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataBeforeListener
Invoked before newRow is executed.
aboutToAddNewRow(DataEvent). Method in interface com.ibm.db.StatementResultBeforeListener
Invoked before StatementResult.newRow is executed.
aboutToClose(DataEvent). Method in class com.ibm.ivj.db.uibeans.Statement
Invoked when the underlying com.ibm.db.StatementResultBefore event aboutToClose fires, and fires the corresponding DataBefore event aboutToClose.
aboutToClose(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataBeforeListener
Invoked before close is executed.
aboutToClose(DataEvent). Method in interface com.ibm.db.StatementBeforeListener
Invoked before SelectStatement.close is executed.
aboutToClose(DataEvent). Method in interface com.ibm.db.StatementResultBeforeListener
Invoked before SelectResult.close or StatementResult.closeResult is executed.
aboutToCommit(DataEvent). Method in class com.ibm.ivj.db.uibeans.Statement
Invoked when the underlying com.ibm.db.DatabaseConnectionBefore event aboutToCommit fires and fires the corresponding DataBefore event aboutToCommit.
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
Invoked before commit is executed.
aboutToConnect(DataEvent). Method in class com.ibm.ivj.db.uibeans.Statement
Invoked when the underlying com.ibm.db.DatabaseConnectionBefore event aboutToConnect fires, and fires the corresponding DataBefore event aboutToConnect.
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
Invoked before connect is executed.
aboutToDeleteRow(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultBefore event aboutToDelete fires, and fires the corresponding DataBefore event aboutToDelete.
aboutToDeleteRow(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataBeforeListener
Invoked before deleteRow is executed.
aboutToDeleteRow(DataEvent). Method in interface com.ibm.db.StatementResultBeforeListener
Invoked before StatementResult.deleteRow is executed.
aboutToDisconnect(DataEvent). Method in class com.ibm.ivj.db.uibeans.Statement
Invoked when the underlying com.ibm.db.DatabaseConnectionBefore event aboutToDisconnect fires, and fires the corresponding DataBefore event aboutToDisconnect.
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
Invoked before disconnect is executed.
aboutToExecute(DataEvent). Method in class com.ibm.ivj.db.uibeans.Statement
Invoked when the underlying com.ibm.db.StatementBefore event aboutToExecute fires, and fires the corresponding DataBefore event aboutToExecute.
aboutToExecute(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataBeforeListener
Invoked before execute is executed.
aboutToExecute(DataEvent). Method in interface com.ibm.db.StatementBeforeListener
Invoked before Statement.execute is executed.
aboutToRollback(DataEvent). Method in class com.ibm.ivj.db.uibeans.Statement
Invoked when the underlying com.ibm.db.DatabaseConnectionBefore event aboutToRollback fires, and fires the corresponding DataBefore event aboutToRollback.
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
Invoked before rollback is executed.
aboutToSetColumnValue(PropertyChangeEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultValueChange event aboutToSetColumnValues fires.
aboutToSetColumnValue(PropertyChangeEvent). Method in interface com.ibm.db.StatementResultValueChangeListener
Invoked before StatementResult.setColumnValue is executed.
aboutToUpdateRow(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultBefore event aboutToUpdateRow fires, and fires the corresponding DataBefore event aboutToUpdateRow.
aboutToUpdateRow(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataBeforeListener
Invoked before updateRow is executed.
aboutToUpdateRow(DataEvent). Method in interface com.ibm.db.StatementResultBeforeListener
Invoked before StatementResult.updateRow is executed.
ACTION_DELETE_ROW. Field of class com.ibm.db.DataEvent
ACTION_DELETE_ROW_AND_REFILL. Field of class com.ibm.db.DataEvent
ACTION_NEW_ROW. Field of class com.ibm.db.DataEvent
ACTION_NEXT_PACKET. Field of class com.ibm.db.DataEvent
ACTION_NOT_APPLICABLE. Field of class com.ibm.db.DataEvent
actionPerformed(ActionEvent). Method in class com.ibm.ivj.db.uibeans.DBNavigator
When a button is pressed, all buttons are disabled and a new thread is created to execute the associated method.
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.
addDataAfterListener(DataAfterListener). Method in class com.ibm.ivj.db.uibeans.Statement
Adds a listener to the DataAfter event set.
addDatabaseConnectionAfterListener(DatabaseConnectionAfterListener). Method in class com.ibm.db.DatabaseConnection
Adds a listener to the DatabaseConnectionAfter event set.
addDatabaseConnectionBeforeListener(DatabaseConnectionBeforeListener). Method in class com.ibm.db.DatabaseConnection
Adds a listener to the DatabaseConnectionBefore event set.
addDataBeforeListener(DataBeforeListener). Method in class com.ibm.ivj.db.uibeans.Statement
Adds a listener to the DataBefore event set.
addedNewRow(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultAfter event addedNewRow fires, and fires the corresponding DataAfter event addedNewRow.
addedNewRow(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
Invoked after newRow has been executed.
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.
addListDataListener(ListDataListener). Method in class com.ibm.db.selector.RowSelector
Add the supplied ListDataListener to the set of listeners to receive ListDataEvents.
addListDataListener(ListDataListener). Method in class com.ibm.db.selector.ColumnSelector
Add the supplied ListDataListener to the set of listeners to receive ListDataEvents.
addParameter(String, Class, int). Method in class com.ibm.db.StatementMetaData
Defines a new parameter with the given name whose value can be passed as an instance of the specified java class, and whose SQL type is the specified value.
addParameter(String, Class, int, int). Method in class com.ibm.db.StatementMetaData
Defines a new parameter with the given name whose value can be passed as an instance of the specified java class, and whose SQL type is the specified value.
addParameter(String, int, int). Method in class com.ibm.db.StatementMetaData
Defines a new parameter with the given name and the specified SQLType.
addParameter(String, int, int, int). Method in class com.ibm.db.StatementMetaData
Defines a new parameter with the given name and the specified SQLType.
addPropertyChangeListener(PropertyChangeListener). Method in class com.ibm.db.selector.Selector
Add the supplied listener to the set of listeners to be notified when a property change occurs.
addPropertyChangeListener(PropertyChangeListener). Method in class com.ibm.db.CallableStatement
Adds a listener to the PropertyChange event set.
addPropertyChangeListener(PropertyChangeListener). Method in class com.ibm.db.SQLStatement
Adds a listener to the PropertyChange event set.
addPropertyChangeListener(PropertyChangeListener). Method in class com.ibm.ivj.db.uibeans.Statement
Adds a listener to the PropertyChange event set.
addPropertyChangeListener(PropertyChangeListener). Method in class com.ibm.db.SelectResult
Adds a listener to the PropertyChange event set.
addSelectorListener(SelectorListener). Method in class com.ibm.db.selector.Selector
Add the specified selector listener to receive selector events from this selector.
addStatementAfterListener(StatementAfterListener). Method in class com.ibm.db.Statement
Adds a listener to the StatementAfter event set.
addStatementBeforeListener(StatementBeforeListener). Method in class com.ibm.db.Statement
Adds a listener to the StatementBefore event set.
addStatementResultAfterListener(StatementResultAfterListener). Method in class com.ibm.db.StatementResult
Adds the StatementResultAfterListener.
addStatementResultBeforeListener(StatementResultBeforeListener). Method in class com.ibm.db.StatementResult
Adds the StatementResultBeforeListener.
addStatementResultValueChangeListener(StatementResultValueChangeListener). Method in class com.ibm.db.SelectResult
Adds a listener to the StatementResultValueChange event set.
addTable(String). Method in class com.ibm.db.StatementMetaData
Defines a table name that is used in this SQL statement.
addTableModelListener(TableModelListener). Method in class com.ibm.db.selector.CellRangeSelector
Add the supplied TableModelListener to the set of listeners to receive TableModelEvents.
addTableModelListener(TableModelListener). Method in class com.ibm.ivj.db.uibeans.Select
Adds a listener to the TableModel event set.
alreadyConnected. Field of class com.ibm.db.DataException
areDistinctTypesEnabled(). Method in class com.ibm.db.SelectStatement
Returns true if use of user-defined distinct types is enabled for this statement.
areDistinctTypesEnabled(). Method in class com.ibm.ivj.db.uibeans.Select
Returns true if use of user-defined distinct types is enabled for this Select.


B
badJavaClass. Field of class com.ibm.db.DataException
badSQLType. Field of class com.ibm.db.DataException
badUidPwd. Field of class com.ibm.db.DataException
beforeCacheStart. Field of class com.ibm.db.DataException
beforeResultCacheStart. Field of class com.ibm.db.DataException
BIGDECIMAL. Field of class com.ibm.db.selector.Selector
BIGINTEGER. Field of class com.ibm.db.selector.Selector
BOOLEAN. Field of class com.ibm.db.selector.Selector
BYTE. Field of class com.ibm.db.selector.Selector
BYTEARRAY. Field of class com.ibm.db.selector.Selector


C
cacheResultsChanged(DataEvent). Method in class com.ibm.ivj.db.uibeans.Statement
Invoked when the underlying com.ibm.db.StatementAfter event cacheResultsChanged fires, and fires the corresponding DataAfter event cacheResultsChanged.
cacheRowsChanged(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultAfter event cacheRowsChanged fires, and fires the corresponding DataAfter event cacheRowsChanged.
cacheRowsChanged(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
Invoked after the rows in the the cache have changed.
cacheRowsChanged(DataEvent). Method in interface com.ibm.db.StatementResultAfterListener
Invoked after the rows in the the cache have changed.
CallableStatement(). Constructor in class com.ibm.db.CallableStatement
Constructs a new CallableStatement.
CallableStatement(boolean). Constructor in class com.ibm.db.CallableStatement
Constructs a new CallableStatement.
CallableStatementMetaData(). Constructor in class com.ibm.db.CallableStatementMetaData
Constructs a new CallableStatementMetaData.
cancelAction(). Method in class com.ibm.ivj.db.uibeans.Statement
Cancels execution of the SQL statement performing the current action.
cancelAction(). Method in class com.ibm.ivj.db.uibeans.Modify
Cancels execution of the SQL statement which is associated with this Modify.
cancelAction(). Method in class com.ibm.ivj.db.uibeans.Select
Cancels execution of the SQL statement which is associated with this Select.
cancelAction(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Cancels execution of the SQL statement which is associated with this ProcedureCall.
cancelAction(). Method in class com.ibm.db.SelectResult
Cancels execution of the SQL statement performing the current action.
cancelExecution(). Method in class com.ibm.db.Statement
Cancels execution (in another thread) of the SQL statement associated with this Statement.
cancelExecution(). Method in class com.ibm.db.SelectStatement
Cancels execution of the SQL statement which is associated with this SelectStatement.
cancelExecution(). Method in class com.ibm.db.CallableStatement
Cancels execution of the SQL statement which is associated with this CallableStatement.
cancelExecution(). Method in class com.ibm.db.SQLStatement
Cancels execution of the SQL statement which is associated with this SQLStatement.
cannotConvert. Field of class com.ibm.db.DataException
CellRangeSelector(). Constructor in class com.ibm.db.selector.CellRangeSelector
Create a CellRangeSelector.
CellRangeSelector(TableModel). Constructor in class com.ibm.db.selector.CellRangeSelector
Create a CellRangeSelector using the supplied TableModel.
CellSelector(). Constructor in class com.ibm.db.selector.CellSelector
Create a CellSelector.
CellSelector(TableModel). Constructor in class com.ibm.db.selector.CellSelector
Create a CellSelector using the supplied TableModel.
cloneNotSupported. Field of class com.ibm.db.DataException
close(). Method in class com.ibm.db.SelectStatement
Applies any changes in the current row of the associated Select Result to the database, and then closes the result set and the statement.
close(). Method in class com.ibm.db.CallableStatement
Applies any changes in the current row of the current Select Result to the database, and then closes the result set and the statement.
close(). Method in class com.ibm.ivj.db.uibeans.Select
Applies any changes in the current row to the database, and then closes the result set and the statement.
close(). Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then closes the associated statement.
closed(DataEvent). Method in class com.ibm.ivj.db.uibeans.Statement
Invoked when the underlying com.ibm.db.StatementResultAfter event closed fires, and fires the corresponding DataAfter event closed.
closed(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
Invoked after close is executed.
closed(DataEvent). Method in interface com.ibm.db.StatementAfterListener
Invoked after SelectStatement.close is executed.
closed(DataEvent). Method in interface com.ibm.db.StatementResultAfterListener
Invoked after StatementResult.close has been executed.
closeResult(). Method in class com.ibm.db.StatementResult
Closes the result set.
closeResult(). Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then closes the result set.
coerce(Object, Class). Method in class com.ibm.db.selector.Selector
Return an instance of the supplied target class based on the supplied source object.
coerce(Object, Class, boolean). Method in class com.ibm.db.selector.Selector
Return an instance of the supplied target class based on the supplied source object and optionally throws an exception if an error occurs.
COERCION. Field of class com.ibm.db.selector.SelectorException
COLUMN_NAME. Field of class com.ibm.db.selector.SelectorException
COLUMN_NUMBER. Field of class com.ibm.db.selector.SelectorException
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.ivj.db.uibeans.ProcedureCall
Returns the names of the columns of the current result set.
columnNames(). Method in class com.ibm.db.StatementResult
Returns an enumeration containing the names of the columns in the result set.
columnNames(). Method in class com.ibm.db.SelectResult
Returns the names of the columns of the result set.
ColumnSelector(). Constructor in class com.ibm.db.selector.ColumnSelector
Create a ColumnSelector.
ColumnSelector(TableModel). Constructor in class com.ibm.db.selector.ColumnSelector
Create a ColumnSelector using the supplied TableModel.
columnValueSet(PropertyChangeEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultValueChange event columnValueSet fires, and fires the corresponding PropertyChange event propertyChange and TableModel event TableChanged.
columnValueSet(PropertyChangeEvent). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Invoked when the underlying com.ibm.db.StatementResultValueChange event columnValueSet fires, and fires the corresponding PropertyChange event propertyChange and TableModel event TableChanged.
columnValueSet(PropertyChangeEvent). Method in interface com.ibm.db.StatementResultValueChangeListener
Invoked after StatementResult.setColumnValue is executed.
commit(). Method in class com.ibm.db.DatabaseConnection
Commits changes to the database.
commit(). Method in class com.ibm.ivj.db.uibeans.Modify
Commits changes to the database.
commit(). Method in class com.ibm.ivj.db.uibeans.Select
Commits changes to the database.
committed(DataEvent). Method in class com.ibm.db.SelectStatement
Invoked when the com.ibm.db.DatabaseConnectionAfter event commmitted fires.
committed(DataEvent). Method in class com.ibm.ivj.db.uibeans.Statement
Invoked when the underlying com.ibm.db.DatabaseConnectionAfter event commmitted fires and fires the corresponding DataAfter event committed.
committed(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.DatabaseConnectionAfter event committed fires, and fires the corresponding DataAfter event committed.
committed(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
Invoked after commit is executed.
committed(DataEvent). Method in interface com.ibm.db.DatabaseConnectionAfterListener
Invoked after DatabaseConnection.commit is executed.
connect(). Method in class com.ibm.db.DatabaseConnection
Attempts to establish a connection to the database.
connect(). Method in class com.ibm.ivj.db.uibeans.Modify
Attempts to establish a connection to the database using the connection properties specified in the action property.
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 connection alias.
connected(DataEvent). Method in class com.ibm.db.SelectStatement
Invoked when the com.ibm.db.DatabaseConnectionAfter event connected fires.
connected(DataEvent). Method in class com.ibm.ivj.db.uibeans.Statement
Invoked when the underlying com.ibm.db.DatabaseConnectionAfter event connected fires, and fires the corresponding DataAfter event connected.
connected(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.DatabaseConnectionAfter event connected fires and fires the corresponding DataAfter event connected.
connected(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
Invoked after connect is executed.
connected(DataEvent). Method in interface com.ibm.db.DatabaseConnectionAfterListener
Invoked after DatabaseConnection.connect is executed.
connectionClosed. Field of class com.ibm.db.DataException


D
DatabaseAccess(). Constructor in class com.ibm.ivj.db.uibeans.DatabaseAccess
DatabaseConnection(). Constructor in class com.ibm.db.DatabaseConnection
Constructs a new DatabaseConnection.
DatabaseConnection(Connection). Constructor in class com.ibm.db.DatabaseConnection
Constructs a new DatabaseConnection with the specified JDBC connection.
dataChanged(SelectorEvent). Method in interface com.ibm.db.selector.SelectorListener
Invoked when the value of selector data properties have changed.
DataEvent(Object). Constructor in class com.ibm.db.DataEvent
Constructs a new DataEvent.
DataEvent(Object, int). Constructor in class com.ibm.db.DataEvent
Constructs a new DataEvent with the specified triggering action.
DataException(String, int). Constructor in class com.ibm.db.DataException
Constructs a new DataException with the specified message and error code.
DataException(String, SQLException). Constructor in class com.ibm.db.DataException
Constructs a new DataException with the specified message and associates the specified SQLException with the DataException.
DataRuntimeException(String). Constructor in class com.ibm.db.DataRuntimeException
Constructs a DataRuntimeException with the specified detail message.
DATE. Field of class com.ibm.db.selector.Selector
DBNavigator(). Constructor in class com.ibm.ivj.db.uibeans.DBNavigator
Constructs a new DBNavigator.
decodeError. Field of class com.ibm.db.DataException
deletedRow(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.StatementResultAfter event deletedRow fires, and fires the corresponding DataAfter event deletedRow.
deletedRow(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
Invoked after deleteRow has been executed.
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.ivj.db.uibeans.ProcedureCall
Deletes the current row from the current result set and from the database.
deleteRow(). Method in class com.ibm.db.StatementResult
Deletes a row.
deleteRow(). Method in class com.ibm.db.SelectResult
Deletes the current row from the result set and from the database.
deserialize(). Method in class com.ibm.db.selector.CellSelector
Return an object that has been deserialized from the current selection, or null if the current selection cannot be deserialized.
deserializeFromByteArray(byte[]). Method in class com.ibm.db.selector.Selector
Return an object that has been deserialized from the supplied byte[], or null if the byte array cannot be deserialized.
disconnect(). Method in class com.ibm.db.DatabaseConnection
Closes the JDBC connection for further use by this DatabaseConnection object.
disconnect(). Method in class com.ibm.ivj.db.uibeans.Modify
Closes the JDBC connection for further use by this Modify object.
disconnect(). Method in class com.ibm.ivj.db.uibeans.Select
Closes the JDBC connection for further use by this Select object.
disconnected(DataEvent). Method in class com.ibm.db.SelectStatement
Invoked when the com.ibm.db.DatabaseConnectionAfter event disconnected fires and closes the statement.
disconnected(DataEvent). Method in class com.ibm.ivj.db.uibeans.Statement
Invoked when the underlying com.ibm.db.DatabaseConnectionAfter event disconnected fires, and fires the corresponding DataAfter event disconnected.
disconnected(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.DatabaseConnectionAfter event disconnected fires, and fires the corresponding DataAfter event disconnected.
disconnected(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
Invoked after disconnect is executed
disconnected(DataEvent). Method in interface com.ibm.db.DatabaseConnectionAfterListener
Invoked after DatabaseConnection.disconnect is executed.
DOUBLE. Field of class com.ibm.db.selector.Selector
driverNotFound. Field of class com.ibm.db.DataException
duplicateColumn. Field of class com.ibm.db.DataException
duplicateParm. Field of class com.ibm.db.DataException


E
errorMakeField. Field of class com.ibm.db.DataException
ExceptionEvent(Object, Exception). Constructor in class com.ibm.ivj.db.uibeans.ExceptionEvent
Constructs a new ExceptionEvent.
exceptionOccurred(ExceptionEvent). Method in interface com.ibm.ivj.db.uibeans.ExceptionListener
Invoked after an exception occured.
execute(). Method in class com.ibm.db.Statement
Executes the SQL statement.
execute(). Method in class com.ibm.db.SelectStatement
Executes the SQL SELECT statement and positions to the first row in the result set.
execute(). Method in class com.ibm.db.CallableStatement
Executes the SQL CALL statement and, if any result sets were produced, positions to the first row in the first result set.
execute(). Method in class com.ibm.db.SQLStatement
Executes the SQL statement.
execute(). Method in class com.ibm.ivj.db.uibeans.Statement
Executes the SQL statement.
execute(). Method in class com.ibm.ivj.db.uibeans.Modify
Executes the SQL statement in the associated SQL specification.
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.ivj.db.uibeans.ProcedureCall
Executes the SQL CALL statement and, if any result sets were produced, positions to the first row in the first result set.
executed(DataEvent). Method in class com.ibm.ivj.db.uibeans.Statement
Invoked when the underlying com.ibm.db.StatementAfter event executed fires, and fires the corresponding DataAfter event executed.
executed(DataEvent). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Invoked when the underlying com.ibm.db.StatementAfter event executed fires, and fires the corresponding DataAfter event executed.
executed(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
Invoked after execute has been executed.
executed(DataEvent). Method in interface com.ibm.db.StatementAfterListener
Invoked after Statement.execute has been executed.
externallyManaged. Field of class com.ibm.db.DataException


F
firePropertyChange(String, Object, Object). Method in class com.ibm.db.SQLStatement
The firePropertyChange method was generated to support the propertyChange field.
firstResult(). Method in class com.ibm.db.CallableStatement
Applies any changes in the current row of the current result set to the database, and then positions to the first result set (if any result sets were returned).
firstResult(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Applies any changes in the current row of the current result set to the database, and then positions to the first result set (if any result sets were returned).
firstRow(). Method in class com.ibm.ivj.db.uibeans.Select
Applies any changes in the current row to the database, and then positions to the first row in the result set.
firstRow(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Applies any changes in the current row of the current result set to the database, and then positions to the first row in the result set.
firstRow(). Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then positions to the first row in the result set.
FLOAT. Field of class com.ibm.db.selector.Selector


G
getAction(). Method in class com.ibm.ivj.db.uibeans.Modify
Returns a new Query object that contains references to the connection alias and the SQL specification for this Modify.
getAutoCommit(). Method in class com.ibm.db.DatabaseConnection
Returns true if changes to the database are automatically committed as soon as they are made.
getBigDecimal(). Method in class com.ibm.db.selector.CellRangeSelector
Return the current selection from the source TableModel as a java.math.BigDecimal[][].
getBigDecimal(). Method in class com.ibm.db.selector.RowSelector
Return the current selection from the source TableModel as a java.math.BigDecimal[], with one element for each cell referenced by the RowSelector.
getBigDecimal(). Method in class com.ibm.db.selector.CellSelector
Return the current selection from the source TableModel as a java.math.BigDecimal.
getBigDecimal(). Method in class com.ibm.db.selector.ColumnSelector
Return the current selection from the source TableModel as a java.math.BigDecimal[], with one element for each cell referenced by the ColumnSelector.
getBigDecimal(Object). Method in class com.ibm.db.selector.Selector
Return the supplied object as a BigDecimal.
getBigInteger(). Method in class com.ibm.db.selector.CellRangeSelector
Return the current selection from the source TableModel as a java.math.BigInteger[][].
getBigInteger(). Method in class com.ibm.db.selector.RowSelector
Return the current selection from the source TableModel as a java.math.BigInteger[], with one element for each cell referenced by the RowSelector.
getBigInteger(). Method in class com.ibm.db.selector.CellSelector
Return the current selection from the source TableModel as a java.math.BigInteger.
getBigInteger(). Method in class com.ibm.db.selector.ColumnSelector
Return the current selection from the source TableModel as a java.math.BigInteger[], with one element for each cell referenced by the ColumnSelector.
getBigInteger(Object). Method in class com.ibm.db.selector.Selector
Return the supplied object as a BigInteger.
getBoolean(). Method in class com.ibm.db.selector.CellRangeSelector
Return the current selection from the source TableModel as a boolean[][].
getBoolean(). Method in class com.ibm.db.selector.RowSelector
Return the current selection from the source TableModel as a boolean[], with one element for each cell referenced by the RowSelector.
getBoolean(). Method in class com.ibm.db.selector.CellSelector
Return the current selection from the source TableModel as a boolean.
getBoolean(). Method in class com.ibm.db.selector.ColumnSelector
Return the current selection from the source TableModel as a boolean[], with one element for each cell referenced by the ColumnSelector.
getBoolean(Object). Method in class com.ibm.db.selector.Selector
Return the supplied object as a boolean.
getByte(). Method in class com.ibm.db.selector.CellRangeSelector
Return the current selection from the source TableModel as a byte[][].
getByte(). Method in class com.ibm.db.selector.RowSelector
Return the current selection from the source TableModel as a byte[], with one element for each cell referenced by the RowSelector.
getByte(). Method in class com.ibm.db.selector.CellSelector
Return the current selection from the source TableModel as a byte.
getByte(). Method in class com.ibm.db.selector.ColumnSelector
Return the current selection from the source TableModel as a byte[], with one element for each cell referenced by the ColumnSelector.
getByte(Object). Method in class com.ibm.db.selector.Selector
Return the supplied object as a byte.
getByteArray(). Method in class com.ibm.db.selector.CellRangeSelector
Return the current selection from the source TableModel as a byte[][][].
getByteArray(). Method in class com.ibm.db.selector.RowSelector
Return the current selection from the source TableModel as a byte[][], with one element for each cell referenced by the RowSelector.
getByteArray(). Method in class com.ibm.db.selector.CellSelector
Return the current selection from the source TableModel as a byte[].
getByteArray(). Method in class com.ibm.db.selector.ColumnSelector
Return the current selection from the source TableModel as a byte[][], with one element for each cell referenced by the ColumnSelector.
getByteArray(Object). Method in class com.ibm.db.selector.Selector
Return the supplied object as a byte[].
getCacheResultAt(int). Method in class com.ibm.db.CallableStatement
Returns the SelectResult at the specified index.
getCacheValueAt(int, int). Method in class com.ibm.db.SelectResult
Returns the value at the specified row and column index in the cache.
getCallableStatement(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Returns the underlying com.ibm.db.CallableStatement.
getColumnClass(int). Method in class com.ibm.db.selector.CellRangeSelector
Return the class of the column addressed by this selector at the supplied columnIndex.
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.ivj.db.uibeans.ProcedureCall
Returns the java class that is used for the values of the column in the current result set.
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.ivj.db.uibeans.ProcedureCall
Returns the java class that is used for the values of the column in the current result set.
getColumnClass(String). Method in class com.ibm.db.StatementMetaData
Returns the java class that is used for the values of the column.
getColumnCount(). Method in class com.ibm.db.selector.CellRangeSelector
Return the number of columns addressed by the CellRangeSelector.
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.ivj.db.uibeans.ProcedureCall
Returns the number of columns in the current 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.
getColumnCount(). Method in class com.ibm.db.SelectResult
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.ivj.db.uibeans.ProcedureCall
Returns the index of the column in the current result set based on its name.
getColumnIndex(String). Method in class com.ibm.db.StatementMetaData
Returns the index of the column based on its name.
getColumnLength(int). Method in class com.ibm.db.StatementMetaData
Returns the length of the indexed column.
getColumnLength(String). Method in class com.ibm.db.StatementMetaData
Returns the length of the named column.
getColumnName(). Method in class com.ibm.db.selector.SingleColumnSelector
Return the name of the column currently selected from the source TableModel.
getColumnName(int). Method in class com.ibm.db.selector.CellRangeSelector
Return the name of the column addressed by this selector.
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.ivj.db.uibeans.ProcedureCall
Returns the name of the specified column in the current result set.
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(int). Method in class com.ibm.db.SelectResult
Returns the name of the column at the specified index.
getColumnNames(). Method in class com.ibm.db.selector.CellRangeSelector
Return a String[] containing the names of the columns currently referenced by this selector.
getColumnNames(). Method in class com.ibm.db.selector.RowSelector
Return a String[] containing the names of the columns currently referenced by this selector.
getColumnNames(). Method in class com.ibm.db.selector.SingleColumnSelector
Return a String[] containing the name of the column currently referenced by this selector.
getColumnNames(). Method in class com.ibm.db.StatementMetaData
Returns an enumeration of the column names.
getColumnNumber(). Method in class com.ibm.db.selector.SingleColumnSelector
Return the index number of the column currently selected from the source TableModel.
getColumns(). Method in class com.ibm.db.selector.Selector
Return the number of columns of data that the selector is able to operate on.
getColumnScale(int). Method in class com.ibm.db.StatementMetaData
Returns the scale of the indexed column.
getColumnScale(String). Method in class com.ibm.db.StatementMetaData
Returns the scale of the indexed column.
getColumnSQLType(int). Method in class com.ibm.db.StatementMetaData
Returns the SQLType of the column in the database.
getColumnSQLType(String). Method in class com.ibm.db.StatementMetaData
Returns the SQLType of the named column.
getColumnValue(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.ivj.db.uibeans.ProcedureCall
Returns the value of the column at the specified index in the current row of the current result set.
getColumnValue(int). Method in class com.ibm.db.StatementResult
Returns the value of the column at the specified index.
getColumnValue(int). Method in class com.ibm.db.SelectResult
Returns the value of the column at the specified index in the current row.
getColumnValue(String). Method in class com.ibm.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.ivj.db.uibeans.ProcedureCall
Returns the value of the column with the specified name in the current row of the current result set.
getColumnValue(String). Method in class com.ibm.db.StatementResult
Returns the value of the column with the specified name.
getColumnValue(String). Method in class com.ibm.db.SelectResult
Returns the value of the column with the specified name in the current row.
getColumnValueToString(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.ivj.db.uibeans.ProcedureCall
Returns the value of the column at the specified index in the current row of the current result set 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(int). Method in class com.ibm.db.SelectResult
Returns the value of the column at the specified index in the current row as a String.
getColumnValueToString(String). Method in class com.ibm.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.ivj.db.uibeans.ProcedureCall
Returns the value of the column with the specified name in the current row of the current result set as a String.
getColumnValueToString(String). Method in class com.ibm.db.StatementResult
Returns the value of the column with the specified name as a String.
getColumnValueToString(String). Method in class com.ibm.db.SelectResult
Returns the value of the column with the specified name in the current row as a String.
getConnection(). Method in class com.ibm.db.Statement
Returns the DatabaseConnection associated with this Statement.
getConnectionAlias(). Method in class com.ibm.db.DatabaseConnection
Returns the alias name that is associated with this DatabaseConnection.
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, Modify, or ProcedureCall bean.
getConnectionPoolType(). Method in class com.ibm.db.DatabaseConnection
Returns the connection pool type.
getCurrentResult(). Method in class com.ibm.db.CallableStatement
Returns the index of the current result set.
getCurrentResult(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Returns the index of the current result set.
getCurrentResultInCache(). Method in class com.ibm.db.CallableStatement
Returns the index in the cache of the current result set.
getCurrentResultInCache(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Returns the index in the cache of the current result set.
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.ivj.db.uibeans.ProcedureCall
Returns the index of the current row in the current result set.
getCurrentRow(). Method in class com.ibm.db.SelectResult
Returns the index in the result set of the current row.
getCurrentRowInCache(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the index in the cache of the current row in the result set.
getCurrentRowInCache(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Returns the index in the cache of the current row in the current 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.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.
getDate(). Method in class com.ibm.db.selector.CellRangeSelector
Return the current selection from the source TableModel as a java.sql.Date[][].
getDate(). Method in class com.ibm.db.selector.RowSelector
Return the current selection from the source TableModel as a java.sql.Date[], with one element for each cell referenced by the RowSelector.
getDate(). Method in class com.ibm.db.selector.CellSelector
Return the current selection from the source TableModel as a java.sql.Date.
getDate(). Method in class com.ibm.db.selector.ColumnSelector
Return the current selection from the source TableModel as a java.sql.Date[], with one element for each cell referenced by the ColumnSelector.
getDate(Object). Method in class com.ibm.db.selector.Selector
Return the supplied object as a java.sql.Date.
getDouble(). Method in class com.ibm.db.selector.CellRangeSelector
Return the current selection from the source TableModel as a double[][].
getDouble(). Method in class com.ibm.db.selector.RowSelector
Return the current selection from the source TableModel as a double[], with one element for each cell referenced by the RowSelector.
getDouble(). Method in class com.ibm.db.selector.CellSelector
Return the current selection from the source TableModel as a double.
getDouble(). Method in class com.ibm.db.selector.ColumnSelector
Return the current selection from the source TableModel as a double[], with one element for each cell referenced by the ColumnSelector.
getDouble(Object). Method in class com.ibm.db.selector.Selector
Return the supplied object as a double.
getDriverName(). Method in class com.ibm.db.DatabaseConnection
Returns the JDBC driver used when establishing a connection to the database.
getElementAt(int). Method in class com.ibm.db.selector.RowSelector
Return the value at the supplied column index.
getElementAt(int). Method in class com.ibm.db.selector.ColumnSelector
Return the value at the supplied row index.
getErrorCode(). Method in class com.ibm.db.DataException
Returns the error code associated with the exception.
getErrorCode(). Method in class com.ibm.db.selector.SelectorException
Return the error code associated with this exception.
getException(). Method in class com.ibm.ivj.db.uibeans.ExceptionEvent
Returns the exception that was raised.
getFloat(). Method in class com.ibm.db.selector.CellRangeSelector
Return the current selection from the source TableModel as a float[][].
getFloat(). Method in class com.ibm.db.selector.RowSelector
Return the current selection from the source TableModel as a float[], with one element for each cell referenced by the RowSelector.
getFloat(). Method in class com.ibm.db.selector.CellSelector
Return the current selection from the source TableModel as a float.
getFloat(). Method in class com.ibm.db.selector.ColumnSelector
Return the current selection from the source TableModel as a float[], with one element for each cell referenced by the ColumnSelector.
getFloat(Object). Method in class com.ibm.db.selector.Selector
Return the supplied object as a float.
getIncludeColumnName(). Method in class com.ibm.db.selector.ColumnSelector
Return whether the column name is to be included as the first element of column data obtained as String values.
getIncludeColumnNames(). Method in class com.ibm.db.selector.CellRangeSelector
Return whether the column names are to be included as the first elements of column data obtained as String values.
getIndexFromOne(). Method in class com.ibm.db.selector.Selector
Return whether row and column numbers are indexed from one.
getInstanceBeanInfo(). Method in class com.ibm.ivj.db.uibeans.Modify
Returns the BeanInfo that contains information about the instance properties of this Modify.
getInstanceBeanInfo(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the BeanInfo that contains information about the instance properties of this Select.
getInstanceBeanInfo(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Returns the BeanInfo that contains information about the instance properties of this ProcedureCall.
getInt(). Method in class com.ibm.db.selector.CellRangeSelector
Return the current selection from the source TableModel as an int[][].
getInt(). Method in class com.ibm.db.selector.RowSelector
Return the current selection from the source TableModel as a int[], with one element for each cell referenced by the RowSelector.
getInt(). Method in class com.ibm.db.selector.CellSelector
Return the current selection from the source TableModel as a int.
getInt(). Method in class com.ibm.db.selector.ColumnSelector
Return the current selection from the source TableModel as a int[], with one element for each cell referenced by the ColumnSelector.
getInt(Object). Method in class com.ibm.db.selector.Selector
Return the supplied object as an int.
getInvertData(). Method in class com.ibm.db.selector.CellRangeSelector
Return whether the data values are to be inverted row against column during retrieval from, or update to, the source TableModel.
getJDBCMetaData(). Method in class com.ibm.db.DatabaseConnection
Returns the java.sql.DatabaseMetaData associated with this DatabaseConnection.
getJDBCMetaData(). Method in class com.ibm.db.StatementResult
Returns the java.sql.ResultSetMetaData associated with this StatementResult.
getLong(). Method in class com.ibm.db.selector.CellRangeSelector
Return the current selection from the source TableModel as a long[][].
getLong(). Method in class com.ibm.db.selector.RowSelector
Return the current selection from the source TableModel as a long[], with one element for each cell referenced by the RowSelector.
getLong(). Method in class com.ibm.db.selector.CellSelector
Return the current selection from the source TableModel as a long.
getLong(). Method in class com.ibm.db.selector.ColumnSelector
Return the current selection from the source TableModel as a long[], with one element for each cell referenced by the ColumnSelector.
getLong(Object). Method in class com.ibm.db.selector.Selector
Return the supplied object as a long.
getMaximumColumns(). Method in class com.ibm.db.selector.CellRangeSelector
Return the maximum number of columns to be selected, or Selector.NO_MAXIMUM if the selection should extend to the last available column.
getMaximumColumns(). Method in class com.ibm.db.selector.RowSelector
Return the maximum number of columns to be selected, or Selector.NO_MAXIMUM if the selection should extend to the last available column.
getMaximumPacketsInCache(). Method in class com.ibm.db.SelectStatement
Returns the maximum number of packets the cache can contain at one time.
getMaximumPacketsInCache(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the maximum number of packets the cache can contain at one time.
getMaximumResultsInCache(). Method in class com.ibm.db.CallableStatement
Returns the maximum number of result sets the cache can contain at one time.
getMaximumResultsInCache(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Returns the maximum number of result sets the cache can contain at one time.
getMaximumRows(). Method in class com.ibm.db.selector.CellRangeSelector
Return the maximum number of rows to be selected, or Selector.NO_MAXIMUM if the selection should extend to the last available row.
getMaximumRows(). Method in class com.ibm.db.selector.ColumnSelector
Returns the maximum number of rows that will be selected, or Selector.NO_MAXIMUM if the selection should extend to the last available row.
getMaximumRows(). Method in class com.ibm.db.SelectStatement
Returns the maximum size of the result set.
getMaximumRows(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the maximum size of the result set.
getMetaData(). Method in class com.ibm.db.Statement
Returns the StatementMetaData associated with the Statement.
getMetaData(). Method in class com.ibm.db.CallableStatement
Returns the StatementMetaData associated with the Statement.
getModel(). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Returns the data model represented by a Select or ProcedureCall bean for this DBNavigator.
getModel(). Method in class com.ibm.db.selector.Selector
Return the TableModel that is the current data source and target for this Selector, or null is no data source has been established.
getName(). Method in class com.ibm.db.StatementMetaData
Returns the name associated with this StatementMetaData.
getNextMetaData(). Method in class com.ibm.db.StatementMetaData
Returns the next chained StatementMetaData, or null if this is the final StatementMetaData.
getNotificationType(). Method in class com.ibm.db.selector.Selector
Return the property for which a propertyChange event will be issued whenever the selector data source or selection criteria are changed.
getNumAffectedRows(). Method in class com.ibm.db.SQLStatement
Returns the number of rows that were affected by executing the SQL statement.
getNumAffectedRows(). Method in class com.ibm.ivj.db.uibeans.Modify
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.ivj.db.uibeans.ProcedureCall
Returns the number of packets currently in the cache for the current result set.
getNumPacketsInCache(). Method in class com.ibm.db.SelectResult
Returns the number of packets currently in the cache.
getNumResults(). Method in class com.ibm.db.CallableStatement
Returns the number of result sets fetched so far.
getNumResults(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Returns the number of result sets fetched so far.
getNumResultsInCache(). Method in class com.ibm.db.CallableStatement
Returns the number of result sets currently in the cache.
getNumResultsInCache(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Returns the number of result sets 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.ivj.db.uibeans.ProcedureCall
Returns the number of rows in the current 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.ivj.db.uibeans.ProcedureCall
Returns the number of rows currently in the cache for the current result set.
getNumRowsInCache(). Method in class com.ibm.db.SelectResult
Returns the number of rows currently in the cache.
getObject(). Method in class com.ibm.db.selector.CellRangeSelector
Return the current selection from the source TableModel as an Object[][][].
getObject(). Method in class com.ibm.db.selector.RowSelector
Return the current selection from the source TableModel as an Object[].
getObject(). Method in class com.ibm.db.selector.CellSelector
Return the current selection from the source TableModel as an Object.
getObject(). Method in class com.ibm.db.selector.ColumnSelector
Return the current selection from the source TableModel as an Object[].
getPacketSize(). Method in class com.ibm.db.SelectStatement
Returns the number of rows that are in one packet.
getPacketSize(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the number of rows that are in one packet.
getParameter(int). Method in class com.ibm.db.Statement
Returns the value of the parameter at the specified index.
getParameter(int). Method in class com.ibm.db.CallableStatement
Returns the value of the parameter at the specified index.
getParameter(int). Method in class com.ibm.ivj.db.uibeans.Statement
Returns the value of the parameter at the specified index.
getParameter(int). Method in class com.ibm.ivj.db.uibeans.Modify
Returns the value of the parameter at the specified index.
getParameter(int). Method in class com.ibm.ivj.db.uibeans.Select
Returns the value of the parameter at the specified index.
getParameter(String). Method in class com.ibm.db.Statement
Returns the value of the parameter with the specified name.
getParameter(String). Method in class com.ibm.ivj.db.uibeans.Statement
Returns the value of the parameter with the specified name.
getParameter(String). Method in class com.ibm.ivj.db.uibeans.Modify
Returns the value of the parameter with the specified name.
getParameter(String). Method in class com.ibm.ivj.db.uibeans.Select
Returns the value of the parameter with the specified name.
getParameterClass(int). Method in class com.ibm.db.StatementMetaData
Returns the java class that is used for the value of the parameter.
getParameterClass(String). Method in class com.ibm.db.StatementMetaData
Returns the java class that is used for the value of the parameter.
getParameterCount(). Method in class com.ibm.db.StatementMetaData
Returns the number of parameters that have been defined for this SQL statement.
getParameterIndex(String). Method in class com.ibm.db.StatementMetaData
Returns the index of the parameter based on its name.
getParameterLength(int). Method in class com.ibm.db.StatementMetaData
Returns the length of the specified parameter.
getParameterLength(String). Method in class com.ibm.db.StatementMetaData
Returns the length of the specified parameter.
getParameterMode(int). Method in class com.ibm.db.StatementMetaData
Returns the mode of the specified parameter.
getParameterMode(String). Method in class com.ibm.db.StatementMetaData
Returns the mode of the specified parameter.
getParameterName(int). Method in class com.ibm.db.StatementMetaData
Returns the name of the specified parameter.
getParameterScale(int). Method in class com.ibm.db.StatementMetaData
Returns the scale of the specified parameter.
getParameterScale(String). Method in class com.ibm.db.StatementMetaData
Returns the scale of the specified parameter.
getParameterSQLType(int). Method in class com.ibm.db.StatementMetaData
Returns the SQLType of the specified parameter.
getParameterSQLType(String). Method in class com.ibm.db.StatementMetaData
Returns the SQLType of the specified parameter.
getParameterToString(int). Method in class com.ibm.db.Statement
Returns the value of the parameter at the specified index as a String.
getParameterToString(int). Method in class com.ibm.ivj.db.uibeans.Statement
Returns the value of the parameter at the specified index as a String.
getParameterToString(int). Method in class com.ibm.ivj.db.uibeans.Modify
Returns the value of the parameter at the specified index as a String.
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(String). Method in class com.ibm.db.Statement
Returns the value of the parameter with the specified name as a String.
getParameterToString(String). Method in class com.ibm.ivj.db.uibeans.Statement
Returns the value of the parameter with the specified name as a String.
getParameterToString(String). Method in class com.ibm.ivj.db.uibeans.Modify
Returns the value of the parameter with the specified name 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.
getProcedure(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Returns a new Query object that contains references to the connection alias and the SQL specification for this ProcedureCall.
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.
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.db.SelectStatement
Returns the SelectResult that is associated with this SelectStatement.
getResult(). Method in class com.ibm.db.CallableStatement
Returns the current SelectResult for this CallableStatement (if the stored procedure returned any result sets).
getResult(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the underlying com.ibm.db.SelectResult.
getResult(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Returns the current underlying com.ibm.db.SelectResult for the current result set.
getRootMetaData(). Method in class com.ibm.db.CallableStatement
Returns the root StatementMetaData associated with the Statement.
getRowCount(). Method in class com.ibm.db.selector.CellRangeSelector
Return the number of rows addressed by the CellRangeSelector.
getRowCount(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the number of rows currently in the cache.
getRowCount(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Returns the number of rows currently in the cache for the current result set.
getRowNumber(). Method in class com.ibm.db.selector.RowSelector
Return the index number of the row currently selected from the source TableModel.
getRowNumber(). Method in class com.ibm.db.selector.CellSelector
Return the index number of the row for the currently selected cell, adjusted according to the current value of getIndexFromOne().
getRows(). Method in class com.ibm.db.selector.Selector
Return the number of rows of data that the selector is able to operate on.
getSelectedItem(). Method in class com.ibm.db.selector.RowSelector
Return the selected item.
getSelectedItem(). Method in class com.ibm.db.selector.ColumnSelector
Return the selected item.
getSelector(). Method in class com.ibm.db.selector.SelectorEvent
Return a reference to the Selector that generated this event.
getSelectStatement(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the underlying com.ibm.db.SelectStatement.
getShort(). Method in class com.ibm.db.selector.CellRangeSelector
Return the current selection from the source TableModel as a short[][].
getShort(). Method in class com.ibm.db.selector.RowSelector
Return the current selection from the source TableModel as a short[], with one element for each cell referenced by the RowSelector.
getShort(). Method in class com.ibm.db.selector.CellSelector
Return the current selection from the source TableModel as a short.
getShort(). Method in class com.ibm.db.selector.ColumnSelector
Return the current selection from the source TableModel as a short[], with one element for each cell referenced by the ColumnSelector.
getShort(Object). Method in class com.ibm.db.selector.Selector
Return the supplied object as a short.
getSize(). Method in class com.ibm.db.selector.RowSelector
Return the number of columns addressed by the RowSelector.
getSize(). Method in class com.ibm.db.selector.ColumnSelector
Return the number of rows addressed by the ColumnSelector.
getSQL(). Method in class com.ibm.db.StatementMetaData
Returns the SQL statement for this StatementMetadata.
getSQLException(). Method in class com.ibm.db.DataException
Returns the SQLException that is associated with the DataException.
getSQLSpec(). Method in class com.ibm.ivj.db.uibeans.Query
Returns the associated com.ibm.db.StatementMetaData that represents an SQL specification for a Select, Modify, or ProcedureCall bean.
getSQLStatement(). Method in class com.ibm.ivj.db.uibeans.Modify
Returns the underlying com.ibm.db.SQLStatement.
getStartColumnNumber(). Method in class com.ibm.db.selector.CellRangeSelector
Return the index number of the first column for the currently selected cells, adjusted according to the current value of getIndexFromOne().
getStartColumnNumber(). Method in class com.ibm.db.selector.RowSelector
Return the index number of the first column for the currently selected cells, adjusted according to the current value of getIndexFromOne().
getStartRowNumber(). Method in class com.ibm.db.selector.CellRangeSelector
Return the index number of the first row for the currently selected cells, adjusted according to the current value of getIndexFromOne().
getStartRowNumber(). Method in class com.ibm.db.selector.ColumnSelector
Return the index number of the first row for the currently selected cells, adjusted according to the current value of getIndexFromOne().
getStatementMetaData(). Method in class com.ibm.ivj.db.uibeans.Statement
Returns the underlying com.ibm.db.StatementMetaData.
getStatementMetaData(). Method in class com.ibm.ivj.db.uibeans.Modify
Returns the underlying com.ibm.db.StatementMetaData.
getStatementMetaData(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the underlying com.ibm.db.StatementMetaData.
getString(). Method in class com.ibm.db.selector.CellRangeSelector
Return the current selection from the source TableModel as a String[][][].
getString(). Method in class com.ibm.db.selector.RowSelector
Return the current selection from the source TableModel as a String[], with one element for each cell referenced by the RowSelector.
getString(). Method in class com.ibm.db.selector.CellSelector
Return the current selection from the source TableModel as a String.
getString(). Method in class com.ibm.db.selector.ColumnSelector
Return the current selection from the source TableModel as a String[], with one element for each cell referenced by the ColumnSelector.
getString(Object). Method in class com.ibm.db.selector.Selector
Return the supplied object as a String.
getTables(). Method in class com.ibm.db.StatementMetaData
Returns an enumeration of tables for this SQL statement.
getTime(). Method in class com.ibm.db.selector.CellRangeSelector
Return the current selection from the source TableModel as a java.sql.Time[][].
getTime(). Method in class com.ibm.db.selector.RowSelector
Return the current selection from the source TableModel as a java.sql.Time[], with one element for each cell referenced by the RowSelector.
getTime(). Method in class com.ibm.db.selector.CellSelector
Return the current selection from the source TableModel as a java.sql.Time.
getTime(). Method in class com.ibm.db.selector.ColumnSelector
Return the current selection from the source TableModel as a java.sql.Time[], with one element for each cell referenced by the ColumnSelector.
getTime(Object). Method in class com.ibm.db.selector.Selector
Return the supplied object as a java.sql.Time.
getTimeout(). Method in class com.ibm.db.Statement
Returns the number of seconds the JDBC driver will wait for this statement to execute.
getTimeout(). Method in class com.ibm.ivj.db.uibeans.Statement
Returns the number of seconds the JDBC driver will wait for this statement to execute.
getTimeout(). Method in class com.ibm.ivj.db.uibeans.Modify
Returns the number of seconds the JDBC driver will wait for this statement to execute.
getTimeout(). Method in class com.ibm.ivj.db.uibeans.Select
Returns the number of seconds the JDBC driver will wait for this statement to execute.
getTimestamp(). Method in class com.ibm.db.selector.CellRangeSelector
Return the current selection from the source TableModel as a java.sql.Timestamp[][].
getTimestamp(). Method in class com.ibm.db.selector.RowSelector
Return the current selection from the source TableModel as a java.sql.Timestamp[], with one element for each cell referenced by the RowSelector.
getTimestamp(). Method in class com.ibm.db.selector.CellSelector
Return the current selection from the source TableModel as a java.sql.Timestamp.
getTimestamp(). Method in class com.ibm.db.selector.ColumnSelector
Return the current selection from the source TableModel as a java.sql.Timestamp[], with one element for each cell referenced by the ColumnSelector.
getTimestamp(Object). Method in class com.ibm.db.selector.Selector
Return the supplied object as a java.sql.Timestamp.
getTriggeringAction(). Method in class com.ibm.db.DataEvent
Returns the triggering action of the event.
getUserID(). Method in class com.ibm.db.DatabaseConnection
Returns the userid used when establishing a connection to the database.
getValueAt(int, int). Method in class com.ibm.db.selector.CellRangeSelector
Return the value at the supplied cell location.
getValueAt(int, int). Method in class com.ibm.ivj.db.uibeans.Select
Returns the value of the specified cell in the cache.
getValueAt(int, int). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Returns the value of the specified cell in the cache for the current result set.
getVector(). Method in class com.ibm.db.selector.RowSelector
Return the current selection from the source TableModel as a Vector.
getVector(). Method in class com.ibm.db.selector.ColumnSelector
Return the current selection from the source TableModel as a Vector.
getVectorArray(). Method in class com.ibm.db.selector.CellRangeSelector
Return the current selection from the source TableModel as a Vector[].
getVectorContentType(). Method in class com.ibm.db.selector.Selector
Return the data type for data values that will be used to populate vectors when vector properties are queried.
getVectorOfVectors(). Method in class com.ibm.db.selector.CellRangeSelector
Return the current selection from the source TableModel as a Vector of Vectors.


I
illegalAccess. Field of class com.ibm.db.DataException
inconsistentColumnCount. Field of class com.ibm.db.DataException
inconsistentColumns. Field of class com.ibm.db.DataException
inconsistentColumnType. Field of class com.ibm.db.DataException
indexTooLarge. Field of class com.ibm.db.DataException
instantiationException. Field of class com.ibm.db.DataException
INT. Field of class com.ibm.db.selector.Selector
internalError. Field of class com.ibm.db.DataException
invalidConnPoolType. Field of class com.ibm.db.DataException
isCellEditable(). Method in class com.ibm.db.selector.CellSelector
Return true if the cell identified by the CellSelector may be updated.
isCellEditable(int). Method in class com.ibm.db.selector.RowSelector
Return true if the cell at the supplied column index of the row identified by the RowSelector may be updated.
isCellEditable(int). Method in class com.ibm.db.selector.ColumnSelector
Return true if the cell at the supplied row index of the column identified by the ColumnSelector may be updated.
isCellEditable(int, int). Method in class com.ibm.db.selector.CellRangeSelector
Return whether the value at the supplied cell location is editable.
isCellEditable(int, int). Method in class com.ibm.ivj.db.uibeans.Select
Returns true if isReadOnly returns false.
isConnected(). Method in class com.ibm.db.DatabaseConnection
Returns true if the DatabaseConnection is associated with an active JDBC connection.
isConnected(). Method in class com.ibm.ivj.db.uibeans.Statement
Returns true if the connection to the database is open.
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.ivj.db.uibeans.ProcedureCall
Returns true if there is a current result set, the currentRow is its last row, 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.db.Statement
Returns true if execute has been invoked for the Statement.
isExecuted(). Method in class com.ibm.ivj.db.uibeans.Modify
Returns true if execute has been invoked.
isExecuted(). Method in class com.ibm.ivj.db.uibeans.Select
Returns true if execute has been invoked.
isExternallyManaged(). Method in class com.ibm.db.DatabaseConnection
Returns true if the associated JDBC connection is considered to be externally managed.
isFillCacheOnExecute(). Method in class com.ibm.db.SelectStatement
Returns true if as many rows as allowed are fetched into the cache when execute is invoked.
isFillCacheOnExecute(). Method in class com.ibm.ivj.db.uibeans.Select
Returns true if as many rows as allowed are fetched into the cache when execute is invoked.
isFillResultCacheOnExecute(). Method in class com.ibm.db.CallableStatement
Returns true if as many result sets as allowed are fetched into the cache when execute is invoked.
isFillResultCacheOnExecute(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Returns true if as many result sets as allowed are fetched into the cache when execute is invoked.
isForceSearchedUpdate(). Method in class com.ibm.db.SelectStatement
Returns true if searched update/delete will always be done when updateRow()/deleteRow() is invoked.
isForceSearchedUpdate(). Method in class com.ibm.ivj.db.uibeans.Select
Returns true if searched update/delete will always be done when updateRow()/deleteRow() is invoked.
isLastResult(). Method in class com.ibm.db.CallableStatement
Returns true if the currentResult is the last one fetched and either there are known to be no more result sets or the statement has been closed.
isLastResult(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Returns true if the currentResult is the last result processed and either there are known to be no more results or the statement has been closed.
isLockRows(). Method in class com.ibm.db.SelectStatement
Returns true if a database lock is automatically held on a row while it is the current row in the associated Select Result.
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.
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.ivj.db.uibeans.ProcedureCall
Returns true if the number of rows in the current 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.db.SelectStatement
Returns true if the statement is open in the database and can be accessed, otherwise returns false.
isOpen(). Method in class com.ibm.ivj.db.uibeans.Select
Returns true if the statement 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.db.Statement
Returns true if updates are disallowed even when the database would permit them.
isReadOnly(). Method in class com.ibm.ivj.db.uibeans.Select
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.
isToolTipsEnabled(). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Returns true if this DBNavigator has tool tips enabled.


L
lastResult(). Method in class com.ibm.db.CallableStatement
Applies any changes in the current row of the current result set to the database, and then positions to the last result set.
lastResult(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Applies any changes in the current row of the current result set to the database, and then positions to the last result set.
lastRow(). Method in class com.ibm.ivj.db.uibeans.Select
Applies any changes in the current row to the database, and then positions to the last row in the result set.
lastRow(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Applies any changes in the current row of the current result set to the database, and then positions to the last row in the current result set.
lastRow(). Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then positions to the last row in the result set.
lockNotSupported. Field of class com.ibm.db.DataException
lockRow(). Method in class com.ibm.ivj.db.uibeans.Select
Locks the current row in the database.
lockRow(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Locks the current row of the current result set in the database.
lockRow(). Method in class com.ibm.db.SelectResult
Locks the current row in the database.
LONG. Field of class com.ibm.db.selector.Selector


M
MAXIMUM_COLUMNS. Field of class com.ibm.db.selector.SelectorException
MAXIMUM_ROWS. Field of class com.ibm.db.selector.SelectorException
maxSize. Field of class com.ibm.db.DataException
Modify(). Constructor in class com.ibm.ivj.db.uibeans.Modify
Constructs a new Modify and initializes properties to the default values.
multipleTables. Field of class com.ibm.db.DataException


N
NATIVE. Field of class com.ibm.db.selector.Selector
newRow(boolean). Method in class com.ibm.ivj.db.uibeans.Select
Applies any changes in the current row to the database, inserts a new empty row into the result set, and positions to the new row.
newRow(boolean). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Applies any changes in the current row of the current result set to the database, inserts a new empty row into the result set, and positions to the new row.
newRow(boolean). Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, inserts a new empty row into the result set, and positions to the new row.
nextPacket(). Method in class com.ibm.ivj.db.uibeans.Select
Fetches the next packet from the database into the result set.
nextPacket(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Fetches the next packet from the database into the current result set.
nextPacket(). Method in class com.ibm.db.SelectResult
Fetches the next packet from the database into the result set.
nextResult(). Method in class com.ibm.db.CallableStatement
Applies any changes in the current row of the current result set to the database, and then positions to the next result set.
nextResult(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Applies any changes in the current row of the current result set to the database, and then positions to the next result set.
nextRow(). Method in class com.ibm.ivj.db.uibeans.Select
Applies any changes in the current row to the database, and then positions to the next row in the result set.
nextRow(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Applies any changes in the current row of the current result set to the database, and then positions to the next row in the result set.
nextRow(). Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then positions to the next row in the result set.
NO_MAXIMUM. Field of class com.ibm.db.selector.Selector
NO_MODEL. Field of class com.ibm.db.selector.SelectorException
noActiveConnection. Field of class com.ibm.db.DataException
noConnection. Field of class com.ibm.db.DataException
noConnectionSpec. Field of class com.ibm.db.DataException
noGui. Field of class com.ibm.db.DataException
noLogonSpec. Field of class com.ibm.db.DataException
noMetaData. Field of class com.ibm.db.DataException
NONE. Field of class com.ibm.db.selector.Selector
noResults. Field of class com.ibm.db.DataException
noResultSets. Field of class com.ibm.db.DataException
noSelect. Field of class com.ibm.ivj.db.uibeans.DBNavigator
noSQL. Field of class com.ibm.db.DataException
noStatement. Field of class com.ibm.db.DataException
noStatementMetaData. Field of class com.ibm.db.DataException
noSuchColumn. Field of class com.ibm.db.DataException
noSuchParm. Field of class com.ibm.db.DataException
noSuchTable. Field of class com.ibm.db.DataException
notCall. Field of class com.ibm.db.DataException
notExecuted. Field of class com.ibm.db.DataException
notExecuting. Field of class com.ibm.db.DataException
notOpen. Field of class com.ibm.db.DataException
noTransactions. Field of class com.ibm.db.DataException
notRegistered. Field of class com.ibm.db.DataException
notSelect. Field of class com.ibm.db.DataException
noValuesSet. Field of class com.ibm.db.DataException
NULL. Field of class com.ibm.db.selector.Selector


O
OBJECT. Field of class com.ibm.db.selector.Selector


P
PARM_MODE_INOUT. Field of class com.ibm.db.StatementMetaData
PARM_MODE_INPUT. Field of class com.ibm.db.StatementMetaData
PARM_MODE_OUTPUT. Field of class com.ibm.db.StatementMetaData
POOL_TYPE_NONE. Field of class com.ibm.db.DatabaseConnection
POOL_TYPE_WEBSPHERE. Field of class com.ibm.db.DatabaseConnection
previousResult(). Method in class com.ibm.db.CallableStatement
Applies any changes in the current row of the current result set to the database, and then positions to the previous result set.
previousResult(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Applies any changes in the current row of the current result set to the database, and then positions to the previous result set.
previousRow(). Method in class com.ibm.ivj.db.uibeans.Select
Applies any changes in the current row to the database, and then positions to the previous row in the result set.
previousRow(). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Applies any changes in the current row of the current result set to the database, and then positions to the previous row in the result set.
previousRow(). Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then positions to the previous row in the result set.
ProcedureCall(). Constructor in class com.ibm.ivj.db.uibeans.ProcedureCall
Constructs a new ProcedureCall and initializes properties to the default values.
propertyChange(PropertyChangeEvent). Method in class com.ibm.ivj.db.uibeans.Modify
Method to handle events for the PropertyChangeListener interface.
propertyChange(PropertyChangeEvent). Method in class com.ibm.ivj.db.uibeans.Select
Method to handle events for the PropertyChangeListener interface.
propertyChange(PropertyChangeEvent). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Method to handle events for the PropertyChangeListener interface.


Q
Query(DatabaseConnection, StatementMetaData). Constructor in 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. Field of class com.ibm.db.DataException
refresh(). Method in class com.ibm.db.SelectStatement
Refreshes the result set from the database by re-executing the SQL SELECT statement.
refresh(). Method in class com.ibm.db.CallableStatement
Re-executes the SQL statement, refreshing any result sets it returned.
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.ivj.db.uibeans.ProcedureCall
Refreshes the result set from the database by re-executing the SQL CALL statement.
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.
removeDataAfterListener(DataAfterListener). Method in class com.ibm.ivj.db.uibeans.Statement
Removes a listener to the DataAfter event set.
removeDatabaseConnectionAfterListener(DatabaseConnectionAfterListener). Method in class com.ibm.db.DatabaseConnection
Removes a listener to the DatabaseConnectionAfter event set.
removeDatabaseConnectionBeforeListener(DatabaseConnectionBeforeListener). Method in class com.ibm.db.DatabaseConnection
Removes a listener to the DatabaseConnectionBefore event set.
removeDataBeforeListener(DataBeforeListener). Method in class com.ibm.ivj.db.uibeans.Statement
Removes a listener to the DataBefore event set.
removeExceptionListener(ExceptionListener). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Removes the ExceptionListener.
removeListDataListener(ListDataListener). Method in class com.ibm.db.selector.RowSelector
Remove the supplied ListDataListener from the set of listeners to receive ListDataEvents.
removeListDataListener(ListDataListener). Method in class com.ibm.db.selector.ColumnSelector
Remove the supplied ListDataListener from the set of listeners to receive ListDataEvents.
removeParameter(int). Method in class com.ibm.db.StatementMetaData
Removes the parameter from the list of defined parameters.
removeParameter(String). Method in class com.ibm.db.StatementMetaData
Removes the parameter from the list of defined parameters.
removePropertyChangeListener(PropertyChangeListener). Method in class com.ibm.db.selector.Selector
Remove the supplied listener from the set of listeners to be notified when a property change occurs.
removePropertyChangeListener(PropertyChangeListener). Method in class com.ibm.db.CallableStatement
Removes a listener to the PropertyChange event set.
removePropertyChangeListener(PropertyChangeListener). Method in class com.ibm.db.SQLStatement
Removes a listener to the PropertyChange event set.
removePropertyChangeListener(PropertyChangeListener). Method in class com.ibm.ivj.db.uibeans.Statement
Removes a listener to the PropertyChange event set.
removePropertyChangeListener(PropertyChangeListener). Method in class com.ibm.db.SelectResult
Removes a listener from the PropertyChange event set.
removeSelectorListener(SelectorListener). Method in class com.ibm.db.selector.Selector
Remove the specified selector listener which received selector events from this selector.
removeStatementAfterListener(StatementAfterListener). Method in class com.ibm.db.Statement
Removes a listener to the StatementAfter event set.
removeStatementBeforeListener(StatementBeforeListener). Method in class com.ibm.db.Statement
Removes a listener to the StatementBefore event set.
removeStatementResultAfterListener(StatementResultAfterListener). Method in class com.ibm.db.StatementResult
Removes the StatementResultAfterListener.
removeStatementResultBeforeListener(StatementResultBeforeListener). Method in class com.ibm.db.StatementResult
Removes the StatementResultBeforeListener.
removeStatementResultValueChangeListener(StatementResultValueChangeListener). Method in class com.ibm.db.SelectResult
Removes a listener from the StatementResultValueChange event set.
removeTable(String). Method in class com.ibm.db.StatementMetaData
Removes the table from the list of defined tables.
removeTableModelListener(TableModelListener). Method in class com.ibm.db.selector.CellRangeSelector
Remove the supplied TableModelListener from the set of listeners to receive TableModelEvents.
removeTableModelListener(TableModelListener). Method in class com.ibm.ivj.db.uibeans.Select
Removes a listener to the TableModel event set.
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.ivj.db.uibeans.ProcedureCall
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.
restoreRow(). Method in class com.ibm.db.SelectResult
Restores a row's column values to those last known to be in the database.
resultIndexTooLarge. Field of class com.ibm.db.DataException
rollback(). Method in class com.ibm.db.DatabaseConnection
Rollback changes in the database.
rollback(). Method in class com.ibm.ivj.db.uibeans.Modify
Rollback changes in the database.
rollback(). Method in class com.ibm.ivj.db.uibeans.Select
Rollback changes in the database.
rolledBack(DataEvent). Method in class com.ibm.db.SelectStatement
Invoked when the com.ibm.db.DatabaseConnectionAfter event rolledBack fires.
rolledBack(DataEvent). Method in class com.ibm.ivj.db.uibeans.Statement
Invoked when the underlying com.ibm.db.DatabaseConnectionAfter event rolledBack fires, and fires the corresponding DataAfter event rolledBack.
rolledBack(DataEvent). Method in class com.ibm.ivj.db.uibeans.Select
Invoked when the underlying com.ibm.db.DatabaseConnectionAfter event rolledBack fires, and fires the corresponding DataAfter event rolledBack.
rolledBack(DataEvent). Method in interface com.ibm.ivj.db.uibeans.DataAfterListener
Invoked after rollback is executed.
rolledBack(DataEvent). Method in interface com.ibm.db.DatabaseConnectionAfterListener
Invoked after DatabaseConnection.rollback is executed.
ROW_NUMBER. Field of class com.ibm.db.selector.SelectorException
rowChanged. Field of class com.ibm.db.DataException
rowNotFound. Field of class com.ibm.db.DataException
rowNotInDatabase. Field of class com.ibm.db.DataException
RowSelector(). Constructor in class com.ibm.db.selector.RowSelector
Create a RowSelector.
RowSelector(TableModel). Constructor in class com.ibm.db.selector.RowSelector
Create a RowSelector using the supplied TableModel.


S
Select(). Constructor in class com.ibm.ivj.db.uibeans.Select
Constructs a new Select and initializes properties to the default values.
SelectorEvent(Selector). Constructor in class com.ibm.db.selector.SelectorEvent
Create a new SelectorEvent using specified source Selector.
SelectorException(String, int). Constructor in class com.ibm.db.selector.SelectorException
Create a SelectorException with the supplied error message and error code.
SelectResult(). Constructor in class com.ibm.db.SelectResult
Constructs a new SelectResult.
SelectResult(SelectStatement). Constructor in class com.ibm.db.SelectResult
Constructs a new SelectResult and associates it with the specified SelectStatement.
SelectStatement(). Constructor in class com.ibm.db.SelectStatement
Constructs a new SelectStatement.
SelectStatement(boolean). Constructor in class com.ibm.db.SelectStatement
Constructs a new SelectStatement.
serialize(Serializable). Method in class com.ibm.db.selector.CellSelector
Store the serialized form of the supplied serializable object as the current selection.
serializeToByteArray(Serializable). Method in class com.ibm.db.selector.Selector
Return a byte[] containing the serialized data from the supplied serializable object, or null if serialization fails.
setAction(Query). Method in class com.ibm.ivj.db.uibeans.Modify
Sets the connection alias and the SQL specification for this Modify to the values contained in the specified Query.
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.
setBigDecimal(BigDecimal). Method in class com.ibm.db.selector.CellSelector
Update the current selection using the supplied BigDecimal.
setBigDecimal(BigDecimal[]). Method in class com.ibm.db.selector.RowSelector
Update the current selection using the supplied java.math.BigDecimal[].
setBigDecimal(BigDecimal[]). Method in class com.ibm.db.selector.ColumnSelector
Update the current selection using the supplied java.math.BigDecimal[].
setBigDecimal(BigDecimal[][]). Method in class com.ibm.db.selector.CellRangeSelector
Update the current selection using the supplied java.math.BigDecimal[][].
setBigInteger(BigInteger). Method in class com.ibm.db.selector.CellSelector
Update the current selection using the supplied BigInteger.
setBigInteger(BigInteger[]). Method in class com.ibm.db.selector.RowSelector
Update the current selection using the supplied java.math.BigInteger[].
setBigInteger(BigInteger[]). Method in class com.ibm.db.selector.ColumnSelector
Update the current selection using the supplied java.math.BigInteger[].
setBigInteger(BigInteger[][]). Method in class com.ibm.db.selector.CellRangeSelector
Update the current selection using the supplied java.math.BigInteger[][].
setBoolean(boolean). Method in class com.ibm.db.selector.CellSelector
Update the current selection using the supplied boolean.
setBoolean(boolean[]). Method in class com.ibm.db.selector.RowSelector
Update the current selection using the supplied boolean[].
setBoolean(boolean[]). Method in class com.ibm.db.selector.ColumnSelector
Update the current selection using the supplied boolean[].
setBoolean(boolean[][]). Method in class com.ibm.db.selector.CellRangeSelector
Update the current selection using the supplied boolean[][].
setByte(byte). Method in class com.ibm.db.selector.CellSelector
Update the current selection using the supplied byte.
setByte(byte[]). Method in class com.ibm.db.selector.RowSelector
Update the current selection using the supplied byte[].
setByte(byte[]). Method in class com.ibm.db.selector.ColumnSelector
Update the current selection using the supplied byte[].
setByte(byte[][]). Method in class com.ibm.db.selector.CellRangeSelector
Update the current selection using the supplied byte[][].
setByteArray(byte[]). Method in class com.ibm.db.selector.CellSelector
Update the current selection using the supplied byte[].
setByteArray(byte[][]). Method in class com.ibm.db.selector.RowSelector
Update the current selection using the supplied byte[][].
setByteArray(byte[][]). Method in class com.ibm.db.selector.ColumnSelector
Update the current selection using the supplied byte[][].
setByteArray(byte[][][]). Method in class com.ibm.db.selector.CellRangeSelector
Update the current selection using the supplied byte[][][].
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.
setColumnName(String). Method in class com.ibm.db.selector.SingleColumnSelector
Specify the name of the column selected from the source TableModel.
setColumnNumber(int). Method in class com.ibm.db.selector.SingleColumnSelector
Specify the index number of the column selected from the source TableModel.
setColumnScale(int, int). Method in class com.ibm.db.StatementMetaData
Sets a user-defined scale for the specified column.
setColumnScale(String, int). Method in class com.ibm.db.StatementMetaData
Sets a user-defined scale for the specified column.
setColumnSQLType(int, int). Method in class com.ibm.db.StatementMetaData
Sets the SQLType of the specified column.
setColumnSQLType(String, int). Method in class com.ibm.db.StatementMetaData
Sets the SQLType of the specified column.
setColumnValue(int, 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.ivj.db.uibeans.ProcedureCall
Sets (in the current 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(int, Object). Method in class com.ibm.db.SelectResult
Sets (in the result set) the value of the column at the specified index in the current row.
setColumnValue(String, Object). Method in class com.ibm.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.ivj.db.uibeans.ProcedureCall
Sets (in the current 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(String, Object). Method in class com.ibm.db.SelectResult
Sets (in the result set) the value of the column with the specified name in the current row.
setColumnValueFromString(int, 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.ivj.db.uibeans.ProcedureCall
Sets (in the current 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(int, String). Method in class com.ibm.db.SelectResult
Sets (in the result set) the value of the column at the specified index in the current row.
setColumnValueFromString(String, String). Method in class com.ibm.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.ivj.db.uibeans.ProcedureCall
Sets (in the current 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(String, String). Method in class com.ibm.db.SelectResult
Sets (in the result set) the value of the column with the specified name in the current row.
setConnection(DatabaseConnection). Method in class com.ibm.db.Statement
Associates a DatabaseConnection with the Statement.
setConnection(DatabaseConnection). Method in class com.ibm.db.SelectStatement
Associates a DatabaseConnection with the Statement.
setConnectionAlias(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.
setConnectionPoolType(int). Method in class com.ibm.db.DatabaseConnection
Sets the connection pool type for this DatabaseConnection.
setCurrentResult(int). Method in class com.ibm.db.CallableStatement
Applies any changes in the current row to the database, and then positions to the specified result set.
setCurrentResult(int). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Applies any changes in the current row of the current result set to the database, and then positions to the specified result set.
setCurrentResultInCache(int). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Makes the specified result set in the cache the current result set.
setCurrentRow(int). Method in class com.ibm.ivj.db.uibeans.Select
Applies any changes in the current row to the database, and then positions to the specified row in the result set.
setCurrentRow(int). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Applies any changes in the current row of the current result set to the database, and then positions to the specified row in the result set.
setCurrentRow(int). Method in class com.ibm.db.SelectResult
Applies any changes in the current row to the database, and then positions to the specified row in the result set.
setCurrentRowInCache(int). Method in class com.ibm.ivj.db.uibeans.Select
Makes the specified row in the cache the currentRow in the result set.
setCurrentRowInCache(int). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Makes the specified row in the cache the currentRow in the current result set.
setDatabaseConnection(DatabaseConnection). Method in class com.ibm.ivj.db.uibeans.Statement
Associates a com.ibm.db.DatabaseConnection with this Statement.
setDatabaseConnection(DatabaseConnection). Method in class com.ibm.ivj.db.uibeans.Modify
Associates a DatabaseConnection with this Modify.
setDatabaseConnection(DatabaseConnection). Method in class com.ibm.ivj.db.uibeans.Select
Associates a DatabaseConnection with the Select.
setDataSourceName(String). Method in class com.ibm.db.DatabaseConnection
Sets the URL used when establishing a connection to the database.
setDate(Date). Method in class com.ibm.db.selector.CellSelector
Update the current selection using the supplied java.sql.Date.
setDate(Date[]). Method in class com.ibm.db.selector.RowSelector
Update the current selection using the supplied java.sql.Date[].
setDate(Date[]). Method in class com.ibm.db.selector.ColumnSelector
Update the current selection using the supplied java.sql.Date[].
setDate(Date[][]). Method in class com.ibm.db.selector.CellRangeSelector
Update the current selection using the supplied java.sql.Date[][].
setDistinctTypesEnabled(boolean). Method in class com.ibm.db.SelectStatement
If true, use of user-defined distinct types is enabled for this statement.
setDistinctTypesEnabled(boolean). Method in class com.ibm.ivj.db.uibeans.Select
If true, use of user-defined distinct types is enabled for this statement.
setDouble(double). Method in class com.ibm.db.selector.CellSelector
Update the current selection using the supplied double.
setDouble(double[]). Method in class com.ibm.db.selector.RowSelector
Update the current selection using the supplied double[].
setDouble(double[]). Method in class com.ibm.db.selector.ColumnSelector
Update the current selection using the supplied double[].
setDouble(double[][]). Method in class com.ibm.db.selector.CellRangeSelector
Update the current selection using the supplied double[][].
setDriverName(String). Method in class com.ibm.db.DatabaseConnection
Sets the JDBC driver used when establishing a connection to the database.
setFillCacheOnExecute(boolean). Method in class com.ibm.db.SelectStatement
If true, as many rows as allowed are fetched into the cache when execute is invoked.
setFillCacheOnExecute(boolean). Method in class com.ibm.ivj.db.uibeans.Select
If true, as many rows as allowed are fetched into the cache when execute is invoked.
setFillResultCacheOnExecute(boolean). Method in class com.ibm.db.CallableStatement
If true, as many result sets as allowed are fetched into the cache when execute is invoked.
setFillResultCacheOnExecute(boolean). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
If true, as many result sets as allowed are fetched into the cache when execute is invoked.
setFloat(float). Method in class com.ibm.db.selector.CellSelector
Update the current selection using the supplied float.
setFloat(float[]). Method in class com.ibm.db.selector.RowSelector
Update the current selection using the supplied float[].
setFloat(float[]). Method in class com.ibm.db.selector.ColumnSelector
Update the current selection using the supplied float[].
setFloat(float[][]). Method in class com.ibm.db.selector.CellRangeSelector
Update the current selection using the supplied float[][].
setForceSearchedUpdate(boolean). Method in class com.ibm.db.SelectStatement
If true, a searched update will be done when updateRow() is invoked and a searched delete will be done when deleteRow() is invoked.
setForceSearchedUpdate(boolean). Method in class com.ibm.ivj.db.uibeans.Select
If true, a searched update will be done when updateRow() is invoked and a searched delete will be done when deleteRow() is invoked.
setIncludeColumnName(boolean). Method in class com.ibm.db.selector.ColumnSelector
Specify whether the column name is to be included as the first element of column data.
setIncludeColumnNames(boolean). Method in class com.ibm.db.selector.CellRangeSelector
Specify whether the column names are to be included as the first element of column data.
setIndexFromOne(boolean). Method in class com.ibm.db.selector.Selector
Specify whether row and column numbers are assumed to index from one.
setInt(int). Method in class com.ibm.db.selector.CellSelector
Update the current selection using the supplied int.
setInt(int[]). Method in class com.ibm.db.selector.RowSelector
Update the current selection using the supplied int[].
setInt(int[]). Method in class com.ibm.db.selector.ColumnSelector
Update the current selection using the supplied int[].
setInt(int[][]). Method in class com.ibm.db.selector.CellRangeSelector
Update the current selection using the supplied int[][].
setInvertData(boolean). Method in class com.ibm.db.selector.CellRangeSelector
Specify whether the data values are to be inverted row against column during retrieval from, or update to, the source TableModel.
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.
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.
setLong(long). Method in class com.ibm.db.selector.CellSelector
Update the current selection using the supplied long.
setLong(long[]). Method in class com.ibm.db.selector.RowSelector
Update the current selection using the supplied long[].
setLong(long[]). Method in class com.ibm.db.selector.ColumnSelector
Update the current selection using the supplied long[].
setLong(long[][]). Method in class com.ibm.db.selector.CellRangeSelector
Update the current selection using the supplied long[][].
setMaximumColumns(int). Method in class com.ibm.db.selector.CellRangeSelector
Specify the maximum number of columns to be selected.
setMaximumColumns(int). Method in class com.ibm.db.selector.RowSelector
Specify the maximum number of columns to be selected..
setMaximumPacketsInCache(int). Method in class com.ibm.db.SelectStatement
Sets the maximum number of packets the cache can contain at one time.
setMaximumPacketsInCache(int). Method in class com.ibm.ivj.db.uibeans.Select
Sets the maximum number of packets the cache can contain at one time.
setMaximumResultsInCache(int). Method in class com.ibm.db.CallableStatement
Sets the maximum number of result sets the cache can contain at one time.
setMaximumResultsInCache(int). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Sets the maximum number of result sets the cache can contain at one time.
setMaximumRows(int). Method in class com.ibm.db.selector.CellRangeSelector
Specify the maximum number of rows to be selected.
setMaximumRows(int). Method in class com.ibm.db.selector.ColumnSelector
Specify the maximum number of rows to be selected.
setMaximumRows(int). Method in class com.ibm.db.SelectStatement
Sets the maximum size of the result set.
setMaximumRows(int). Method in class com.ibm.ivj.db.uibeans.Select
Sets the maximum size of the result set.
setMetaData(StatementMetaData). Method in class com.ibm.db.Statement
Associates a StatementMetaData with the Statement.
setMetaData(StatementMetaData). Method in class com.ibm.db.SelectStatement
Associates a StatementMetaData with the Statement.
setMetaData(StatementMetaData). Method in class com.ibm.db.CallableStatement
Associates the a chain of StatementMetaData objects with the Statement.
setModel(Select). Method in class com.ibm.ivj.db.uibeans.DBNavigator
Associates a data model represented by a Select or ProcedureCall bean with this DBNavigator.
setModel(TableModel). Method in class com.ibm.db.selector.Selector
Specify a new TableModel instance that the selector is to operate on.
setModel(TableModel). Method in class com.ibm.db.selector.SingleColumnSelector
setName(String). Method in class com.ibm.db.StatementMetaData
Sets the name for this StatementMetaData.
setNextMetaData(StatementMetaData). Method in class com.ibm.db.StatementMetaData
Chains the specified StatementMetaData after this one.
setNotificationType(int). Method in class com.ibm.db.selector.Selector
Specify the property for which a propertyChange event will be issued whenever the selector data source or selection criteria are changed.
setObject(Object). Method in class com.ibm.db.selector.CellSelector
Update the current selection using the supplied Object.
setObject(Object[]). Method in class com.ibm.db.selector.RowSelector
Update the current selection using the supplied Object[].
setObject(Object[]). Method in class com.ibm.db.selector.ColumnSelector
Update the current selection using the supplied Object[].
setObject(Object[][]). Method in class com.ibm.db.selector.CellRangeSelector
Update the current selection using the supplied Object[][][].
setPacketSize(int). Method in class com.ibm.db.SelectStatement
Sets the number of rows that are in one packet.
setPacketSize(int). Method in class com.ibm.ivj.db.uibeans.Select
Sets the number of rows that are in one packet.
setParameter(int, Object). Method in class com.ibm.db.Statement
Sets the parameter at the specified index to the specified value.
setParameter(int, Object). Method in class com.ibm.db.CallableStatement
Sets the parameter at the specified index to the specified value.
setParameter(int, Object). Method in class com.ibm.ivj.db.uibeans.Statement
Sets the parameter at the specified index to the specified value.
setParameter(int, Object). Method in class com.ibm.ivj.db.uibeans.Modify
Sets the parameter at the specified index to the specified value.
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.ivj.db.uibeans.ProcedureCall
Sets the parameter at the specified index to the specified value.
setParameter(String, Object). Method in class com.ibm.db.Statement
Sets the parameter with the specified name to the specified value.
setParameter(String, Object). Method in class com.ibm.ivj.db.uibeans.Statement
Sets the parameter with the specified name to the specified value.
setParameter(String, Object). Method in class com.ibm.ivj.db.uibeans.Modify
Sets the parameter with the specified name 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.ivj.db.uibeans.ProcedureCall
Sets the parameter with the specified name 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(int, String). Method in class com.ibm.ivj.db.uibeans.Statement
Sets the parameter at the specified index to the specified value.
setParameterFromString(int, String). Method in class com.ibm.ivj.db.uibeans.Modify
Sets the parameter at the specified index to the specified value.
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.ivj.db.uibeans.ProcedureCall
Sets the parameter at the specified index to the specified value.
setParameterFromString(String, String). Method in class com.ibm.db.Statement
Sets the parameter with the specified name to the specified value.
setParameterFromString(String, String). Method in class com.ibm.ivj.db.uibeans.Statement
Sets the parameter with the specified name to the specified value.
setParameterFromString(String, String). Method in class com.ibm.ivj.db.uibeans.Modify
Sets the parameter with the specified name 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.ivj.db.uibeans.ProcedureCall
Sets the parameter with the specified name to the specified value.
setParameterLength(int, int). Method in class com.ibm.db.StatementMetaData
Sets a user-defined length for the specified parameter.
setParameterLength(String, int). Method in class com.ibm.db.StatementMetaData
Sets a user-defined length for the specified parameter.
setParameterMode(int, int). Method in class com.ibm.db.StatementMetaData
Sets a mode for the specified parameter.
setParameterMode(String, int). Method in class com.ibm.db.StatementMetaData
Sets a mode for the specified parameter.
setParameterScale(int, int). Method in class com.ibm.db.StatementMetaData
Sets a user-defined scale for the specified parameter.
setParameterScale(String, int). Method in class com.ibm.db.StatementMetaData
Sets a user-defined scale for the specified parameter.
setParameterSQLType(int, int). Method in class com.ibm.db.StatementMetaData
Sets the SQLType for the specified parameter.
setParameterSQLType(String, int). Method in class com.ibm.db.StatementMetaData
Sets the SQLType for the specified parameter.
setPassword(String). Method in class com.ibm.db.DatabaseConnection
Sets the password used when establishing a connection to the database.
setPassword(String, boolean). Method in class com.ibm.db.DatabaseConnection
Decodes the specified password if requested, and sets the password used when establishing a connection to the database.
setProcedure(Query). Method in class com.ibm.ivj.db.uibeans.ProcedureCall
Sets the connection alias and the SQL specification for this ProcedureCall to the values contained in the specified Query object.
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.db.Statement
If true, updates are disallowed even when the database would permit them.
setReadOnly(boolean). Method in class com.ibm.ivj.db.uibeans.Select
If true, updates are disallowed even when the database would permit them.
setRowNumber(int). Method in class com.ibm.db.selector.RowSelector
Specify the index number of the row selected from the source TableModel.
setRowNumber(int). Method in class com.ibm.db.selector.CellSelector
Specify the index number of the row for the currently selected cell.
setSelectedItem(Object). Method in class com.ibm.db.selector.RowSelector
Set the selected item.
setSelectedItem(Object). Method in class com.ibm.db.selector.ColumnSelector
Set the selected item.
setShort(short). Method in class com.ibm.db.selector.CellSelector
Update the current selection using the supplied short.
setShort(short[]). Method in class com.ibm.db.selector.RowSelector
Update the current selection using the supplied short[].
setShort(short[]). Method in class com.ibm.db.selector.ColumnSelector
Update the current selection using the supplied short[].
setShort(short[][]). Method in class com.ibm.db.selector.CellRangeSelector
Update the current selection using the supplied short[][].
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.
setSQLSpec(StatementMetaData). Method in class com.ibm.ivj.db.uibeans.Query
Associates a com.ibm.db.StatementMetaData with the Query.
setStartColumnNumber(int). Method in class com.ibm.db.selector.CellRangeSelector
Specify the index number of the first column for the currently selected cells.
setStartColumnNumber(int). Method in class com.ibm.db.selector.RowSelector
Specify the index number of the first column for the currently selected cells.
setStartRowNumber(int). Method in class com.ibm.db.selector.CellRangeSelector
Specify the index number of the first row for the currently selected cells.
setStartRowNumber(int). Method in class com.ibm.db.selector.ColumnSelector
Specify the index number of the first row for the currently selected cells.
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.Statement
Associates a StatementMetaData with this Statement.
setStatementMetaData(StatementMetaData). Method in class com.ibm.ivj.db.uibeans.Modify
Associates a StatementMetaData with this Modify.
setStatementMetaData(StatementMetaData). Method in class com.ibm.ivj.db.uibeans.Select
Associates a StatementMetaData with the Select.
setString(String). Method in class com.ibm.db.selector.CellSelector
Update the current selection using the supplied String.
setString(String[]). Method in class com.ibm.db.selector.RowSelector
Update the current selection using the supplied String[].
setString(String[]). Method in class com.ibm.db.selector.ColumnSelector
Update the current selection using the supplied String[].
setString(String[][]). Method in class com.ibm.db.selector.CellRangeSelector
Update the current selection using the supplied String[][][].
setTime(Time). Method in class com.ibm.db.selector.CellSelector
Update the current selection using the supplied java.sql.Time.
setTime(Time[]). Method in class com.ibm.db.selector.RowSelector
Update the current selection using the supplied java.sql.Time[].
setTime(Time[]). Method in class com.ibm.db.selector.ColumnSelector
Update the current selection using the supplied java.sql.Time[].
setTime(Time[][]). Method in class com.ibm.db.selector.CellRangeSelector
Update the current selection using the supplied java.sql.Time[][].
setTimeout(int). Method in class com.ibm.db.Statement
Sets the number of seconds the JDBC driver will wait for this statement to execute.
setTimeout(int). Method in class com.ibm.ivj.db.uibeans.Statement
Sets the number of seconds the JDBC driver will wait for this statement to execute.
setTimeout(int). Method in class com.ibm.ivj.db.uibeans.Modify
Sets the number of seconds the JDBC driver will wait for this statement to execute.
setTimeout(int). Method in class com.ibm.ivj.db.uibeans.Select
Sets the number of seconds the JDBC driver will wait for this statement to execute.
setTimestamp(Timestamp). Method in class com.ibm.db.selector.CellSelector
Update the current selection using the supplied java.sql.Timestamp.
setTimestamp(Timestamp[]). Method in class com.ibm.db.selector.RowSelector
Update the current selection using the supplied java.sql.Timestamp[].
setTimestamp(Timestamp[]). Method in class com.ibm.db.selector.ColumnSelector
Update the current selection using the supplied java.sql.Timestamp[].
setTimestamp(Timestamp[][]). Method in class com.ibm.db.selector.CellRangeSelector
Update the current selection using the supplied java.sql.Timestamp[][].
setToolTipsEnabled(boolean). Method in class com.ibm.ivj.db.uibeans.DBNavigator
If true, this DBNavigator has tool tips enabled.
setTriggeringAction(int). Method in class com.ibm.db.DataEvent
Sets a triggering action for the event
setUserID(String). Method in class com.ibm.db.DatabaseConnection
Sets the userid used when establishing a connection to the database.
setValueAt(Object, int, int). Method in class com.ibm.db.selector.CellRangeSelector
Set the value at the supplied cell location using the supplied value.
setValueAt(Object, int, int). Method in class com.ibm.ivj.db.uibeans.Select
Sets the specified cell in the cache to the specified value.
setVector(Vector). Method in class com.ibm.db.selector.RowSelector
Update the current selection using the supplied Vector.
setVector(Vector). Method in class com.ibm.db.selector.ColumnSelector
Update the current selection using the supplied Vector.
setVectorArray(Vector[]). Method in class com.ibm.db.selector.CellRangeSelector
Update the current selection using the supplied Vector[].
setVectorContentType(int). Method in class com.ibm.db.selector.Selector
Specify the data type that should be used when populating vectors in response to a vector property query.
setVectorOfVectors(Vector). Method in class com.ibm.db.selector.CellRangeSelector
Update the current selection using the supplied Vector of Vectors.
SHORT. Field of class com.ibm.db.selector.Selector
SQLDisconnectException. Field of class com.ibm.db.DataException
sqlException. Field of class com.ibm.db.DataException
SQLStatement(). Constructor in class com.ibm.db.SQLStatement
Constructs a new SQLStatement.
SQLStatementMetaData(). Constructor in class com.ibm.db.SQLStatementMetaData
Constructs a new SQLStatementMetaData.
START_COLUMN_NUMBER. Field of class com.ibm.db.selector.SelectorException
START_ROW_NUMBER. Field of class com.ibm.db.selector.SelectorException
Statement(). Constructor in class com.ibm.db.Statement
Constructs a new Statement.
Statement(). Constructor in class com.ibm.ivj.db.uibeans.Statement
Constructs a new Statement.
StatementMetaData(). Constructor in class com.ibm.db.StatementMetaData
Constructs a new StatementMetaData.
StatementResult(). Constructor in class com.ibm.db.StatementResult
Constructs a new StatementResult.
STRING. Field of class com.ibm.db.selector.Selector


T
TIME. Field of class com.ibm.db.selector.Selector
TIMESTAMP. Field of class com.ibm.db.selector.Selector
toString(). Method in class com.ibm.ivj.db.uibeans.ExceptionEvent
Returns a String that contains the class that raised the exception and the message(s) associated with the exception.
truncated. Field of class com.ibm.db.DataException


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


V
VECTOR. Field of class com.ibm.db.selector.Selector
VECTOR_ARRAY. Field of class com.ibm.db.selector.Selector
VECTOR_OF_VECTORS. Field of class com.ibm.db.selector.Selector


W
websphereConnectionError. Field of class com.ibm.db.DataException
wrongObjectType. Field of class com.ibm.db.DataException


Z
zipError. Field of class com.ibm.db.DataException

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
Class Hierarchy All Classes All Fields and Methods