Serialized Form


Package org.firebirdsql.gds

Class org.firebirdsql.gds.GDSException implements Serializable

Serialized Fields

type

int type

intParam

int intParam

strParam

java.lang.String strParam

xaErrorCode

int xaErrorCode
The variable xaErrorCode is used to allow the same code to be used for transaction control from the XAResource, LocalTransaction, and Connection. This code may be added to the GDSException without obscuring the message: only at the final level is the GDSException converted to the spec-required exception.

next

GDSException next
My child


Package org.firebirdsql.jca

Class org.firebirdsql.jca.FBConnectionRequestInfo implements Serializable

Serialized Fields

dpb

DatabaseParameterBuffer dpb

Class org.firebirdsql.jca.FBIncorrectXidException implements Serializable

Class org.firebirdsql.jca.FBManagedConnectionFactory implements Serializable

Serialized Fields

defaultCm

javax.resource.spi.ConnectionManager defaultCm

hashCode

int hashCode

gdsType

org.firebirdsql.gds.impl.GDSType gdsType

connectionProperties

FBConnectionProperties connectionProperties

Class org.firebirdsql.jca.FBResourceException implements Serializable

Class org.firebirdsql.jca.FBResourceTransactionException implements Serializable

Class org.firebirdsql.jca.FBStandAloneConnectionManager implements Serializable

Class org.firebirdsql.jca.FBTpb implements Serializable

Serialized Fields

transactionParams

TransactionParameterBuffer transactionParams

Class org.firebirdsql.jca.FBXAException implements Serializable

Serialized Fields

reason

java.lang.Exception reason


Package org.firebirdsql.jdbc

Class org.firebirdsql.jdbc.FBConnectionProperties implements Serializable

Serialized Fields

properties

java.util.HashMap properties

type

java.lang.String type

database

java.lang.String database

tpbMapping

java.lang.String tpbMapping

defaultTransactionIsolation

int defaultTransactionIsolation

customMapping

java.util.HashMap customMapping

mapper

FBTpbMapper mapper

Class org.firebirdsql.jdbc.FBDataSource implements Serializable

Serialized Fields

cm

javax.resource.spi.ConnectionManager cm

mcf

FBManagedConnectionFactory mcf

jndiReference

javax.naming.Reference jndiReference

loginTimeout

int loginTimeout

Class org.firebirdsql.jdbc.FBDriverConsistencyCheckException implements Serializable

Class org.firebirdsql.jdbc.FBDriverNotCapableException implements Serializable

Class org.firebirdsql.jdbc.FBMissingParameterException implements Serializable

Serialized Fields

setParams

boolean[] setParams

Class org.firebirdsql.jdbc.FBResultSetNotUpdatableException implements Serializable

Class org.firebirdsql.jdbc.FBSQLException implements Serializable

Serialized Fields

original

java.lang.Exception original

message

java.lang.String message

Class org.firebirdsql.jdbc.FBSQLParseException implements Serializable

Class org.firebirdsql.jdbc.FBSQLWarning implements Serializable

Serialized Fields

original

GDSException original

message

java.lang.String message

Class org.firebirdsql.jdbc.FBTpbMapper implements Serializable

Serialized Fields

mapping

java.util.HashMap mapping

defaultIsolationLevel

int defaultIsolationLevel


Package org.firebirdsql.pool

Class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource implements Serializable

Serialized Fields

logWriter

java.io.PrintWriter logWriter

jdbcUrl

java.lang.String jdbcUrl

driverClassName

java.lang.String driverClassName

transactionIsolation

int transactionIsolation

props

java.util.Properties props

connectionManager

org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource.DriverPooledConnectionManager connectionManager

Class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource implements Serializable

Serialized Fields

connectionProperties

FBConnectionProperties connectionProperties

Class org.firebirdsql.pool.BasicAbstractConnectionPool implements Serializable

Serialized Fields

minPoolSize

int minPoolSize

maxPoolSize

int maxPoolSize

blockingTimeout

int blockingTimeout

retryInterval

int retryInterval

maxIdleTime

int maxIdleTime

pingInterval

int pingInterval

pingStatement

java.lang.String pingStatement

pooling

boolean pooling

statementPooling

boolean statementPooling

keepStatements

boolean keepStatements

maxStatements

int maxStatements

reference

javax.naming.Reference reference

Class org.firebirdsql.pool.FBSimpleDataSource implements Serializable

Serialized Fields

jndiReference

javax.naming.Reference jndiReference

description

java.lang.String description

loginTimeout

int loginTimeout

Class org.firebirdsql.pool.FBWrappingDataSource implements Serializable

Serialized Fields

pool

AbstractFBConnectionPoolDataSource pool

reference

javax.naming.Reference reference

description

java.lang.String description

Class org.firebirdsql.pool.ObjectCloseTraceException implements Serializable

Class org.firebirdsql.pool.PooledObjectEvent implements Serializable

Serialized Fields

connectionDeallocated

boolean connectionDeallocated

Class org.firebirdsql.pool.UnknownDriverTypeException implements Serializable



Copyright © 2001 David Jencks and other authors. All rights reserved.