Serialized Form
Package org.firebirdsql.gds |
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
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
readResolve
public java.lang.Object readResolve()
name
java.lang.String name
ordinal
int ordinal
Package org.firebirdsql.jca |
c
DatabaseParameterBuffer c
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
dbAlias
java.lang.String dbAlias
defaultCri
FBConnectionRequestInfo defaultCri
tpb
FBTpb tpb
blobBufferLength
int blobBufferLength
gds
GDS gds
type
GDSType type
hashCode
int hashCode
byteArray
byte[] byteArray
tpb
java.util.Set tpb
txIsolation
int txIsolation
readOnly
boolean readOnly
mapper
FBTpbMapper mapper
mapping
java.util.HashMap mapping
reason
java.lang.Exception reason
Package org.firebirdsql.jdbc |
cm
javax.resource.spi.ConnectionManager cm
mcf
FBManagedConnectionFactory mcf
jndiReference
javax.naming.Reference jndiReference
loginTimeout
int loginTimeout
setParams
boolean[] setParams
original
java.lang.Exception original
message
java.lang.String message
sqlState
java.lang.String sqlState
original
GDSException original
message
java.lang.String message
Package org.firebirdsql.pool |
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
transactionIsolation
int transactionIsolation
maxStatements
int maxStatements
reference
javax.naming.Reference reference
logWriter
java.io.PrintWriter logWriter
jdbcUrl
java.lang.String jdbcUrl
driverClassName
java.lang.String driverClassName
props
java.util.Properties props
connectionManager
org.firebirdsql.pool.DriverConnectionPoolDataSource.DriverPooledConnectionManager connectionManager
properties
java.util.Properties properties
database
java.lang.String database
gdsType
GDSType gdsType
jndiReference
javax.naming.Reference jndiReference
description
java.lang.String description
loginTimeout
int loginTimeout
tpbMapping
java.lang.String tpbMapping
pool
FBConnectionPoolDataSource pool
reference
javax.naming.Reference reference
description
java.lang.String description
connectionDeallocated
boolean connectionDeallocated
Copyright © 2001 David Jencks and other authors. All rights reserved.