Serialized Form


Package com.ibm.db

Class com.ibm.db.CallableStatement implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
This method was reads in the serialized object and restores the following static/transient fields: propertyChange - contains a reference to a PropertyChangeSupport instance. executing - flag indicating whether execute operation is in progress. moreResults - flag indicating whether more result sets can be fetched nextOrPrev - flag indicating whether nextResult or PreviousResult operation in process.
Serialized Fields

describeAtRuntime

boolean describeAtRuntime

fieldCurrentResult

int fieldCurrentResult

fieldCurrentResultInCache

int fieldCurrentResultInCache

fieldFillResultCacheOnExecute

boolean fieldFillResultCacheOnExecute

fieldMaximumResultsInCache

int fieldMaximumResultsInCache

fieldMetaDataVector

java.util.Vector fieldMetaDataVector

fieldNumResults

int fieldNumResults

fieldNumResultsInCache

int fieldNumResultsInCache

fieldResult

java.util.Vector fieldResult

outputParameterFetched

boolean[] outputParameterFetched

Class com.ibm.db.CallableStatementMetaData implements Serializable

Class com.ibm.db.DatabaseConnection implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
This method was reads in the serialized object and restores the following static/transient fields: propertyChange - contains a reference to a PropertyChangeSupport instance.
Serialized Fields

externallyManaged

boolean externallyManaged

fieldAutoCommit

boolean fieldAutoCommit

fieldConnectionSpec

com.ibm.db.base.DatabaseConnectionSpec fieldConnectionSpec

fieldPromptUID

boolean fieldPromptUID

fieldTransactionIsolation

int fieldTransactionIsolation

Class com.ibm.db.DataEvent implements Serializable

Serialized Fields

triggeringAction

int triggeringAction

Class com.ibm.db.DataException implements Serializable

Serialized Fields

errCode

int errCode

fieldSQLException

java.sql.SQLException fieldSQLException

Class com.ibm.db.DataRuntimeException implements Serializable

Serialized Fields

fieldException

java.lang.Exception fieldException

Class com.ibm.db.LogonDialog implements Serializable

Serialized Fields

buttonCancel

java.awt.Button buttonCancel

buttonOK

java.awt.Button buttonOK

cancelPrompt

boolean cancelPrompt

parentRef

java.awt.Component parentRef

pwd

java.lang.String pwd

textFieldLogonID

java.awt.TextField textFieldLogonID

textFieldPassword

java.awt.TextField textFieldPassword

uid

java.lang.String uid

Class com.ibm.db.SelectResult implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
This method was reads in the serialized object and restores the following static/transient fields: propertyChange - contains a reference to a PropertyChangeSupport instance. dataChangesPending - flag indicating whether updates, inserts, deletes pending moreRows - flag indicating whether more rows can be fetched previousRows - flag indicating whether previous rows can be fetched fetchDirection - 1 if last fetch was forward, -1 if last fetch was backward leavingRow - flag indicating whether in process of moving to another row nextOrPrev - flag indicating whether nextRow or PreviousRow operation in process. supportsPositionedUpdate supportsPositionedDelete supportsMixedCaseIdentifiers supportsMixedCaseQuotedIdentifiers
Serialized Fields

columnDefaults

com.ibm.db.base.DatabaseRow columnDefaults

deferUpdates

boolean deferUpdates

fieldCurrentRow

int fieldCurrentRow

fieldCurrentRowInCache

int fieldCurrentRowInCache

fieldNumPacketsInCache

int fieldNumPacketsInCache

fieldNumRowsInCache

int fieldNumRowsInCache

metaData

StatementMetaData metaData

rows

java.util.Vector rows

statement

SelectStatement statement

Class com.ibm.db.SelectStatement implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
This method was reads in the serialized object and restores the following static/transient fields: propertyChange - contains a reference to a PropertyChangeSupport instance. executing - flag indicating whether execute operation is in progress.
Serialized Fields

fieldFillCacheOnExecute

boolean fieldFillCacheOnExecute

fieldForceSearchedUpdate

boolean fieldForceSearchedUpdate

fieldLockRows

boolean fieldLockRows

fieldMaximumPacketsInCache

int fieldMaximumPacketsInCache

fieldMaximumRows

int fieldMaximumRows

fieldPacketSize

int fieldPacketSize

fieldResult

SelectResult fieldResult

forVAJavaSelect

boolean forVAJavaSelect

largeResultSetScrollingEnabled

boolean largeResultSetScrollingEnabled

Class com.ibm.db.SQLStatement implements Serializable

Serialized Fields

fieldNumAffectedRows

int fieldNumAffectedRows

Class com.ibm.db.SQLStatementMetaData implements Serializable

Class com.ibm.db.Statement implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
This method was reads in the serialized object and restores the following static/transient fields: propertyChange - contains a reference to a PropertyChangeSupport instance.
Serialized Fields

fieldConnection

DatabaseConnection fieldConnection

fieldDistinctTypesEnabled

boolean fieldDistinctTypesEnabled

fieldExecuted

boolean fieldExecuted

fieldMetaData

StatementMetaData fieldMetaData

fieldReadOnly

boolean fieldReadOnly

fieldTimeout

int fieldTimeout

fieldValidateLOBs

boolean fieldValidateLOBs

parameters

com.ibm.db.base.DatabaseRow parameters

Class com.ibm.db.StatementMetaData implements Serializable

Serialized Fields

fieldStatement

Statement fieldStatement

nextMetaData

StatementMetaData nextMetaData

querySpec

com.ibm.db.base.DatabaseQuerySpec querySpec

tables

java.util.Vector tables

Class com.ibm.db.StatementResult implements Serializable

Serialized Fields

fieldNumRows

int fieldNumRows