public enum OdbcProtocolVersion extends Enum<OdbcProtocolVersion>
| Enum Constant and Description |
|---|
VERSION_1_6_0
First version of the ODBC.
|
VERSION_1_8_0
Second version of the ODBC.
|
VERSION_UNKNOWN
Unknown version.
|
| Modifier and Type | Method and Description |
|---|---|
static OdbcProtocolVersion |
current() |
static OdbcProtocolVersion |
fromLong(long longVal) |
boolean |
isDistributedJoinsSupported() |
boolean |
isUnknown() |
long |
longValue() |
String |
since() |
static OdbcProtocolVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdbcProtocolVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdbcProtocolVersion VERSION_1_6_0
public static final OdbcProtocolVersion VERSION_1_8_0
public static final OdbcProtocolVersion VERSION_UNKNOWN
public static OdbcProtocolVersion[] values()
for (OdbcProtocolVersion c : OdbcProtocolVersion.values()) System.out.println(c);
public static OdbcProtocolVersion 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 static OdbcProtocolVersion fromLong(long longVal)
longVal - Long value.public static OdbcProtocolVersion current()
public long longValue()
public boolean isUnknown()
true if this version is unknown.public boolean isDistributedJoinsSupported()
true if this version supports distributed joins.public String since()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.9.0 Release Date : March 2 2017