Uses of Interface
org.firebirdsql.jdbc.FirebirdConnectionProperties

Packages that use FirebirdConnectionProperties
org.firebirdsql.jca   
org.firebirdsql.jdbc   
org.firebirdsql.pool   
 

Uses of FirebirdConnectionProperties in org.firebirdsql.jca
 

Classes in org.firebirdsql.jca that implement FirebirdConnectionProperties
 class FBManagedConnectionFactory
          FBManagedConnectionFactory implements the jca ManagedConnectionFactory interface and also many of the internal functions of ManagedConnection.
 

Uses of FirebirdConnectionProperties in org.firebirdsql.jdbc
 

Classes in org.firebirdsql.jdbc that implement FirebirdConnectionProperties
 class FBConnectionProperties
           
 

Methods in org.firebirdsql.jdbc that return FirebirdConnectionProperties
 FirebirdConnectionProperties FirebirdDriver.newConnectionProperties()
          Create new instance of FirebirdConnectionProperties that can later be used in FirebirdDriver.connect(FirebirdConnectionProperties) call.
 FirebirdConnectionProperties FBDriver.newConnectionProperties()
           
 

Methods in org.firebirdsql.jdbc with parameters of type FirebirdConnectionProperties
 FirebirdConnection FirebirdDriver.connect(FirebirdConnectionProperties properties)
          Connect to the specified database using the specified connection properties.
 FirebirdConnection FBDriver.connect(FirebirdConnectionProperties properties)
           
static void FBConnectionHelper.processTpbMapping(GDS gds, FirebirdConnectionProperties connectionProperties, Properties info)
          This method extracts TPB mapping information from the connection parameters.
 

Uses of FirebirdConnectionProperties in org.firebirdsql.pool
 

Subinterfaces of FirebirdConnectionProperties in org.firebirdsql.pool
 interface FirebirdPool
          Configuration for the FBWrappingDataSource and FBConnectionPoolDataSource objects.
 

Classes in org.firebirdsql.pool that implement FirebirdConnectionProperties
 class AbstractFBConnectionPoolDataSource
          Connection pool for Firebird JDBC driver.
 class FBConnectionPoolDataSource
          Implementation of the javax.naming.spi.ObjectFactory interface.
 class FBSimpleDataSource
          This is a simple implementation of DataSource interface.
 class FBWrappingDataSource
          Implementation of DataSource including connection pooling.
 



Copyright © 2001-2010. All Rights Reserved.