public class JdbcProtocolContext extends Object
| Constructor and Description |
|---|
JdbcProtocolContext(ClientListenerProtocolVersion ver,
EnumSet<JdbcThinFeature> features,
boolean keepBinary) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAffinityAwarenessSupported() |
boolean |
isAutoCommitSupported() |
boolean |
isFeatureSupported(JdbcThinFeature feature) |
boolean |
isStreamingSupported() |
boolean |
isTableTypesSupported() |
boolean |
keepBinary() |
public JdbcProtocolContext(ClientListenerProtocolVersion ver, EnumSet<JdbcThinFeature> features, boolean keepBinary)
ver - Protocol version.features - Supported features.keepBinary - Wether to keep objects in binary form.public boolean isStreamingSupported()
true if JDBC streaming supported.public boolean isAutoCommitSupported()
true if JDBC streaming supported.public boolean isTableTypesSupported()
true if JDBC streaming supported.public boolean isAffinityAwarenessSupported()
true if JDBC streaming supported.public boolean isFeatureSupported(JdbcThinFeature feature)
feature - true if given feature supported.public boolean keepBinary()
true if binary should not be deserialized.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021