Constructor and Description |
---|
ReadInitialHandShakePacket(PacketInputStream reader)
Read database initial stream.
|
Constructor and Description |
---|
SelectResultSet(ColumnInformation[] columnInformation,
Results results,
Protocol protocol,
PacketInputStream reader,
boolean callableResult,
boolean eofDeprecated)
Create Streaming resultSet.
|
UpdatableResultSet(ColumnInformation[] columnsInformation,
Results results,
Protocol protocol,
PacketInputStream reader,
boolean callableResult,
boolean eofDeprecated)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
SendPamAuthPacket.handleResultPacket(PacketInputStream reader) |
void |
SendGssApiAuthPacket.handleResultPacket(PacketInputStream reader) |
void |
InterfaceAuthSwitchSendResponsePacket.handleResultPacket(PacketInputStream reader) |
void |
AbstractAuthSwitchSendResponsePacket.handleResultPacket(PacketInputStream reader)
Handle response packet.
|
ServerPrepareResult |
ComStmtPrepare.read(PacketInputStream reader,
boolean eofDeprecated)
Read COM_PREPARE_RESULT.
|
Constructor and Description |
---|
SendGssApiAuthPacket(PacketInputStream reader,
String password,
byte[] authData,
int packSeq,
String passwordCharacterEncoding) |
SendPamAuthPacket(PacketInputStream reader,
String password,
byte[] authData,
int packSeq,
String passwordCharacterEncoding) |
Modifier and Type | Field and Description |
---|---|
protected PacketInputStream |
GssapiAuth.reader |
Constructor and Description |
---|
GssapiAuth(PacketInputStream reader,
int packSeq) |
StandardGssapiAuthentication(PacketInputStream reader,
int packSeq) |
WindowsNativeSspiAuthentication(PacketInputStream reader,
int packSeq) |
Modifier and Type | Class and Description |
---|---|
class |
DecompressPacketInputStream |
class |
StandardPacketInputStream |
Modifier and Type | Field and Description |
---|---|
protected PacketInputStream |
AbstractConnectProtocol.reader |
Modifier and Type | Method and Description |
---|---|
PacketInputStream |
Protocol.getReader() |
PacketInputStream |
AbstractConnectProtocol.getReader() |
Modifier and Type | Method and Description |
---|---|
static InterfaceAuthSwitchSendResponsePacket |
DefaultAuthenticationProvider.processAuthPlugin(PacketInputStream reader,
String plugin,
String password,
byte[] authData,
int seqNo,
String passwordCharacterEncoding)
Process AuthenticationSwitch.
|
InterfaceAuthSwitchSendResponsePacket |
AuthenticationProviderHolder.AuthenticationProvider.processAuthPlugin(PacketInputStream reader,
String plugin,
String password,
byte[] authData,
int seqNo,
String passwordCharacterEncoding) |
Copyright © 2017. All rights reserved.