| Package | Description |
|---|---|
| org.mariadb.jdbc.internal.common | |
| org.mariadb.jdbc.internal.common.queryresults | |
| org.mariadb.jdbc.internal.mysql | |
| org.mariadb.jdbc.internal.mysql.packet |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractValueObject |
| Modifier and Type | Field and Description |
|---|---|
ValueObject[] |
StreamingSelectResult.values |
| Modifier and Type | Method and Description |
|---|---|
abstract ValueObject |
SelectQueryResult.getValueObject(int index)
gets the value object at position index, starts at 0
|
ValueObject |
CachedSelectResult.getValueObject(int i)
gets the value at position i in the result set.
|
ValueObject |
StreamingSelectResult.getValueObject(int i)
gets the value at position i in the result set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLValueObject
Contains the raw value returned from the server
Is immutable
|
| Modifier and Type | Method and Description |
|---|---|
ValueObject[] |
MySQLRowPacket.getRow(PacketFetcher packetFetcher) |
Copyright © 2014. All rights reserved.