public final class GDSType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
static GDSType |
getType(java.lang.String type)
Factory method for instances of this class.
|
java.lang.Object |
readResolve() |
java.lang.String |
toString() |
public static GDSType getType(java.lang.String type)
type
- string representation of the type to match (matching is case
insensitive). Possible values are:
"PURE_JAVA"
or "TYPE4"
for pure Java (type 4)
driver version;
"NATIVE"
or "TYPE2"
for type 2 JDBC driver
that will use Firebird client library to access the database using JNI
link.
"EMBEDDED"
for type 2 JDBC driver that will use embedded
version of the server to perform database-related operations.
GDSType
corresponding to the specified
string representation or null
if no match could be found.public java.lang.Object readResolve()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.