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
- com.ibm.db.beans.DBEvent)">aboutToChangeRow_delete(DBEvent)
- Method in interface com.ibm.db.beans.DBBeforeListener
- Method called when the a row in the RowSet will be deleted from the database.
- com.ibm.db.beans.DBEvent)">aboutToChangeRow_insert(DBEvent)
- Method in interface com.ibm.db.beans.DBBeforeListener
- Method called when the a row in the RowSet will be inserted into the database.
- com.ibm.db.beans.DBEvent)">aboutToChangeRow_update(DBEvent)
- Method in interface com.ibm.db.beans.DBBeforeListener
- Method called when the a row in the RowSet will be updated in the database.
- com.ibm.db.beans.DBEvent)">aboutToChangeRowSet_deleteRow(DBEvent)
- Method in interface com.ibm.db.beans.DBBeforeListener
- Method called when the cache of the RowSet will change by having a row deleted from it.
- com.ibm.db.beans.DBEvent)">aboutToChangeRowSet_execute(DBEvent)
- Method in interface com.ibm.db.beans.DBBeforeListener
- Method called when the cache of the RowSet will change by being filled upon execution.
- com.ibm.db.beans.DBEvent)">aboutToChangeRowSet_fetchRow(DBEvent)
- Method in interface com.ibm.db.beans.DBBeforeListener
- Method called when the cache of the RowSet will change by having one or more rows fetched into it.
- com.ibm.db.beans.DBEvent)">aboutToChangeRowSet_newRow(DBEvent)
- Method in interface com.ibm.db.beans.DBBeforeListener
- Method called when the cache of the RowSet will change by having a new empty row added to it.
- com.ibm.db.beans.DBAfterListener)">addDBAfterListener(DBAfterListener)
- Method in class com.ibm.db.beans.DBStatement
- Adds a listener to the DBAfter event set.
- com.ibm.db.beans.DBAfterListener)">addDBAfterListener(DBAfterListener)
- Method in class com.ibm.db.beans.DBModify
- Adds a listener to the DBAfter event set.
- com.ibm.db.beans.DBAfterListener)">addDBAfterListener(DBAfterListener)
- Method in class com.ibm.db.beans.DBSelect
- Adds a listener to the DBAfter event set.
- com.ibm.db.beans.DBBeforeListener)">addDBBeforeListener(DBBeforeListener)
- Method in class com.ibm.db.beans.DBStatement
- Adds a listener to the DBBefore event set.
- com.ibm.db.beans.DBBeforeListener)">addDBBeforeListener(DBBeforeListener)
- Method in class com.ibm.db.beans.DBModify
- Adds a listener to the DBBefore event set.
- com.ibm.db.beans.DBBeforeListener)">addDBBeforeListener(DBBeforeListener)
- Method in class com.ibm.db.beans.DBSelect
- Adds a listener to the DBBefore event set.
- addPropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.db.beans.DBStatement
- Adds a listener to the PropertyChange event set.
- addPropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.db.beans.DBModify
- Adds a listener to the PropertyChange event set.
- addPropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.db.beans.DBSelect
- Adds a listener to the PropertyChange event set.
- addPropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.db.beans.DBProcedureCall
- Adds a listener to the PropertyChange event set.
- addPropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.db.beans.DBTableModel
- Adds a listener to the PropertyChange event set.
- addTableModelListener(TableModelListener)
- Method in class com.ibm.db.beans.DBTableModel
- Adds a listener to the TableModel event set.
- alreadyConnected
- Field of class com.ibm.db.beans.DBException
- applyUpdates()
- Method in class com.ibm.db.beans.DBSelect
- Apply all updateRow, deleteRow, and newRow actions that have been deferred.
- areDistinctTypesEnabled()
- Method in class com.ibm.db.beans.DBSelect
- Returns true if use of user-defined distinct types is enabled for this RowSet.
- badPropertyValue
- Field of class com.ibm.db.beans.DBException
- badUidPwd
- Field of class com.ibm.db.beans.DBException
- cacheEmpty
- Field of class com.ibm.db.beans.DBException
- cancelAction()
- Method in class com.ibm.db.beans.DBStatement
- Cancels execution of the database action which is currently being performed via this bean.
- cancelRowUpdates()
- Method in class com.ibm.db.beans.DBSelect
- Cancels any value changes made in a row.
- cancelUpdates()
- Method in class com.ibm.db.beans.DBSelect
- Cancel all updateRow, deleteRow, and newRow actions that have been deferred and not yet applied.
- cannotConvert
- Field of class com.ibm.db.beans.DBException
- cannotConvertToString
- Field of class com.ibm.db.beans.DBException
- cannotRefreshData
- Field of class com.ibm.db.beans.DBException
- cannotScrollBack
- Field of class com.ibm.db.beans.DBException
- cannotSetAfterExecute
- Field of class com.ibm.db.beans.DBException
- clear()
- Method in class com.ibm.db.beans.DBParameterMetaData
- Clears the descriptions of all parameters for this statement.
- clear()
- Method in class com.ibm.db.beans.DBSelectMetaData
- Clears the descriptions of all columns in this result set.
- clearMetaData()
- Method in class com.ibm.db.beans.DBProcedureCall
- Clears the descriptions of all result sets for this DBProcedureCall.
- clearParameters()
- Method in class com.ibm.db.beans.DBStatement
- Clears the values of all statement parameters.
- close()
- Method in class com.ibm.db.beans.DBStatement
- Releases the underlying database and JDBC resources immediately instead of waiting for this to happen when the object is finalized.
- close()
- Method in class com.ibm.db.beans.DBModify
- Releases the underlying database connection and statement immediately instead of waiting for this to happen when the object is finalized.
- close()
- Method in class com.ibm.db.beans.DBSelect
- Releases the database and JDBC resources of the underlying RowSet object immediately instead of waiting for this to happen when it is automatically closed.
- close(int)
- Method in class com.ibm.db.beans.DBStatement
- Releases the underlying database and JDBC resources immediately instead of waiting for this to happen when the object is finalized.
- close(int)
- Method in class com.ibm.db.beans.DBModify
- Releases the underlying database and JDBC resources immediately instead of waiting for this to happen when the object is finalized.
- close(int)
- Method in class com.ibm.db.beans.DBSelect
- Applies any changes in the current row of the underlying RowSet to the database, and then releases the database and JDBC resources of the RowSet immediately instead of waiting for this to happen when it is automatically closed.
- columnAlreadyDefined
- Field of class com.ibm.db.beans.DBException
- columnNotDefined
- Field of class com.ibm.db.beans.DBException
- commit()
- Method in class com.ibm.db.beans.DBStatement
- Commits changes to the database.
- connectionClosed
- Field of class com.ibm.db.beans.DBException
- createMetaData(int)
- Method in class com.ibm.db.beans.DBProcedureCall
- Creates a new DBSelectMetaData object to describe the specified result set.
- dbbaseDriverNotFound
- Field of class com.ibm.db.beans.DBException
- DBConnectionSpec()
- Constructor in class com.ibm.db.beans.DBConnectionSpec
- The default constructor
- dbDuplicateColumn
- Field of class com.ibm.db.beans.DBException
- dbDuplicateParm
- Field of class com.ibm.db.beans.DBException
- com.ibm.db.beans.DBStatement)">DBEvent(DBStatement)
- Constructor in class com.ibm.db.beans.DBEvent
- Constructs a new DBEvent, without providing a reason code, a modifier, or a sub-modifier.
- com.ibm.db.beans.DBStatement, int)">DBEvent(DBStatement, int)
- Constructor in class com.ibm.db.beans.DBEvent
- Constructs a new DBEvent, without providing a modifier or a sub-modifier.
- com.ibm.db.beans.DBStatement, int, int)">DBEvent(DBStatement, int, int)
- Constructor in class com.ibm.db.beans.DBEvent
- Constructs a new DBEvent, without providing a sub-modifier.
- com.ibm.db.beans.DBStatement, int, int, int)">DBEvent(DBStatement, int, int, int)
- Constructor in class com.ibm.db.beans.DBEvent
- Constructs a new DBEvent, providing a source, a reason, a modifier, and a sub-modifier.
- DBException()
- Constructor in class com.ibm.db.beans.DBException
- DBException constructor comment.
- DBException(String)
- Constructor in class com.ibm.db.beans.DBException
- DBException constructor comment.
- DBException(String, String)
- Constructor in class com.ibm.db.beans.DBException
- DBDataException constructor comment.
- DBException(String, String, int)
- Constructor in class com.ibm.db.beans.DBException
- DBDataException constructor comment.
- DBModify()
- Constructor in class com.ibm.db.beans.DBModify
- Default constructor for a DBModify bean.
- dbNotExecuted
- Field of class com.ibm.db.beans.DBException
- DBProcedureCall()
- Constructor in class com.ibm.db.beans.DBProcedureCall
- Default constructor for a DBProcedureCall bean.
- DBRuntimeException(Exception)
- Constructor in class com.ibm.db.beans.DBRuntimeException
- This method was created in VisualAge.
- DBRuntimeException(String)
- Constructor in class com.ibm.db.beans.DBRuntimeException
- Constructs a DataRuntimeException with the specified detail message.
- DBSelect()
- Constructor in class com.ibm.db.beans.DBSelect
- Default constructor for a DBSelect bean.
- DBStatement()
- Constructor in class com.ibm.db.beans.DBStatement
- DBTableModel()
- Constructor in class com.ibm.db.beans.DBTableModel
- The default constructor.
- decodeError
- Field of class com.ibm.db.beans.DBException
- DEFER_NOTHING
- Field of class com.ibm.db.beans.DBSelect
- DEFER_WRITE_TO_DATABASE
- Field of class com.ibm.db.beans.DBSelect
- DEFER_WRITE_TO_DATABASE_AND_ROW_NUMBER_CHANGE
- Field of class com.ibm.db.beans.DBSelect
- deleteRow()
- Method in class com.ibm.db.beans.DBSelect
- Deletes the current row from the result set and the underlying database.
- driverNotFound
- Field of class com.ibm.db.beans.DBException
- duplicateColumn
- Field of class com.ibm.db.beans.DBException
- duplicateParm
- Field of class com.ibm.db.beans.DBException
- execute()
- Method in class com.ibm.db.beans.DBStatement
- Executes the SQL statement, connecting to the database if not already connected.
- execute()
- Method in class com.ibm.db.beans.DBModify
- Executes the SQL statement, connecting to the database if not already connected.
- execute()
- Method in class com.ibm.db.beans.DBSelect
- Executes the query, connecting to the database if not already connected, and fills the rowset with data, positioning to the first row.
- execute(int)
- Method in class com.ibm.db.beans.DBSelect
- Executes the query, connecting to the database if not already connected, and fills the rowset with data, positioning to the specified row.
- FETCH_FORWARD
- Field of class com.ibm.db.beans.DBSelect
- FETCH_REVERSE
- Field of class com.ibm.db.beans.DBSelect
- fetchMoreRows()
- Method in class com.ibm.db.beans.DBSelect
- Fetches more rows from the database into the row cache.
- fetchMoreRows(int)
- Method in class com.ibm.db.beans.DBSelect
- Fetches more rows from the database into the row cache.
- findColumn(String)
- Method in class com.ibm.db.beans.DBSelect
- Maps the given column label to its column index.
- findColumn(String)
- Method in class com.ibm.db.beans.DBProcedureCall
- Maps the given column label to its column index.
- findParameter(String)
- Method in class com.ibm.db.beans.DBStatement
- Maps the given parameter name to its position.
- first()
- Method in class com.ibm.db.beans.DBSelect
- Applies any changes in the current row to the database, and then moves to the first row in the result set.
- firstResult()
- Method in class com.ibm.db.beans.DBProcedureCall
- Applies any changes in the current row of the current result set to the database, and then positions to the first result set.
- GENERIC_SQLSTATE
- Field of class com.ibm.db.beans.DBException
- getAutoCommit()
- Method in class com.ibm.db.beans.DBStatement
- Gets the value of the autoCommit property.
- getCacheLimit()
- Method in class com.ibm.db.beans.DBSelect
- Gets the maximum number of rows to be kept in an in-memory cache of result set rows.
- getCacheRowCount()
- Method in class com.ibm.db.beans.DBSelect
- Returns the number of rows in the cache.
- getCacheValueAt(int, int)
- Method in class com.ibm.db.beans.DBSelect
- Returns the value at rowIndex and columnIndex in the cache.
- getCatalogName(int)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Gets the catalog name of the table of the specified column.
- getColumn(int)
- Method in class com.ibm.db.beans.DBSelect
- Returns the value of the column at the specified index in the current row.
- getColumn(String)
- Method in class com.ibm.db.beans.DBSelect
- Returns the value of the column with the specified name in the current row.
- getColumnAsString(int)
- Method in class com.ibm.db.beans.DBSelect
- Returns the value of the column at the specified index in the current row as a String.
- getColumnAsString(String)
- Method in class com.ibm.db.beans.DBSelect
- Returns the value of the column with the specified name in the current row as a String.
- getColumnClass(int)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Gets the Java class to be used when getting or setting values for this column.
- getColumnClass(int)
- Method in class com.ibm.db.beans.DBTableModel
- Gets Java class of values in this column.
- getColumnCount()
- Method in class com.ibm.db.beans.DBSelectMetaData
- Gets the number of columns in this RowSet.
- getColumnCount()
- Method in class com.ibm.db.beans.DBSelect
- Returns the number of columns in the RowSet.
- getColumnCount()
- Method in class com.ibm.db.beans.DBTableModel
- Returns the number of columns in the RowSet.
- getColumnLabel(int)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Gets the label for this column, which may be different from its name.
- getColumnName(int)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Gets a column's name.
- getColumnName(int)
- Method in class com.ibm.db.beans.DBSelect
- Returns the name of the column at columnIndex.
- getColumnName(int)
- Method in class com.ibm.db.beans.DBTableModel
- Returns the String to appear in the header of the JTable for this column.
- getColumnNumber(String)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Gets the number of a column based on its label.
- getColumnType(int)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Gets a column's SQL type.
- getCommand()
- Method in class com.ibm.db.beans.DBStatement
- Gets the SQL statement serving as the rowset's command property.
- getConnection()
- Method in class com.ibm.db.beans.DBStatement
- Gets the java.sql.Connection object used by this DBStatement.
- getConnectionSpec()
- Method in class com.ibm.db.beans.DBStatement
- Gets the DBConnectionSpec object used by this DBStatement.
- getDataSourceName()
- Method in class com.ibm.db.beans.DBConnectionSpec
- Gets the JNDI name of the javax.sql.DataSource to use when opening a database connection.
- getDataSourceName()
- Method in class com.ibm.db.beans.DBStatement
- Gets the JNDI name of the javax.sql.DataSource to use when opening a database connection.
- getDriverName()
- Method in class com.ibm.db.beans.DBConnectionSpec
- Gets the class name of the JDBC driver that will automatically be loaded and registered for you before using the DriverManager to open a database connection.
- getDriverName()
- Method in class com.ibm.db.beans.DBStatement
- Gets the class name of the JDBC driver that will automatically be loaded and registered for you before using the DriverManager to open a database connection.
- getErrorCode()
- Method in class com.ibm.db.beans.DBException
- Returns the error code associated with the exception.
- getException()
- Method in class com.ibm.db.beans.DBRuntimeException
- Returns the original exception.
- getFetchSize()
- Method in class com.ibm.db.beans.DBSelect
- Gets the number of rows that should be fetched from the database when more rows are needed.
- getInitialContextFactory()
- Method in class com.ibm.db.beans.DBConnectionSpec
- Gets the class name of the InitialContextFactory that will be used to locate a javax.sql.DataSource.
- getInitialContextFactory()
- Method in class com.ibm.db.beans.DBStatement
- Gets the class name of the InitialContextFactory that will be used to locate a javax.sql.DataSource.
- getInternalUseObject(int)
- Method in class com.ibm.db.beans.DBConnectionSpec
- For Internal Use only.
- getJspNullToken()
- Method in class com.ibm.db.beans.DBStatement
- Gets the String that will be used by default in JSPs that use this bean to represent a null value.
- getLogWriter()
- Method in class com.ibm.db.beans.DBConnectionSpec
- Gets the PrintWriter being used to log any error information written by this bean.
- getLogWriter()
- Method in class com.ibm.db.beans.DBStatement
- Gets the PrintWriter being used to log any error or trace information written by this bean.
- getMaxFieldSize()
- Method in class com.ibm.db.beans.DBSelect
- The maxFieldSize limit (in bytes) is the maximum amount of data returned for any column value.
- getMaxRows()
- Method in class com.ibm.db.beans.DBSelect
- The maxRows limit is the maximum number of rows that a RowSet can contain.
- getMetaData()
- Method in class com.ibm.db.beans.DBSelect
- Retrieves the DBSelectMetaData object describing the result set.
- getMetaData(int)
- Method in class com.ibm.db.beans.DBProcedureCall
- Gets the meta data describing the result set at the specified position.
- getModifier()
- Method in class com.ibm.db.beans.DBEvent
- Returns a modifier amplifying on the reason for the event.
- getParameter(int)
- Method in class com.ibm.db.beans.DBStatement
- Returns the value of the parameter at the specified position.
- getParameter(int)
- Method in class com.ibm.db.beans.DBProcedureCall
- Gets the value of the parameter at the specified position.
- getParameter(String)
- Method in class com.ibm.db.beans.DBStatement
- Returns the value of the parameter with the specified name.
- getParameterAsString(int)
- Method in class com.ibm.db.beans.DBStatement
- Returns the value of the parameter at the specified position as a String.
- getParameterAsString(String)
- Method in class com.ibm.db.beans.DBStatement
- Returns the value of the parameter with the specified name as a String.
- getParameterClass(int)
- Method in class com.ibm.db.beans.DBParameterMetaData
- Gets the Java class to be used when getting or setting values for the parameter at the specified position.
- getParameterCount()
- Method in class com.ibm.db.beans.DBParameterMetaData
- Gets the number of parameters in the SQL statement.
- getParameterCount()
- Method in class com.ibm.db.beans.DBStatement
- Returns the number of parameters in the SQL statement.
- getParameterMetaData()
- Method in class com.ibm.db.beans.DBStatement
- Retrieves the DBParameterMetaData object describing any statement parameters.
- getParameterMode(int)
- Method in class com.ibm.db.beans.DBParameterMetaData
- Gets the mode of the parameter at the specified position.
- getParameterName(int)
- Method in class com.ibm.db.beans.DBParameterMetaData
- Gets the name of the parameter at the specified position.
- getParameterName(int)
- Method in class com.ibm.db.beans.DBStatement
- Returns the name of the parameter at position.
- getParameterNumber(String)
- Method in class com.ibm.db.beans.DBParameterMetaData
- Gets the number of a parameter based on its name.
- getParameterScale(int)
- Method in class com.ibm.db.beans.DBParameterMetaData
- Gets the number of digits to the right of the decimal point.
- getParameterType(int)
- Method in class com.ibm.db.beans.DBParameterMetaData
- Gets the SQL type of the parameter at the specified position.
- getPassword()
- Method in class com.ibm.db.beans.DBConnectionSpec
- Returns a String of asterisks (*) the length of the password used to create a database connection.
- getPassword()
- Method in class com.ibm.db.beans.DBStatement
- Returns a String of asterisks (*) the length of the password used to create a database connection.
- getPromptUID()
- Method in class com.ibm.db.beans.DBConnectionSpec
- Gets the class name of the InitialContextFactory that will be used to locate a javax.sql.DataSource.
- getProperties()
- Method in class com.ibm.db.beans.DBConnectionSpec
- Returns the connection properties for this DBConnectionSpec.
- getProviderUrl()
- Method in class com.ibm.db.beans.DBConnectionSpec
- Gets the URL of the machine where the naming service should look for a javax.sql.DataSource.
- getProviderUrl()
- Method in class com.ibm.db.beans.DBStatement
- Gets the URL of the machine where the naming service should look for a javax.sql.DataSource.
- getQueryTimeout()
- Method in class com.ibm.db.beans.DBStatement
- Gets the number of seconds to wait for a statement to execute.
- getReason()
- Method in class com.ibm.db.beans.DBEvent
- Returns a code for the reason the event was fired.
- getResult()
- Method in class com.ibm.db.beans.DBProcedureCall
- Gets the number of the result set to which you are currently positioned.
- getResultCount()
- Method in class com.ibm.db.beans.DBProcedureCall
- Gets the number of result sets.
- getResultSetMetaData()
- Method in class com.ibm.db.beans.DBSelectMetaData
- Gets a reference to the java.sql.ResultSetMetaData object obtained when the associated statement was executed.
- getRow()
- Method in class com.ibm.db.beans.DBSelect
- Retrieves the current row number.
- getRowCount()
- Method in class com.ibm.db.beans.DBSelect
- Returns the number of rows currently in the result set.
- getRowCount()
- Method in class com.ibm.db.beans.DBTableModel
- Returns the number of rows cached in the RowSet.
- getRowInCache()
- Method in class com.ibm.db.beans.DBSelect
- Returns the index in the cache of the current row in the result set.
- getScale(int)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Gets the number of digits to the right of the decimal point.
- getSchemaName(int)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Gets the table schema of this column.
- getSelect()
- Method in class com.ibm.db.beans.DBTableModel
- Gets a reference to the DBSelect or DBProcedureCall bean whose data this bean provides access to.
- getSelectedRow()
- Method in class com.ibm.db.beans.DBTableModel
- Gets the number of the selected row.
- getStatement()
- Method in class com.ibm.db.beans.DBParameterMetaData
- Gets the DBStatement object that this object describes.
- getSubModifier()
- Method in class com.ibm.db.beans.DBEvent
- Returns a sub-modifier amplifying on the reason and modifier for the event.
- getTableForUpdate()
- Method in class com.ibm.db.beans.DBSelectMetaData
- Gets the name of the table to be the target for Update, Insert, and Delete statements generated by the DBSelect bean.
- getTableName(int)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Gets the table name of this column.
- getTrace()
- Method in class com.ibm.db.beans.DBStatement
- Gets the tracing option of this bean.
- getTransactionIsolation()
- Method in class com.ibm.db.beans.DBStatement
- Gets the transaction isolation level.
- getUpdateCount()
- Method in class com.ibm.db.beans.DBModify
- Returns either the row count for INSERT, UPDATE or DELETE statements; or 0 for SQL statements that return nothing.
- getUpdateDeferral()
- Method in class com.ibm.db.beans.DBSelect
- Gets the style of update deferral in effect.
- getUrl()
- Method in class com.ibm.db.beans.DBConnectionSpec
- Gets the url of the database to connect to using the DriverManager.
- getUrl()
- Method in class com.ibm.db.beans.DBStatement
- Gets the url of the database to connect to using the DriverManager.
- getUsername()
- Method in class com.ibm.db.beans.DBConnectionSpec
- Gets the user name used to create a database connection.
- getUsername()
- Method in class com.ibm.db.beans.DBStatement
- Gets the user name used to create a database connection.
- getValueAt(int, int)
- Method in class com.ibm.db.beans.DBTableModel
- Returns the value at rowIndex and columnIndex in the cache of the associated DBSelect.
- hasMoreRows()
- Method in class com.ibm.db.beans.DBSelect
- Indicates whether there are more rows to be fetched beyond the last row now in the cache.
- hasMoreRows(int)
- Method in class com.ibm.db.beans.DBSelect
- Indicates whether there are more rows to be fetched in a specific direction beyond those now in the cache.
- hasResult()
- Method in class com.ibm.db.beans.DBProcedureCall
- Returns true if the store procedure returns at least one result set; returns false otherwise.
- inconsistentColumnCount
- Field of class com.ibm.db.beans.DBException
- inconsistentColumnName
- Field of class com.ibm.db.beans.DBException
- indexTooLarge
- Field of class com.ibm.db.beans.DBException
- invalidColumnNumber
- Field of class com.ibm.db.beans.DBException
- invalidDeferralStyle
- Field of class com.ibm.db.beans.DBException
- invalidDirection
- Field of class com.ibm.db.beans.DBException
- invalidParameterNumber
- Field of class com.ibm.db.beans.DBException
- invalidResourceLevel
- Field of class com.ibm.db.beans.DBException
- invalidResultNumber
- Field of class com.ibm.db.beans.DBException
- invalidRowNumber
- Field of class com.ibm.db.beans.DBException
- invalidSize
- Field of class com.ibm.db.beans.DBException
- isCellEditable(int, int)
- Method in class com.ibm.db.beans.DBTableModel
- Returns true if the cell at rowIndex and columnIndex is editable.
- isCompareLargeColumns()
- Method in class com.ibm.db.beans.DBSelect
- Returns true if large columns should be compared when locking the current row.
- isExecuted()
- Method in class com.ibm.db.beans.DBStatement
- Returns true if execute has been invoked.
- isFetchAllResultsOnExecute()
- Method in class com.ibm.db.beans.DBProcedureCall
- Returns true if all result sets produced by this procedure call will be obtained immediately during the execute method.
- isFirst()
- Method in class com.ibm.db.beans.DBSelect
- Indicates whether the first row of the result set is the current row.
- isKey(int)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Indicates whether this column belongs to a set of columns that can uniquely identify a row in the result set.
- isLast()
- Method in class com.ibm.db.beans.DBSelect
- Indicates whether the last row of the result set is the current row.
- isLastResult()
- Method in class com.ibm.db.beans.DBProcedureCall
- Returns true if the current result set is the last one fetched and either there are known to be no more result sets or the statement has been closed.
- isLockRows()
- Method in class com.ibm.db.beans.DBSelect
- Returns true if a database lock is automatically held on a row while it is the current row.
- isOpen()
- Method in class com.ibm.db.beans.DBStatement
- Returns true if the underlying JDBC objects are open, otherwise returns false.
- isOpen()
- Method in class com.ibm.db.beans.DBModify
- Returns true if the underlying java.sql.Connection and java.sql.Statement are open, otherwise returns false.
- isOpen()
- Method in class com.ibm.db.beans.DBSelect
- Returns true if the underlying RowSet is open, otherwise returns false.
- isOpen()
- Method in class com.ibm.db.beans.DBProcedureCall
- Returns true if the underlying RowSet is open, otherwise returns false.
- isOpen(int)
- Method in class com.ibm.db.beans.DBStatement
- Returns true if the underlying JDBC resource at the specified level is open, otherwise returns false.
- isOpen(int)
- Method in class com.ibm.db.beans.DBModify
- Returns true if the JDBC resource at the specified level is open, otherwise returns false.
- isOpen(int)
- Method in class com.ibm.db.beans.DBSelect
- Returns true if the JDBC resource at the specified level is open, otherwise returns false.
- isOptimizeConvertToString()
- Method in class com.ibm.db.beans.DBStatement
- Indicates whether optimization for String conversion is on or off.
- isOptimizeForJsp()
- Method in class com.ibm.db.beans.DBStatement
- Indicates whether optimization for use in a Java Server Page (JSP) is on or off.
- isOptimizeForNoListeners()
- Method in class com.ibm.db.beans.DBStatement
- Indicates whether optimization for no event listeners is on or off.
- isReadOnly()
- Method in class com.ibm.db.beans.DBSelect
- Returns true if the RowSet is read-only, otherwise returns false.
- isUpdateEnabled(int)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Indicates whether to allow values in this column to be set and then updated in the database using an associated DBSelect or DBProcedureCall.
- isValidateLOBs()
- Method in class com.ibm.db.beans.DBSelect
- Returns true if LOBs will be validated before they are returned from the cache.
- isWritable(int)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Indicates whether it is possible to use the associated DBSelect or DBProcedureCall to change database values in this column.
- keyColumnMustBeSearchable
- Field of class com.ibm.db.beans.DBException
- last()
- Method in class com.ibm.db.beans.DBSelect
- Applies any changes in the current row to the database, and then moves to the last row in the result set.
- lastResult()
- Method in class com.ibm.db.beans.DBProcedureCall
- Applies any changes in the current row of the current result set to the database, and then positions to the last result set.
- LEVEL_CONNECTION
- Field of class com.ibm.db.beans.DBStatement
- LEVEL_RESULTSET
- Field of class com.ibm.db.beans.DBStatement
- LEVEL_STATEMENT
- Field of class com.ibm.db.beans.DBStatement
- lockNotSupported
- Field of class com.ibm.db.beans.DBException
- lockRow()
- Method in class com.ibm.db.beans.DBSelect
- Locks the current row in the database.
- malformedUrl
- Field of class com.ibm.db.beans.DBException
- metaDataNotYetAvailable
- Field of class com.ibm.db.beans.DBException
- MODIFIER_NONE
- Field of class com.ibm.db.beans.DBEvent
- multipleTables
- Field of class com.ibm.db.beans.DBException
- mustApplyDeferredUpdates
- Field of class com.ibm.db.beans.DBException
- mustApplyRowValueChanges
- Field of class com.ibm.db.beans.DBException
- newRow(boolean)
- Method in class com.ibm.db.beans.DBSelect
- Applies any changes in the current row to the database, inserts a new empty row into the result set, and positions to the new row.
- next()
- Method in class com.ibm.db.beans.DBSelect
- Applies any changes in the current row to the database, and then moves to the next row in the result set.
- nextResult()
- Method in class com.ibm.db.beans.DBProcedureCall
- Applies any changes in the current row of the current result set to the database, and then positions to the next result set.
- noActiveConnection
- Field of class com.ibm.db.beans.DBException
- noColumnUpdate
- Field of class com.ibm.db.beans.DBException
- noConnection
- Field of class com.ibm.db.beans.DBException
- noCurrentResult
- Field of class com.ibm.db.beans.DBException
- noDeferralWithAutomaticLocking
- Field of class com.ibm.db.beans.DBException
- noDeferralWithLockedRow
- Field of class com.ibm.db.beans.DBException
- noInitialContext
- Field of class com.ibm.db.beans.DBException
- noLogWriter
- Field of class com.ibm.db.beans.DBException
- noResults
- Field of class com.ibm.db.beans.DBException
- noResultSets
- Field of class com.ibm.db.beans.DBException
- noSearchableColumns
- Field of class com.ibm.db.beans.DBException
- noSelectObject
- Field of class com.ibm.db.beans.DBException
- noSQL
- Field of class com.ibm.db.beans.DBException
- noStatement
- Field of class com.ibm.db.beans.DBException
- noTableDefined
- Field of class com.ibm.db.beans.DBException
- notCall
- Field of class com.ibm.db.beans.DBException
- notExecuted
- Field of class com.ibm.db.beans.DBException
- notExecuting
- Field of class com.ibm.db.beans.DBException
- notOpen
- Field of class com.ibm.db.beans.DBException
- noTransactions
- Field of class com.ibm.db.beans.DBException
- notSelect
- Field of class com.ibm.db.beans.DBException
- noValuesSet
- Field of class com.ibm.db.beans.DBException
- onRow()
- Method in class com.ibm.db.beans.DBSelect
- Returns true if you are currently positioned on a row; returns false otherwise.
- parameterAlreadyDefined
- Field of class com.ibm.db.beans.DBException
- parameterNotDefined
- Field of class com.ibm.db.beans.DBException
- previous()
- Method in class com.ibm.db.beans.DBSelect
- Applies any changes in the current row to the database, and then moves to the previous row in the result set.
- previousResult()
- Method in class com.ibm.db.beans.DBProcedureCall
- Applies any changes in the current row of the current result set to the database, and then positions to the previous result set.
- readOnly
- Field of class com.ibm.db.beans.DBException
- REASON_COLUMN_VALUE
- Field of class com.ibm.db.beans.DBEvent
- REASON_DELETE
- Field of class com.ibm.db.beans.DBEvent
- REASON_DELETE_CACHE_ROW
- Field of class com.ibm.db.beans.DBEvent
- REASON_EXECUTE
- Field of class com.ibm.db.beans.DBEvent
- REASON_FETCH_CACHE_ROW
- Field of class com.ibm.db.beans.DBEvent
- REASON_INSERT
- Field of class com.ibm.db.beans.DBEvent
- REASON_NEW_CACHE_ROW
- Field of class com.ibm.db.beans.DBEvent
- REASON_NONE
- Field of class com.ibm.db.beans.DBEvent
- REASON_UPDATE
- Field of class com.ibm.db.beans.DBEvent
- reExecute()
- Method in class com.ibm.db.beans.DBStatement
- Re-executes the statement.
- reExecute()
- Method in class com.ibm.db.beans.DBModify
- Re-executes the statement.
- reExecute()
- Method in class com.ibm.db.beans.DBSelect
- Re-executes the statement without re-preparing.
- refreshRow()
- Method in class com.ibm.db.beans.DBSelect
- Refreshes the current row with its most recent value in the database.
- com.ibm.db.beans.DBAfterListener)">removeDBAfterListener(DBAfterListener)
- Method in class com.ibm.db.beans.DBStatement
- Removes a listener to the DBAfter event set.
- com.ibm.db.beans.DBAfterListener)">removeDBAfterListener(DBAfterListener)
- Method in class com.ibm.db.beans.DBModify
- Removes a listener to the DBAfter event set.
- com.ibm.db.beans.DBAfterListener)">removeDBAfterListener(DBAfterListener)
- Method in class com.ibm.db.beans.DBSelect
- Removes a listener to the DBAfter event set.
- com.ibm.db.beans.DBBeforeListener)">removeDBBeforeListener(DBBeforeListener)
- Method in class com.ibm.db.beans.DBStatement
- Removes a listener to the DBBefore event set.
- com.ibm.db.beans.DBBeforeListener)">removeDBBeforeListener(DBBeforeListener)
- Method in class com.ibm.db.beans.DBModify
- Removes a listener to the DBBefore event set.
- com.ibm.db.beans.DBBeforeListener)">removeDBBeforeListener(DBBeforeListener)
- Method in class com.ibm.db.beans.DBSelect
- Removes a listener to the DBBefore event set.
- removePropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.db.beans.DBStatement
- Removes a listener to the PropertyChange event set.
- removePropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.db.beans.DBModify
- Removes a listener to the PropertyChange event set.
- removePropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.db.beans.DBSelect
- Removes a listener to the PropertyChange event set.
- removePropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.db.beans.DBProcedureCall
- Removes a listener to the PropertyChange event set.
- removePropertyChangeListener(PropertyChangeListener)
- Method in class com.ibm.db.beans.DBTableModel
- Removes a listener to the PropertyChange event set.
- removeTableModelListener(TableModelListener)
- Method in class com.ibm.db.beans.DBTableModel
- Removes a listener to the TableModel event set.
- resultNotDefined
- Field of class com.ibm.db.beans.DBException
- resultNotFound
- Field of class com.ibm.db.beans.DBException
- rollback()
- Method in class com.ibm.db.beans.DBStatement
- Rollback changes in the database.
- rowChanged
- Field of class com.ibm.db.beans.DBException
- com.ibm.db.beans.DBEvent)">rowChanged_delete(DBEvent)
- Method in interface com.ibm.db.beans.DBAfterListener
- Method called when the a row in the RowSet was deleted from the database.
- com.ibm.db.beans.DBEvent)">rowChanged_insert(DBEvent)
- Method in interface com.ibm.db.beans.DBAfterListener
- Method called when the a row in the RowSet was inserted into the database.
- com.ibm.db.beans.DBEvent)">rowChanged_update(DBEvent)
- Method in interface com.ibm.db.beans.DBAfterListener
- Method called when the a row in the RowSet was updated in the database.
- rowFlaggedForDelete
- Field of class com.ibm.db.beans.DBException
- rowNotFound
- Field of class com.ibm.db.beans.DBException
- rowNotInDatabase
- Field of class com.ibm.db.beans.DBException
- com.ibm.db.beans.DBEvent)">rowSetChanged_columnValue(DBEvent)
- Method in interface com.ibm.db.beans.DBAfterListener
- Method called when the cache of the RowSet changed by having the value of a column changed in one of the rows.
- com.ibm.db.beans.DBEvent)">rowSetChanged_deleteRow(DBEvent)
- Method in interface com.ibm.db.beans.DBAfterListener
- Method called when the cache of the RowSet changed by having a row deleted from it.
- com.ibm.db.beans.DBEvent)">rowSetChanged_execute(DBEvent)
- Method in interface com.ibm.db.beans.DBAfterListener
- Method called when the cache of the RowSet changed by being filled upon execution.
- com.ibm.db.beans.DBEvent)">rowSetChanged_fetchRow(DBEvent)
- Method in interface com.ibm.db.beans.DBAfterListener
- Method called when the cache of the RowSet changed by having one or more rows fetched into it.
- com.ibm.db.beans.DBEvent)">rowSetChanged_newRow(DBEvent)
- Method in interface com.ibm.db.beans.DBAfterListener
- Method called when the cache of the RowSet changed by having a new empty row added to it.
- setAutoCommit(boolean)
- Method in class com.ibm.db.beans.DBStatement
- Sets the value of the autoCommit property.
- setCacheLimit(int)
- Method in class com.ibm.db.beans.DBSelect
- Provides a hint for the maximum number of rows to be kept in an in-memory cache of result set rows.
- setCacheValueAt(Object, int, int)
- Method in class com.ibm.db.beans.DBSelect
- Sets the value of the column at columnIndex and rowIndex in the cache.
- setCatalogName(int, String)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Sets the catalog name of the table of the specified column.
- setColumn(int, Object)
- Method in class com.ibm.db.beans.DBSelect
- Sets (in memory) the value of the column at the specified index in the current row.
- setColumn(int, String, String, Class, boolean)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Adds the definition of a new column to this bean.
- setColumn(String, Object)
- Method in class com.ibm.db.beans.DBSelect
- Sets (in memory) the value of the column with the specified name in the current row.
- setColumnClass(int, Class)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Sets the Java class to be used when getting or setting values for this column.
- setColumnFromString(int, String)
- Method in class com.ibm.db.beans.DBSelect
- Sets (in memory) the value of the column at the specified index in the current row.
- setColumnFromString(String, String)
- Method in class com.ibm.db.beans.DBSelect
- Sets (in memory) the value of the column with the specified name in the current row.
- setColumnLabel(int, String)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Sets the label for this column, which may be different from its name.
- setColumnName(int, String)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Sets the name for this column.
- setCommand(String)
- Method in class com.ibm.db.beans.DBStatement
- Sets the SQL statement serving as the rowset's command property.
- setCompareLargeColumns(boolean)
- Method in class com.ibm.db.beans.DBSelect
- If true, large columns will be compared when locking the current row.
- setConnection(Connection)
- Method in class com.ibm.db.beans.DBStatement
- Sets the java.sql.Connection object used by this DBStatement.
- com.ibm.db.beans.DBConnectionSpec)">setConnectionSpec(DBConnectionSpec)
- Method in class com.ibm.db.beans.DBStatement
- Sets the DBConnectionSpec object used by this DBStatement.
- setDataSourceName(String)
- Method in class com.ibm.db.beans.DBConnectionSpec
- Specifies the name of a javax.sql.DataSource to use when opening a database connection, and clears any value previously set for the url property.
- setDataSourceName(String)
- Method in class com.ibm.db.beans.DBStatement
- Specifies the name of a javax.sql.DataSource to use when opening a database connection, and clears any value previously set for the url property.
- setDistinctTypesEnabled(boolean)
- Method in class com.ibm.db.beans.DBSelect
- If true, use of user-defined distinct types is enabled for this RowSet.
- setDriverName(String)
- Method in class com.ibm.db.beans.DBConnectionSpec
- Specifies the class name of a JDBC driver that will automatically be loaded and registered for you before using the DriverManager to open a database connection.
- setDriverName(String)
- Method in class com.ibm.db.beans.DBStatement
- Specifies the class name of a JDBC driver that will automatically be loaded and registered for you before using the DriverManager to open a database connection.
- setFetchAllResultsOnExecute(boolean)
- Method in class com.ibm.db.beans.DBProcedureCall
- If true, all result sets produced by this procedure call will be obtained immediately during the execute method.
- setFetchSize(int)
- Method in class com.ibm.db.beans.DBSelect
- Sets the number of rows that should be fetched from the database when more rows are needed.
- setInitialContextFactory(String)
- Method in class com.ibm.db.beans.DBConnectionSpec
- Specifies the class name of the InitialContextFactory that will be used to locate a javax.sql.DataSource.
- setInitialContextFactory(String)
- Method in class com.ibm.db.beans.DBStatement
- Specifies the class name of the InitialContextFactory that will be used to locate a javax.sql.DataSource.
- setInternalUseObject(Object)
- Method in class com.ibm.db.beans.DBConnectionSpec
- For Internal Use only.
- setJspNullToken(String)
- Method in class com.ibm.db.beans.DBStatement
- Sets the String that will be used by default in JSPs that use this bean to represent a null value.
- setKey(int, boolean)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Sets specification of whether this column belongs to a set of columns that can uniquely identify a row in the result set.
- setLockRows(boolean)
- Method in class com.ibm.db.beans.DBSelect
- If true, a database lock is automatically held on a row while it is the current row.
- setLogWriter(PrintWriter)
- Method in class com.ibm.db.beans.DBConnectionSpec
- Provides the PrintWriter that will be used to log any error information written by this bean.
- setLogWriter(PrintWriter)
- Method in class com.ibm.db.beans.DBStatement
- Provides the PrintWriter that will be used to log any error or trace information written by this bean.
- setMaxFieldSize(int)
- Method in class com.ibm.db.beans.DBSelect
- The maxFieldSize limit (in bytes) is set to limit the size of data that can be returned for any column value.
- setMaxRows(int)
- Method in class com.ibm.db.beans.DBSelect
- The maxRows limit is set to limit the number of rows that any RowSet can contain.
- setOptimizeConvertToString(boolean)
- Method in class com.ibm.db.beans.DBStatement
- Turns optimization for String conversion on or off.
- setOptimizeForJsp(boolean)
- Method in class com.ibm.db.beans.DBStatement
- Turns optimization for use in a Java Server Page (JSP) on or off.
- setOptimizeForNoListeners(boolean)
- Method in class com.ibm.db.beans.DBStatement
- Turns optimization for no event listeners on or off.
- setParameter(int, Object)
- Method in class com.ibm.db.beans.DBStatement
- Sets the parameter at the specified index to the specified value.
- setParameter(int, String, int, int, Class)
- Method in class com.ibm.db.beans.DBParameterMetaData
- Add the definition of a new parameter to this bean.
- setParameter(String, Object)
- Method in class com.ibm.db.beans.DBStatement
- Sets the parameter with the specified name to the specified value.
- setParameterClass(int, Class)
- Method in class com.ibm.db.beans.DBParameterMetaData
- Sets the Java class to be used when getting or setting values for this parameter.
- setParameterFromString(int, String)
- Method in class com.ibm.db.beans.DBStatement
- Sets the parameter at the specified index to the specified value.
- setParameterFromString(String, String)
- Method in class com.ibm.db.beans.DBStatement
- Sets the parameter with the specified name to the specified value.
- setParameterMode(int, int)
- Method in class com.ibm.db.beans.DBParameterMetaData
- Sets the mode of the parameter at the specified position.
- setParameterName(int, String)
- Method in class com.ibm.db.beans.DBParameterMetaData
- Sets the name of the parameter at the specified position.
- setParameterScale(int, int)
- Method in class com.ibm.db.beans.DBParameterMetaData
- Sets the number of digits to the right of the decimal point for this parameter.
- setParameterType(int, int)
- Method in class com.ibm.db.beans.DBParameterMetaData
- Sets the SQL type of the parameter at the specified position.
- setPassword(String)
- Method in class com.ibm.db.beans.DBConnectionSpec
- Sets the password used to create a database connection.
- setPassword(String)
- Method in class com.ibm.db.beans.DBStatement
- Sets the password used to create a database connection.
- setPassword(String, boolean)
- Method in class com.ibm.db.beans.DBConnectionSpec
- Sets the password used to create a database connection.
- setProperties(Properties)
- Method in class com.ibm.db.beans.DBConnectionSpec
- Sets the connection properties to use when establishing a connection.
- setProviderUrl(String)
- Method in class com.ibm.db.beans.DBConnectionSpec
- Specifies the URL of the machine where the naming service should look for a javax.sql.DataSource.
- setProviderUrl(String)
- Method in class com.ibm.db.beans.DBStatement
- Specifies the URL of the machine where the naming service should look for a javax.sql.DataSource.
- setQueryTimeout(int)
- Method in class com.ibm.db.beans.DBStatement
- Sets the number of seconds to wait for a statement to execute.
- setReadOnly(boolean)
- Method in class com.ibm.db.beans.DBSelect
- Set the read-only property of the RowSet
- setResult(int)
- Method in class com.ibm.db.beans.DBProcedureCall
- Applies any changes in the current row of the current result set to the database, and then positions to the specified result set.
- setRow(int)
- Method in class com.ibm.db.beans.DBSelect
- Applies any changes in the current row to the database, and then positions to the specified row in the result set.
- setRowInCache(int)
- Method in class com.ibm.db.beans.DBSelect
- Makes the specified row in the cache the current row in the result set.
- setScale(int, int)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Sets the number of digits to the right of the decimal point for this column.
- setSchemaName(int, String)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Sets the schema name of the table of this column The index of the first column is 1.
- com.ibm.db.beans.DBSelect)">setSelect(DBSelect)
- Method in class com.ibm.db.beans.DBTableModel
- Sets the reference to the DBSelect or DBProcedureCall bean whose data this bean will provide access to.
- setSelectedRow(int)
- Method in class com.ibm.db.beans.DBTableModel
- Sets the selected row.
- setTableForUpdate(String)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Specifies the name of the table to be the target for Update, Insert, and Delete statements generated by the DBSelect bean.
- setTableName(int, String)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Sets the name of the table of this column.
- setTrace(boolean)
- Method in class com.ibm.db.beans.DBStatement
- Sets the tracing option of this bean on or off.
- setTransactionIsolation(int)
- Method in class com.ibm.db.beans.DBStatement
- Sets the transaction isolation level.
- setUpdateDeferral(int)
- Method in class com.ibm.db.beans.DBSelect
- Sets the style of update deferral.
- setUpdateEnabled(int, boolean)
- Method in class com.ibm.db.beans.DBSelectMetaData
- Sets specification of whether to allow values in this column to be set and then updated in the database using an associated DBSelect or DBProcedureCall.
- setUrl(String)
- Method in class com.ibm.db.beans.DBConnectionSpec
- Specifies the url of the database to connect to using the DriverManager, and clears any value previously set for the dataSourceName property.
- setUrl(String)
- Method in class com.ibm.db.beans.DBStatement
- Specifies the url of the database to connect to using the DriverManager, and clears any value previously set for the dataSourceName property.
- setUsername(String)
- Method in class com.ibm.db.beans.DBConnectionSpec
- Sets the user name used to create a database connection.
- setUsername(String)
- Method in class com.ibm.db.beans.DBStatement
- Sets the user name used to create a database connection.
- setValidateLOBs(boolean)
- Method in class com.ibm.db.beans.DBSelect
- If true, LOBs will be validated before they are returned from the cache.
- setValueAt(Object, int, int)
- Method in class com.ibm.db.beans.DBTableModel
- Sets the value at rowIndex and columnIndex in the cache of the associated DBSelect.
- com.ibm.db.beans.DBStatement)">shareConnectionWith(DBStatement)
- Method in class com.ibm.db.beans.DBStatement
- Makes this DBStatement object share the same java.sql.Connection object as another DBStatement object.
- sqlException
- Field of class com.ibm.db.beans.DBException
- TRANSACTION_DEFAULT
- Field of class com.ibm.db.beans.DBStatement
- transactionIsolationError
- Field of class com.ibm.db.beans.DBException
- truncated
- Field of class com.ibm.db.beans.DBException
- unexpectedError
- Field of class com.ibm.db.beans.DBException
- unlockRow()
- Method in class com.ibm.db.beans.DBSelect
- Unlocks the current row.
- updateRow()
- Method in class com.ibm.db.beans.DBSelect
- Updates the database with the values of the current row in the result set.
- wrongObjectType
- Field of class com.ibm.db.beans.DBException
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