|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.firebirdsql.gds |
|---|
| Class org.firebirdsql.gds.GDSException extends Exception implements Serializable |
|---|
| Serialized Fields |
|---|
int type
int intParam
String strParam
int xaErrorCode
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.
GDSException next
| Package org.firebirdsql.gds.impl |
|---|
| Class org.firebirdsql.gds.impl.AbstractGDS extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Class org.firebirdsql.gds.impl.GDSServerVersion extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String rawStr
String platform
String type
int majorVersion
int minorVersion
int variant
int buildNumber
String serverName
String extendedServerName
| Class org.firebirdsql.gds.impl.GDSServerVersionException extends GDSException implements Serializable |
|---|
| Class org.firebirdsql.gds.impl.GDSType extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
public Object readResolve()
| Serialized Fields |
|---|
String name
| Package org.firebirdsql.gds.impl.jni |
|---|
| Class org.firebirdsql.gds.impl.jni.BaseGDSImpl extends AbstractGDS implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Class org.firebirdsql.gds.impl.jni.BlobParameterBufferImp extends org.firebirdsql.gds.impl.jni.ParameterBufferBase implements Serializable |
|---|
| Class org.firebirdsql.gds.impl.jni.DatabaseParameterBufferImp extends org.firebirdsql.gds.impl.jni.ParameterBufferBase implements Serializable |
|---|
| Class org.firebirdsql.gds.impl.jni.EmbeddedGDSImpl extends JniGDSImpl implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Class org.firebirdsql.gds.impl.jni.GDSSynchronizationPolicy.AbstractSynchronizationPolicy extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
GDS gds
| Class org.firebirdsql.gds.impl.jni.GDSSynchronizationPolicy.ClientLibrarySyncPolicy extends GDSSynchronizationPolicy.AbstractSynchronizationPolicy implements Serializable |
|---|
| Class org.firebirdsql.gds.impl.jni.InternalError extends RuntimeException implements Serializable |
|---|
| Class org.firebirdsql.gds.impl.jni.JniGDSImpl extends BaseGDSImpl implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Class org.firebirdsql.gds.impl.jni.LocalGDSImpl extends JniGDSImpl implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Class org.firebirdsql.gds.impl.jni.NativeGDSImpl extends JniGDSImpl implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Class org.firebirdsql.gds.impl.jni.ParameterBufferBase.Argument extends Object implements Serializable |
|---|
| Class org.firebirdsql.gds.impl.jni.ParameterBufferBase.NumericArgument extends ParameterBufferBase.Argument implements Serializable |
|---|
| Serialized Fields |
|---|
int type
int value
| Class org.firebirdsql.gds.impl.jni.ParameterBufferBase.StringArgument extends ParameterBufferBase.Argument implements Serializable |
|---|
| Serialized Fields |
|---|
int type
String value
| Class org.firebirdsql.gds.impl.jni.TransactionParameterBufferImpl extends org.firebirdsql.gds.impl.jni.ParameterBufferBase implements Serializable |
|---|
| Package org.firebirdsql.gds.impl.wire |
|---|
| Class org.firebirdsql.gds.impl.wire.AbstractJavaGDSImpl extends AbstractGDS implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Class org.firebirdsql.gds.impl.wire.BlobParameterBufferImp extends ParameterBufferBase implements Serializable |
|---|
| Class org.firebirdsql.gds.impl.wire.DatabaseParameterBufferImp extends ParameterBufferBase implements Serializable |
|---|
| Class org.firebirdsql.gds.impl.wire.JavaGDSImpl extends AbstractJavaGDSImpl implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
IOException| Class org.firebirdsql.gds.impl.wire.ParameterBufferBase extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
List<E> arguments
| Class org.firebirdsql.gds.impl.wire.ParameterBufferBase.Argument extends Object implements Serializable |
|---|
| Class org.firebirdsql.gds.impl.wire.ParameterBufferBase.NumericArgument extends ParameterBufferBase.Argument implements Serializable |
|---|
| Serialized Fields |
|---|
int type
int value
| Class org.firebirdsql.gds.impl.wire.ParameterBufferBase.StringArgument extends ParameterBufferBase.Argument implements Serializable |
|---|
| Serialized Fields |
|---|
int type
String value
| Class org.firebirdsql.gds.impl.wire.TransactionParameterBufferImpl extends ParameterBufferBase implements Serializable |
|---|
| Package org.firebirdsql.jca |
|---|
| Class org.firebirdsql.jca.FBConnectionRequestInfo extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
DatabaseParameterBuffer dpb
| Class org.firebirdsql.jca.FBIncorrectXidException extends FBResourceException implements Serializable |
|---|
| Class org.firebirdsql.jca.FBManagedConnectionFactory extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
private Object readResolve()
throws ObjectStreamException
ObjectStreamException| Serialized Fields |
|---|
javax.resource.spi.ConnectionManager defaultCm
int hashCode
GDSType gdsType
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 Object implements Serializable |
|---|
| Class org.firebirdsql.jca.FBTpb extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
TransactionParameterBuffer transactionParams
| Class org.firebirdsql.jca.FBXAException extends XAException implements Serializable |
|---|
| Serialized Fields |
|---|
Exception reason
| Package org.firebirdsql.jdbc |
|---|
| Class org.firebirdsql.jdbc.FBConnectionProperties extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
HashMap<K,V> properties
String type
String database
String tpbMapping
int defaultTransactionIsolation
HashMap<K,V> customMapping
FBTpbMapper mapper
| Class org.firebirdsql.jdbc.FBDataSource extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
javax.resource.spi.ConnectionManager cm
FBManagedConnectionFactory mcf
Reference jndiReference
int loginTimeout
| Class org.firebirdsql.jdbc.FBDriverConsistencyCheckException extends FBSQLException implements Serializable |
|---|
| Class org.firebirdsql.jdbc.FBDriverNotCapableException extends FBSQLException implements Serializable |
|---|
| Class org.firebirdsql.jdbc.FBMissingParameterException extends FBSQLException implements Serializable |
|---|
| Serialized Fields |
|---|
boolean[] setParams
| Class org.firebirdsql.jdbc.FBResultSetNotUpdatableException extends FBSQLException implements Serializable |
|---|
| Class org.firebirdsql.jdbc.FBSQLException extends SQLException implements Serializable |
|---|
| Serialized Fields |
|---|
Exception original
String message
| Class org.firebirdsql.jdbc.FBSQLParseException extends FBSQLException implements Serializable |
|---|
| Class org.firebirdsql.jdbc.FBSQLWarning extends SQLWarning implements Serializable |
|---|
| Serialized Fields |
|---|
GDSException original
String message
| Class org.firebirdsql.jdbc.FBTpbMapper extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
HashMap<K,V> mapping
int defaultIsolationLevel
| Class org.firebirdsql.jdbc.FBWrappingDataSource extends FBWrappingDataSource implements Serializable |
|---|
| Package org.firebirdsql.jdbc.field |
|---|
| Class org.firebirdsql.jdbc.field.TypeConvertionException extends FBSQLException implements Serializable |
|---|
| Package org.firebirdsql.pool |
|---|
| Class org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource extends BasicAbstractConnectionPool implements Serializable |
|---|
| Serialized Fields |
|---|
PrintWriter logWriter
String jdbcUrl
String driverClassName
int transactionIsolation
Properties props
org.firebirdsql.pool.AbstractDriverConnectionPoolDataSource.DriverPooledConnectionManager connectionManager
| Class org.firebirdsql.pool.AbstractFBConnectionPoolDataSource extends BasicAbstractConnectionPool implements Serializable |
|---|
| Serialized Fields |
|---|
FBConnectionProperties connectionProperties
| Class org.firebirdsql.pool.BasicAbstractConnectionPool extends AbstractConnectionPool implements Serializable |
|---|
| Serialized Fields |
|---|
int minPoolSize
int maxPoolSize
int blockingTimeout
int retryInterval
int maxIdleTime
int pingInterval
String pingStatement
boolean pooling
boolean statementPooling
boolean keepStatements
int maxStatements
Reference reference
| Class org.firebirdsql.pool.DriverConnectionPoolDataSource extends AbstractDriverConnectionPoolDataSource implements Serializable |
|---|
| Class org.firebirdsql.pool.FBConnectionPoolDataSource extends AbstractFBConnectionPoolDataSource implements Serializable |
|---|
| Class org.firebirdsql.pool.FBSimpleDataSource extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
Reference jndiReference
String description
int loginTimeout
| Class org.firebirdsql.pool.FBWrappingDataSource extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
AbstractFBConnectionPoolDataSource pool
Reference reference
String description
| Class org.firebirdsql.pool.ObjectCloseTraceException extends FBSQLException implements Serializable |
|---|
| Class org.firebirdsql.pool.PooledObjectEvent extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
boolean connectionDeallocated
| Class org.firebirdsql.pool.UnknownDriverTypeException extends SQLException implements Serializable |
|---|
| Package org.firebirdsql.pool.sun |
|---|
| Class org.firebirdsql.pool.sun.AppServerConnectionPoolDataSource extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
AbstractFBConnectionPoolDataSource dataSource
| Class org.firebirdsql.pool.sun.AppServerDataSource extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
FBWrappingDataSource dataSource
| Class org.firebirdsql.pool.sun.AppServerXADataSource extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
AbstractFBConnectionPoolDataSource dataSource
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||