| Modifier and Type | Method and Description |
|---|---|
static void |
ConnectionHelper.authenticationHandler(Credential credential,
Writer writer,
Reader reader,
com.singlestore.jdbc.client.Context context)
Authentication swtich handler
|
| Modifier and Type | Field and Description |
|---|---|
protected Reader |
Result.reader
packet reader
|
| Constructor and Description |
|---|
CompleteResult(Statement stmt,
boolean binaryProtocol,
long maxRows,
com.singlestore.jdbc.client.ColumnDecoder[] metadataList,
Reader reader,
com.singlestore.jdbc.client.Context context,
int resultSetType,
boolean closeOnCompletion,
boolean traceEnable)
Constructor from exchanges
|
Result(Statement stmt,
boolean binaryProtocol,
long maxRows,
com.singlestore.jdbc.client.ColumnDecoder[] metadataList,
Reader reader,
com.singlestore.jdbc.client.Context context,
int resultSetType,
boolean closeOnCompletion,
boolean traceEnable,
boolean forceAlias,
int fetchSize)
Constructor for server's data
|
StreamingResult(Statement stmt,
boolean binaryProtocol,
long maxRows,
com.singlestore.jdbc.client.ColumnDecoder[] metadataList,
Reader reader,
com.singlestore.jdbc.client.Context context,
int fetchSize,
ClosableLock lock,
int resultSetType,
boolean closeOnCompletion,
boolean traceEnable)
Constructor
|
UpdatableResult(Statement stmt,
boolean binaryProtocol,
long maxRows,
com.singlestore.jdbc.client.ColumnDecoder[] metadataList,
Reader reader,
com.singlestore.jdbc.client.Context context,
int resultSetType,
boolean closeOnCompletion,
boolean traceEnable)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
PacketReader
Packet reader
|
| Modifier and Type | Method and Description |
|---|---|
com.singlestore.jdbc.client.Completion |
PreparePacket.readPacket(Statement stmt,
int fetchSize,
long maxRows,
int resultSetConcurrency,
int resultSetType,
boolean closeOnCompletion,
Reader reader,
Writer writer,
com.singlestore.jdbc.client.Context context,
ExceptionFactory exceptionFactory,
ClosableLock lock,
boolean traceEnable,
com.singlestore.jdbc.message.ClientMessage message) |
| Constructor and Description |
|---|
CachedPrepareResultPacket(com.singlestore.jdbc.client.ReadableByteBuf buffer,
Reader reader,
com.singlestore.jdbc.client.Context context)
Cache prepare result with flag indicating use
|
PrepareResultPacket(com.singlestore.jdbc.client.ReadableByteBuf buffer,
Reader reader,
com.singlestore.jdbc.client.Context context)
Prepare packet constructor (parsing)
|
| Modifier and Type | Method and Description |
|---|---|
com.singlestore.jdbc.client.ReadableByteBuf |
AuthenticationPlugin.process(Writer encoder,
Reader decoder,
com.singlestore.jdbc.client.Context context)
Process plugin authentication.
|
| Modifier and Type | Method and Description |
|---|---|
com.singlestore.jdbc.client.ReadableByteBuf |
ClearPasswordPlugin.process(Writer out,
Reader in,
com.singlestore.jdbc.client.Context context)
Send password in clear text to server.
|
com.singlestore.jdbc.client.ReadableByteBuf |
SendGssApiAuthPacket.process(Writer out,
Reader in,
com.singlestore.jdbc.client.Context context)
Process gssapi plugin authentication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WindowsNativeSspiAuthentication.authenticate(Writer out,
Reader in,
String servicePrincipalName,
String jaasApplicationName,
String mechanisms)
Process native windows GSS plugin authentication.
|
void |
StandardGssapiAuthentication.authenticate(Writer out,
Reader in,
String servicePrincipalName,
String jaasApplicationName,
String mechanisms)
Process default GSS plugin authentication.
|
void |
GssapiAuth.authenticate(Writer writer,
Reader in,
String servicePrincipalName,
String jaasApplicationName,
String mechanisms)
Authenticate
|
| Modifier and Type | Method and Description |
|---|---|
com.singlestore.jdbc.client.ReadableByteBuf |
NativePasswordPlugin.process(Writer out,
Reader in,
com.singlestore.jdbc.client.Context context)
Process native password plugin authentication.
|
com.singlestore.jdbc.client.ReadableByteBuf |
SendPamAuthPacket.process(Writer out,
Reader in,
com.singlestore.jdbc.client.Context context)
Process PAM plugin authentication.
|
com.singlestore.jdbc.client.ReadableByteBuf |
Ed25519PasswordPlugin.process(Writer out,
Reader in,
com.singlestore.jdbc.client.Context context)
Process Ed25519 password plugin authentication.
|
Copyright © 2025 SingleStore. All rights reserved.