| Package | Description |
|---|---|
| org.mariadb.jdbc.internal.common.queryresults |
| 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.
|
Copyright © 2014. All rights reserved.