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.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.String toString()
toString in class java.lang.ObjectCopyright © 2001-2025 Jaybird (Firebird JDBC) team. All rights reserved.