@InternalApi public enum FbClientFeature extends java.lang.Enum<FbClientFeature>
This enum does not contain all possible features of the native client library, just those that Jaybird needs to handle in some way if absent or present.
Enum Constant and Description |
---|
STATEMENT_TIMEOUT |
Modifier and Type | Method and Description |
---|---|
static FbClientFeature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FbClientFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FbClientFeature STATEMENT_TIMEOUT
public static FbClientFeature[] values()
for (FbClientFeature c : FbClientFeature.values()) System.out.println(c);
public static FbClientFeature 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 nullCopyright © 2001-2022 Jaybird (Firebird JDBC/JCA) team. All rights reserved.