Package | Description |
---|---|
org.mariadb.jdbc.internal.queryresults |
Modifier and Type | Method and Description |
---|---|
ValueObject |
CachedSelectResult.getValueObject(int position)
gets the value at position i in the result set.
|
ValueObject |
StreamingSelectResult.getValueObject(int index)
Gets the value at position i in the result set.
|
abstract ValueObject |
SelectQueryResult.getValueObject(int index)
Gets the value object at position index, starts at 0.
|
Copyright © 2016. All rights reserved.