Package | Description |
---|---|
org.mariadb.jdbc.internal.packet.read | |
org.mariadb.jdbc.internal.packet.result | |
org.mariadb.jdbc.internal.stream |
Modifier and Type | Method and Description |
---|---|
MariaDbInputStream |
ReadPacketFetcher.getInputStream() |
Constructor and Description |
---|
ReadPacketFetcher(MariaDbInputStream is,
int maxQuerySizeToLog)
Reader utility to fetch mysql packet.
|
Modifier and Type | Method and Description |
---|---|
byte[][] |
TextRowPacket.getRow(ReadPacketFetcher packetFetcher,
MariaDbInputStream inputStream,
int remaining,
int read)
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DecompressInputStream |
class |
MariaDbBufferedInputStream |
Copyright © 2017. All rights reserved.