Uses of Class
org.firebirdsql.gds.impl.GDSType

Packages that use GDSType
org.firebirdsql.event   
org.firebirdsql.gds.impl This package contains classes for the pluggable GDS implementations. 
org.firebirdsql.gds.impl.jni   
org.firebirdsql.jca   
org.firebirdsql.management   
org.firebirdsql.pool   
 

Uses of GDSType in org.firebirdsql.event
 

Constructors in org.firebirdsql.event with parameters of type GDSType
FBEventManager(GDSType gdsType)
           
 

Uses of GDSType in org.firebirdsql.gds.impl
 

Methods in org.firebirdsql.gds.impl that return GDSType
static GDSType GDSFactory.getDefaultGDSType()
          Get default GDS type.
 GDSType AbstractGDS.getGdsType()
          Deprecated. use AbstractGDS.getType()instead.
 GDSType AbstractGDS.getType()
          Get type of this instance.
static GDSType GDSType.getType(String type)
          Factory method for instances of this class.
static GDSType GDSFactory.getTypeForProtocol(String jdbcUrl)
          Get GDS type for the specified JDBC URL.
 

Methods in org.firebirdsql.gds.impl with parameters of type GDSType
static Class GDSFactory.getConnectionClass(GDSType gdsType)
          Get class extending the AbstractConnection that will be instantiated when new connection is created.
static String GDSFactory.getDatabasePath(GDSType gdsType, String jdbcUrl)
          Get path to the database from the specified JDBC URL.
static String GDSFactory.getDatabasePath(GDSType gdsType, String server, Integer port, String path)
          Get connection string for the specified server name, port and database name/path.
static GDS GDSFactory.getGDSForType(GDSType gdsType)
          Get an instance of the specified implemenation of GDS.
static String GDSFactory.getJdbcUrl(GDSType gdsType, String databasePath)
          Create JDBC URL for the specified GDS type and database path.
 

Constructors in org.firebirdsql.gds.impl with parameters of type GDSType
AbstractGDS(GDSType gdsType)
           
 

Uses of GDSType in org.firebirdsql.gds.impl.jni
 

Constructors in org.firebirdsql.gds.impl.jni with parameters of type GDSType
BaseGDSImpl(GDSType gdsType)
           
EmbeddedGDSImpl(GDSType gdsType)
           
JniGDSImpl(GDSType gdsType)
          Create instance of this class.
LocalGDSImpl(GDSType gdsType)
           
NativeGDSImpl(GDSType gdsType)
           
 

Uses of GDSType in org.firebirdsql.jca
 

Methods in org.firebirdsql.jca that return GDSType
 GDSType FBManagedConnectionFactory.getGDSType()
          Get the GDS implementation type around which this factory is based.
 

Constructors in org.firebirdsql.jca with parameters of type GDSType
FBManagedConnectionFactory(GDSType gdsType)
          Create a new FBManagedConnectionFactory based around the given GDSType.
FBManagedConnectionFactory(GDSType gdsType, FBConnectionProperties connectionProperties)
           
 

Uses of GDSType in org.firebirdsql.management
 

Constructors in org.firebirdsql.management with parameters of type GDSType
FBBackupManager(GDSType gdsType)
          Create a new instance of FBBackupManager based on a given GDSType.
FBMaintenanceManager(GDSType gdsType)
          Create a new instance of FBMaintenanceManager based on a given GDSType.
FBManager(GDSType type)
           
FBServiceManager(GDSType gdsType)
          Create a new instance of FBServiceManager based on a given GDSType.
FBStatisticsManager(GDSType gdsType)
          Create a new instance of FBMaintenanceManager based on a given GDSType.
FBUserManager(GDSType gdsType)
          Create a new instance of FBMaintenanceManager based on a given GDSType.
 

Uses of GDSType in org.firebirdsql.pool
 

Methods in org.firebirdsql.pool that return GDSType
 GDSType AbstractFBConnectionPoolDataSource.getGDSType()
          Get type of JDBC driver that is used.
 

Methods in org.firebirdsql.pool with parameters of type GDSType
 void AbstractFBConnectionPoolDataSource.setGDSType(GDSType gdsType)
          Set type of the JDBC driver to use.
 

Constructors in org.firebirdsql.pool with parameters of type GDSType
FBSimpleDataSource(GDSType type)
          Create instance of this class.
 



Copyright © 2001-2010. All Rights Reserved.