| Modifier and Type | Method and Description |
|---|---|
static ClientListenerProtocolVersion |
ClientListenerProtocolVersion.create(int major,
int minor,
int maintenance)
Create version.
|
ClientListenerProtocolVersion |
ClientListenerConnectionContext.defaultVersion() |
ClientListenerProtocolVersion |
ClientListenerRequestHandler.protocolVersion() |
| Modifier and Type | Method and Description |
|---|---|
int |
ClientListenerProtocolVersion.compareTo(@NotNull ClientListenerProtocolVersion other) |
void |
ClientListenerConnectionContext.initializeFromHandshake(GridNioSession ses,
ClientListenerProtocolVersion ver,
BinaryReaderExImpl reader)
Initialize from handshake message.
|
boolean |
ClientListenerConnectionContext.isVersionSupported(ClientListenerProtocolVersion ver) |
| Modifier and Type | Field and Description |
|---|---|
static ClientListenerProtocolVersion |
JdbcConnectionContext.CURRENT_VER
Current version.
|
| Modifier and Type | Method and Description |
|---|---|
ClientListenerProtocolVersion |
JdbcConnectionContext.defaultVersion() |
ClientListenerProtocolVersion |
JdbcRequestHandler.protocolVersion() |
| Modifier and Type | Method and Description |
|---|---|
Collection<JdbcColumnMeta> |
JdbcMetadataInfo.getColumnsMeta(@Nullable ClientListenerProtocolVersion protoVer,
String schemaNamePtrn,
String tblNamePtrn,
String colNamePtrn)
See
DatabaseMetaData.getColumns(String, String, String, String) for details. |
void |
JdbcConnectionContext.initializeFromHandshake(GridNioSession ses,
ClientListenerProtocolVersion ver,
BinaryReaderExImpl reader)
Initialize from handshake message.
|
boolean |
JdbcConnectionContext.isVersionSupported(ClientListenerProtocolVersion ver) |
| Constructor and Description |
|---|
JdbcProtocolContext(ClientListenerProtocolVersion ver,
EnumSet<JdbcThinFeature> features,
boolean keepBinary) |
JdbcRequestHandler(GridSpinBusyLock busyLock,
ClientListenerResponseSender sender,
int maxCursors,
boolean distributedJoins,
boolean enforceJoinOrder,
boolean collocated,
boolean replicatedOnly,
boolean autoCloseCursors,
boolean lazy,
boolean skipReducerOnUpdate,
NestedTxMode nestedTxMode,
@Nullable Boolean dataPageScanEnabled,
@Nullable Integer updateBatchSize,
ClientListenerProtocolVersion protocolVer,
JdbcConnectionContext connCtx)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
static ClientListenerProtocolVersion |
OdbcConnectionContext.VER_2_1_0
Version 2.1.0.
|
static ClientListenerProtocolVersion |
OdbcConnectionContext.VER_2_1_5
Version 2.1.5: added "lazy" flag.
|
static ClientListenerProtocolVersion |
OdbcConnectionContext.VER_2_3_0
Version 2.3.0: added "skipReducerOnUpdate" flag.
|
static ClientListenerProtocolVersion |
OdbcConnectionContext.VER_2_3_2
Version 2.3.2: added multiple statements support.
|
static ClientListenerProtocolVersion |
OdbcConnectionContext.VER_2_5_0
Version 2.5.0: added authentication.
|
static ClientListenerProtocolVersion |
OdbcConnectionContext.VER_2_7_0
Version 2.7.0: added precision and scale.
|
static ClientListenerProtocolVersion |
OdbcConnectionContext.VER_2_8_0
Version 2.8.0: added column nullability info.
|
| Modifier and Type | Method and Description |
|---|---|
ClientListenerProtocolVersion |
OdbcConnectionContext.defaultVersion() |
ClientListenerProtocolVersion |
OdbcRequestHandler.protocolVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
OdbcConnectionContext.initializeFromHandshake(GridNioSession ses,
ClientListenerProtocolVersion ver,
BinaryReaderExImpl reader)
Initialize from handshake message.
|
boolean |
OdbcConnectionContext.isVersionSupported(ClientListenerProtocolVersion ver) |
void |
OdbcColumnMeta.write(BinaryRawWriter writer,
ClientListenerProtocolVersion ver)
Write in a binary format.
|
| Constructor and Description |
|---|
OdbcMessageParser(GridKernalContext ctx,
ClientListenerProtocolVersion ver) |
OdbcRequestHandler(GridKernalContext ctx,
GridSpinBusyLock busyLock,
ClientListenerResponseSender sender,
int maxCursors,
boolean distributedJoins,
boolean enforceJoinOrder,
boolean replicatedOnly,
boolean collocated,
boolean lazy,
boolean skipReducerOnUpdate,
NestedTxMode nestedTxMode,
ClientListenerProtocolVersion ver,
OdbcConnectionContext connCtx)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
static ClientListenerProtocolVersion |
ClientConnectionContext.DEFAULT_VER
Default version.
|
static ClientListenerProtocolVersion |
ClientConnectionContext.VER_1_0_0
Version 1.0.0.
|
static ClientListenerProtocolVersion |
ClientConnectionContext.VER_1_1_0
Version 1.1.0.
|
static ClientListenerProtocolVersion |
ClientConnectionContext.VER_1_2_0
Version 1.2.0.
|
static ClientListenerProtocolVersion |
ClientConnectionContext.VER_1_3_0
Version 1.3.0.
|
static ClientListenerProtocolVersion |
ClientConnectionContext.VER_1_4_0
Version 1.4.0.
|
static ClientListenerProtocolVersion |
ClientConnectionContext.VER_1_5_0
Version 1.5.0.
|
static ClientListenerProtocolVersion |
ClientConnectionContext.VER_1_6_0
Version 1.6.0.
|
static ClientListenerProtocolVersion |
ClientConnectionContext.VER_1_7_0
Version 1.7.0.
|
| Modifier and Type | Method and Description |
|---|---|
ClientListenerProtocolVersion |
ClientConnectionContext.defaultVersion() |
ClientListenerProtocolVersion |
ClientRequestHandler.protocolVersion() |
ClientListenerProtocolVersion |
ClientProtocolVersionFeature.verIntroduced() |
ClientListenerProtocolVersion |
ClientProtocolContext.version() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientConnectionContext.initializeFromHandshake(GridNioSession ses,
ClientListenerProtocolVersion ver,
BinaryReaderExImpl reader)
Initialize from handshake message.
|
static boolean |
ClientProtocolContext.isFeatureSupported(ClientListenerProtocolVersion ver,
ClientProtocolVersionFeature feature)
Check if the feature was supported in the protocol version.
|
boolean |
ClientConnectionContext.isVersionSupported(ClientListenerProtocolVersion ver) |
| Constructor and Description |
|---|
ClientProtocolContext(ClientListenerProtocolVersion ver,
EnumSet<ClientBitmaskFeature> features) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021