org.firebirdsql.gds

Class ClassFactory


public class ClassFactory
extends java.lang.Object

Returns classes either by the Class.forName method or by using an already cached instance.
Author:
Steven Jardine

Field Summary

static String
DriverConnectionPoolDataSource
static String
FBCallableStatement
static String
FBConnection
static String
FBConnectionPoolDataSource
static String
FBPreparedStatement
static String
FBSavepoint
static String
FBStatement
static String
JavaGDSImpl

Method Summary

static Class
get(String className)

Field Details

DriverConnectionPoolDataSource

public static final String DriverConnectionPoolDataSource

FBCallableStatement

public static final String FBCallableStatement

FBConnection

public static final String FBConnection

FBConnectionPoolDataSource

public static final String FBConnectionPoolDataSource

FBPreparedStatement

public static final String FBPreparedStatement

FBSavepoint

public static final String FBSavepoint

FBStatement

public static final String FBStatement

JavaGDSImpl

public static final String JavaGDSImpl

Method Details

get

public static Class get(String className)
Parameters:
className - the class name to return.
Returns:
the class corresponding to the string class name.

Copyright B) 2001 David Jencks and other authors. All rights reserved.