| Package | Description |
|---|---|
| org.drizzle.jdbc.internal.common.queryresults |
| Modifier and Type | Method and Description |
|---|---|
int |
DrizzleInsertIdQueryResult.getColumnId(String columnLabel) |
int |
SelectQueryResult.getColumnId(String columnLabel)
get the id of the column named columnLabel
|
int |
DrizzleQueryResult.getColumnId(String columnLabel) |
ValueObject |
DrizzleInsertIdQueryResult.getValueObject(int index) |
ValueObject |
SelectQueryResult.getValueObject(int index)
gets the value object at position index, starts at 0
|
ValueObject |
DrizzleQueryResult.getValueObject(int i)
gets the value at position i in the result set.
|
ValueObject |
DrizzleInsertIdQueryResult.getValueObject(String columnName) |
ValueObject |
SelectQueryResult.getValueObject(String columnName)
gets the value object in column named columnName
|
ValueObject |
DrizzleQueryResult.getValueObject(String column) |
Copyright © 2016. All rights reserved.