org.firebirdsql.gds
Class ClassFactory
java.lang.Object
org.firebirdsql.gds.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
Method Summary |
static java.lang.Class |
get(java.lang.String className)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DriverConnectionPoolDataSource
public static final java.lang.String DriverConnectionPoolDataSource
- See Also:
- Constant Field Values
FBCallableStatement
public static final java.lang.String FBCallableStatement
- See Also:
- Constant Field Values
FBConnection
public static final java.lang.String FBConnection
- See Also:
- Constant Field Values
FBConnectionPoolDataSource
public static final java.lang.String FBConnectionPoolDataSource
- See Also:
- Constant Field Values
FBPreparedStatement
public static final java.lang.String FBPreparedStatement
- See Also:
- Constant Field Values
FBStatement
public static final java.lang.String FBStatement
- See Also:
- Constant Field Values
JavaGDSImpl
public static final java.lang.String JavaGDSImpl
- See Also:
- Constant Field Values
ClassFactory
public ClassFactory()
get
public static java.lang.Class get(java.lang.String className)
- Parameters:
className
- the class name to return.
- Returns:
- the class corresponding to the string class name.
Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.