| Modifier and Type | Field and Description |
|---|---|
protected PacketReader |
Result.reader |
| Constructor and Description |
|---|
CompleteResult(Statement stmt,
boolean binaryProtocol,
long maxRows,
ColumnDefinitionPacket[] metadataList,
PacketReader reader,
Context context,
int resultSetType,
boolean closeOnCompletion,
boolean traceEnable) |
Result(Statement stmt,
boolean binaryProtocol,
long maxRows,
ColumnDefinitionPacket[] metadataList,
PacketReader reader,
Context context,
int resultSetType,
boolean closeOnCompletion,
boolean traceEnable) |
StreamingResult(Statement stmt,
boolean binaryProtocol,
long maxRows,
ColumnDefinitionPacket[] metadataList,
PacketReader reader,
Context context,
int fetchSize,
ReentrantLock lock,
int resultSetType,
boolean closeOnCompletion,
boolean traceEnable) |
UpdatableResult(Statement stmt,
boolean binaryProtocol,
long maxRows,
ColumnDefinitionPacket[] metadataList,
PacketReader reader,
Context context,
int resultSetType,
boolean closeOnCompletion,
boolean traceEnable) |
| Modifier and Type | Method and Description |
|---|---|
Completion |
PreparePacket.readPacket(Statement stmt,
int fetchSize,
long maxRows,
int resultSetConcurrency,
int resultSetType,
boolean closeOnCompletion,
PacketReader reader,
PacketWriter writer,
Context context,
ExceptionFactory exceptionFactory,
ReentrantLock lock,
boolean traceEnable) |
default Completion |
ClientMessage.readPacket(Statement stmt,
int fetchSize,
long maxRows,
int resultSetConcurrency,
int resultSetType,
boolean closeOnCompletion,
PacketReader reader,
PacketWriter writer,
Context context,
ExceptionFactory exceptionFactory,
ReentrantLock lock,
boolean traceEnable) |
| Constructor and Description |
|---|
CachedPrepareResultPacket(com.singlestore.jdbc.client.ReadableByteBuf buffer,
PacketReader reader,
Context context) |
PrepareResultPacket(com.singlestore.jdbc.client.ReadableByteBuf buffer,
PacketReader reader,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
com.singlestore.jdbc.client.ReadableByteBuf |
AuthenticationPlugin.process(PacketWriter encoder,
PacketReader decoder,
Context context)
Process plugin authentication.
|
| Modifier and Type | Method and Description |
|---|---|
com.singlestore.jdbc.client.ReadableByteBuf |
ClearPasswordPlugin.process(PacketWriter out,
PacketReader in,
Context context)
Send password in clear text to server.
|
com.singlestore.jdbc.client.ReadableByteBuf |
SendGssApiAuthPacket.process(PacketWriter out,
PacketReader in,
Context context)
Process gssapi plugin authentication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GssapiAuth.authenticate(PacketWriter writer,
PacketReader in,
String servicePrincipalName,
String mechanisms) |
void |
StandardGssapiAuthentication.authenticate(PacketWriter out,
PacketReader in,
String servicePrincipalName,
String mechanisms)
Process default GSS plugin authentication.
|
void |
WindowsNativeSspiAuthentication.authenticate(PacketWriter out,
PacketReader in,
String servicePrincipalName,
String mechanisms)
Process native windows GSS plugin authentication.
|
| Modifier and Type | Method and Description |
|---|---|
com.singlestore.jdbc.client.ReadableByteBuf |
SendPamAuthPacket.process(PacketWriter out,
PacketReader in,
Context context)
Process PAM plugin authentication.
|
com.singlestore.jdbc.client.ReadableByteBuf |
NativePasswordPlugin.process(PacketWriter out,
PacketReader in,
Context context)
Process native password plugin authentication.
|
com.singlestore.jdbc.client.ReadableByteBuf |
Ed25519PasswordPlugin.process(PacketWriter out,
PacketReader in,
Context context)
Process Ed25519 password plugin authentication.
|
Copyright © 2022 SingleStore. All rights reserved.