Serialized Form


Package org.firebirdsql.ds

Class org.firebirdsql.ds.FBSimpleDataSource extends RootCommonDataSource implements Serializable

serialVersionUID: 3156578540634970427L

Serialized Fields

mcf

FBManagedConnectionFactory mcf

jndiReference

javax.naming.Reference jndiReference

description

java.lang.String description

Package org.firebirdsql.gds

Class org.firebirdsql.gds.GDSException extends java.lang.Exception implements Serializable

serialVersionUID: -2993273656432230359L

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

Class org.firebirdsql.gds.GDSWarning extends GDSException implements Serializable

serialVersionUID: 4371153304115303488L


Package org.firebirdsql.jca

Class org.firebirdsql.jca.FBConnectionRequestInfo extends java.lang.Object implements Serializable

Serialized Fields

dpb

DatabaseParameterBuffer dpb

Class org.firebirdsql.jca.FBIncorrectXidException extends FBResourceException implements Serializable

Class org.firebirdsql.jca.FBManagedConnectionFactory extends java.lang.Object implements Serializable

serialVersionUID: 7500832904323015501L

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
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 extends javax.resource.ResourceException implements Serializable

Class org.firebirdsql.jca.FBResourceTransactionException extends FBResourceException implements Serializable

Class org.firebirdsql.jca.FBStandAloneConnectionManager extends java.lang.Object implements Serializable

serialVersionUID: -4933951275930670896L

Class org.firebirdsql.jca.FBTpb extends java.lang.Object implements Serializable

Serialized Fields

transactionParams

TransactionParameterBuffer transactionParams

Class org.firebirdsql.jca.FBXAException extends javax.transaction.xa.XAException implements Serializable

Serialized Fields

reason

java.lang.Exception reason

Package org.firebirdsql.jdbc

Class org.firebirdsql.jdbc.FBConnectionProperties extends java.lang.Object implements Serializable

serialVersionUID: 611228437520889118L

Serialized Fields

properties

java.util.Map<K,V> properties

type

java.lang.String type

database

java.lang.String database

tpbMapping

java.lang.String tpbMapping

defaultTransactionIsolation

int defaultTransactionIsolation

customMapping

java.util.Map<K,V> customMapping

mapper

FBTpbMapper mapper

Class org.firebirdsql.jdbc.FBDataSource extends RootCommonDataSource implements Serializable

serialVersionUID: 1178461472062969634L

Serialized Fields

cm

javax.resource.spi.ConnectionManager cm

mcf

FBManagedConnectionFactory mcf

jndiReference

javax.naming.Reference jndiReference

loginTimeout

int loginTimeout

Class org.firebirdsql.jdbc.FBDriverConsistencyCheckException extends FBSQLException implements Serializable

Class org.firebirdsql.jdbc.FBDriverNotCapableException extends java.sql.SQLFeatureNotSupportedException implements Serializable

Class org.firebirdsql.jdbc.FBMissingParameterException extends FBSQLException implements Serializable

Serialized Fields

setParams

boolean[] setParams

Class org.firebirdsql.jdbc.FBResultSetNotUpdatableException extends FBSQLException implements Serializable

Class org.firebirdsql.jdbc.FBSQLException extends java.sql.SQLException implements Serializable

serialVersionUID: 8157410954186424083L

Class org.firebirdsql.jdbc.FBSQLParseException extends FBSQLException implements Serializable

Class org.firebirdsql.jdbc.FBSQLWarning extends java.sql.SQLWarning implements Serializable

Serialized Fields

original

GDSException original
Deprecated. 

Class org.firebirdsql.jdbc.FBTpbMapper extends java.lang.Object implements Serializable

serialVersionUID: 1690658870275668176L

Serialized Fields

mapping

java.util.HashMap<K,V> mapping

defaultIsolationLevel

int defaultIsolationLevel

Package org.firebirdsql.pool

Class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource extends BasicAbstractConnectionPool implements Serializable

Serialized Fields

logWriter

java.io.PrintWriter logWriter
Deprecated. 

jdbcUrl

java.lang.String jdbcUrl
Deprecated. 

driverClassName

java.lang.String driverClassName
Deprecated. 

transactionIsolation

int transactionIsolation
Deprecated. 

props

java.util.Properties props
Deprecated. 

connectionManager

org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource.DriverPooledConnectionManager connectionManager
Deprecated. 

Class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource extends BasicAbstractConnectionPool implements Serializable

Serialized Fields

connectionProperties

FBConnectionProperties connectionProperties
Deprecated. 

Class org.firebirdsql.pool.BasicAbstractConnectionPool extends AbstractConnectionPool implements Serializable

Serialized Fields

minPoolSize

int minPoolSize
Deprecated. 

maxPoolSize

int maxPoolSize
Deprecated. 

blockingTimeout

int blockingTimeout
Deprecated. 

retryInterval

int retryInterval
Deprecated. 

maxIdleTime

int maxIdleTime
Deprecated. 

pingInterval

int pingInterval
Deprecated. 

pingStatement

java.lang.String pingStatement
Deprecated. 

pooling

boolean pooling
Deprecated. 

statementPooling

boolean statementPooling
Deprecated. 

keepStatements

boolean keepStatements
Deprecated. 

maxStatements

int maxStatements
Deprecated. 

reference

javax.naming.Reference reference
Deprecated. 

Class org.firebirdsql.pool.DriverConnectionPoolDataSource extends AbstractDriverConnectionPoolDataSource implements Serializable

Class org.firebirdsql.pool.FBConnectionPoolDataSource extends AbstractFBConnectionPoolDataSource implements Serializable

Class org.firebirdsql.pool.FBSimpleDataSource extends FBSimpleDataSource implements Serializable

serialVersionUID: 3156578540634970427L

Class org.firebirdsql.pool.FBWrappingDataSource extends RootCommonDataSource implements Serializable

serialVersionUID: -2282667414407311473L

Serialized Fields

pool

AbstractFBConnectionPoolDataSource pool
Deprecated. 

reference

javax.naming.Reference reference
Deprecated. 

description

java.lang.String description
Deprecated. 

Class org.firebirdsql.pool.ObjectCloseTraceException extends FBSQLException implements Serializable

Class org.firebirdsql.pool.PooledObjectEvent extends java.util.EventObject implements Serializable

Serialized Fields

connectionDeallocated

boolean connectionDeallocated
Deprecated. 

Class org.firebirdsql.pool.UnknownDriverTypeException extends java.sql.SQLException implements Serializable



Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.