Package | Description |
---|---|
org.mariadb.jdbc.internal.packet.result | |
org.mariadb.jdbc.internal.queryresults |
Modifier and Type | Method and Description |
---|---|
ValueObject[] |
TextRowPacket.getRow(ReadPacketFetcher packetFetcher,
ByteBuffer buffer)
Read text row stream.
|
ValueObject[] |
RowPacket.getRow(ReadPacketFetcher packetFetcher,
ByteBuffer buffer) |
ValueObject[] |
BinaryRowPacket.getRow(ReadPacketFetcher packetFetcher,
ByteBuffer buffer)
Get next row data.
|
Modifier and Type | Class and Description |
---|---|
class |
MariaDbValueObject
Contains the raw value returned from the server.
|
Modifier and Type | Field and Description |
---|---|
ValueObject[] |
StreamingSelectResult.values |
Modifier and Type | Method and Description |
---|---|
ValueObject |
StreamingSelectResult.getValueObject(int index)
Gets the value at position i in the result set. i starts at zero.
|
abstract ValueObject |
SelectQueryResult.getValueObject(int index)
Gets the value object at position index, starts at 0.
|
ValueObject |
CachedSelectResult.getValueObject(int position)
gets the value at position i in the result set. i starts at zero!
|
Copyright © 2016. All rights reserved.