Modifier and Type | Method and Description |
---|---|
ServerPrepareResult |
ComStmtPrepare.read(ReadPacketFetcher packetFetcher)
Read COM_PREPARE_RESULT.
|
Constructor and Description |
---|
ReadInitialConnectPacket(ReadPacketFetcher packetFetcher)
Read database initial stream.
|
Modifier and Type | Method and Description |
---|---|
long |
BinaryRowPacket.appendPacketIfNeeded(Buffer buffer,
ReadPacketFetcher packetFetcher)
Fetch stream to retrieve data.
|
void |
BinaryRowPacket.appendPacketIfNeeded(Buffer buffer,
ReadPacketFetcher packetFetcher,
long encLength)
Fetch stream to retrieve data.
|
byte[][] |
RowPacket.getRow(ReadPacketFetcher packetFetcher,
Buffer buffer) |
byte[][] |
BinaryRowPacket.getRow(ReadPacketFetcher packetFetcher,
Buffer buffer)
Get next row data.
|
byte[][] |
TextRowPacket.getRow(ReadPacketFetcher packetFetcher,
Buffer buffer)
Read text row stream.
|
byte[][] |
RowPacket.getRow(ReadPacketFetcher packetFetcher,
MariaDbInputStream inputStream,
int remaining,
int read) |
byte[][] |
BinaryRowPacket.getRow(ReadPacketFetcher packetFetcher,
MariaDbInputStream inputStream,
int remaining,
int read)
Read text row stream.
|
byte[][] |
TextRowPacket.getRow(ReadPacketFetcher packetFetcher,
MariaDbInputStream inputStream,
int remaining,
int read)
Read text row stream.
|
Modifier and Type | Method and Description |
---|---|
void |
InterfaceAuthSwitchSendResponsePacket.handleResultPacket(ReadPacketFetcher packetFetcher) |
void |
SendGssApiAuthPacket.handleResultPacket(ReadPacketFetcher packetFetcher) |
void |
AbstractAuthSwitchSendResponsePacket.handleResultPacket(ReadPacketFetcher packetFetcher)
Handle response packet.
|
void |
SendPamAuthPacket.handleResultPacket(ReadPacketFetcher packetFetcher) |
Constructor and Description |
---|
SendGssApiAuthPacket(ReadPacketFetcher packetFetcher,
String password,
byte[] authData,
int packSeq) |
SendPamAuthPacket(ReadPacketFetcher packetFetcher,
String password,
byte[] authData,
int packSeq) |
Modifier and Type | Field and Description |
---|---|
protected ReadPacketFetcher |
GssapiAuth.packetFetcher |
Constructor and Description |
---|
GssapiAuth(ReadPacketFetcher packetFetcher,
int packSeq) |
StandardGssapiAuthentication(ReadPacketFetcher packetFetcher,
int packSeq) |
Modifier and Type | Field and Description |
---|---|
protected ReadPacketFetcher |
AbstractConnectProtocol.packetFetcher |
Modifier and Type | Method and Description |
---|---|
ReadPacketFetcher |
Protocol.getPacketFetcher() |
ReadPacketFetcher |
AbstractConnectProtocol.getPacketFetcher() |
Modifier and Type | Method and Description |
---|---|
protected static void |
AbstractConnectProtocol.close(ReadPacketFetcher fetcher,
PacketOutputStream packetOutputStream,
Socket socket) |
Modifier and Type | Method and Description |
---|---|
static InterfaceAuthSwitchSendResponsePacket |
DefaultAuthenticationProvider.processAuthPlugin(ReadPacketFetcher packetFetcher,
String plugin,
String password,
byte[] authData,
int seqNo)
Process AuthenticationSwitch.
|
InterfaceAuthSwitchSendResponsePacket |
AuthenticationProviderHolder.AuthenticationProvider.processAuthPlugin(ReadPacketFetcher packetFetcher,
String plugin,
String password,
byte[] authData,
int seqNo) |
Constructor and Description |
---|
MariaSelectResultSet(ColumnInformation[] columnInformation,
MariaDbStatement statement,
Protocol protocol,
ReadPacketFetcher fetcher,
boolean isBinaryEncoded,
int resultSetScrollType,
int fetchSize,
boolean isCanHaveCallableResultset)
Create Streaming resultset.
|
Copyright © 2017. All rights reserved.