public enum JdbcThinFeature extends Enum<JdbcThinFeature> implements ThinProtocolFeature
| Enum Constant and Description |
|---|
CUSTOM_OBJECT
Whether to allow sending custom object through Thin JDBC protocol.
|
QUERY_TIMEOUT
Add ability to set explicit query timeout on the cluster node by the JDBC client.
|
RESERVED |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<JdbcThinFeature> |
allFeaturesAsEnumSet() |
static EnumSet<JdbcThinFeature> |
enumSet(byte[] bytes) |
int |
featureId() |
static JdbcThinFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdbcThinFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfenumSet, featuresAsBytes, namepublic static final JdbcThinFeature RESERVED
public static final JdbcThinFeature CUSTOM_OBJECT
public static final JdbcThinFeature QUERY_TIMEOUT
public static JdbcThinFeature[] values()
for (JdbcThinFeature c : JdbcThinFeature.values()) System.out.println(c);
public static JdbcThinFeature valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int featureId()
featureId in interface ThinProtocolFeaturepublic static EnumSet<JdbcThinFeature> enumSet(byte[] bytes)
bytes - Feature byte array.public static EnumSet<JdbcThinFeature> allFeaturesAsEnumSet()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021