Serialized Form


Package org.firebirdsql.jdbc

Class org.firebirdsql.jdbc.FBDataSource extends java.lang.Object 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 extends FBSQLException implements Serializable

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

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

Serialized Fields

original

java.lang.Exception original

message

java.lang.String message

sqlState

java.lang.String sqlState

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

message

java.lang.String message


Package org.firebirdsql.gds

Class org.firebirdsql.gds.AbstractGDS extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class org.firebirdsql.gds.GDSException extends java.lang.Exception 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

Class org.firebirdsql.gds.GDSType extends java.lang.Object implements Serializable

Serialization Methods

readResolve

public java.lang.Object readResolve()
Serialized Fields

name

java.lang.String name

ordinal

int ordinal


Package org.firebirdsql.jca

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

Serialized Fields

c

DatabaseParameterBuffer c

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

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Serialized Fields

dbAlias

java.lang.String dbAlias

defaultCri

FBConnectionRequestInfo defaultCri

tpb

FBTpb tpb

blobBufferLength

int blobBufferLength

gds

GDS gds

type

GDSType type

hashCode

int hashCode

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

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

Serialized Fields

byteArray

byte[] byteArray

tpb

java.util.Set tpb

txIsolation

int txIsolation

readOnly

boolean readOnly

mapper

FBTpbMapper mapper

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

Serialized Fields

mapping

java.util.HashMap mapping

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


Package org.firebirdsql.pool

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

Serialized Fields

reference

javax.naming.Reference reference

loginTimeout

int loginTimeout

minConnections

int minConnections

maxConnections

int maxConnections

blockingTimeout

int blockingTimeout

retryInterval

int retryInterval

idleTimeout

int idleTimeout

pingInterval

int pingInterval

properties

java.util.Properties properties

database

java.lang.String database

gdsType

GDSType gdsType

Class org.firebirdsql.pool.FBSimpleDataSource extends java.lang.Object implements Serializable

Serialized Fields

jndiReference

javax.naming.Reference jndiReference

description

java.lang.String description

loginTimeout

int loginTimeout

tpbMapping

java.lang.String tpbMapping

Class org.firebirdsql.pool.FBWrappingDataSource extends java.lang.Object implements Serializable

Serialized Fields

pool

FBConnectionPoolDataSource pool

reference

javax.naming.Reference reference

description

java.lang.String description

pooling

boolean pooling

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

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



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