public enum JdbcVersionSupportHolder extends java.lang.Enum<JdbcVersionSupportHolder>
JdbcVersionSupport to use.
 This implementation is for JDBC 4.1.
| Enum Constant and Description | 
|---|
| INSTANCE | 
| Modifier and Type | Method and Description | 
|---|---|
| JdbcVersionSupport | getJdbcVersionSupport() | 
| static JdbcVersionSupportHolder | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static JdbcVersionSupportHolder[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final JdbcVersionSupportHolder INSTANCE
public static JdbcVersionSupportHolder[] values()
for (JdbcVersionSupportHolder c : JdbcVersionSupportHolder.values()) System.out.println(c);
public static JdbcVersionSupportHolder valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic JdbcVersionSupport getJdbcVersionSupport()
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.