|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchColumnException | |
|---|---|
| org.drizzle.jdbc.internal.common.queryresults | |
| Uses of NoSuchColumnException in org.drizzle.jdbc.internal.common.queryresults |
|---|
| Methods in org.drizzle.jdbc.internal.common.queryresults that throw NoSuchColumnException | |
|---|---|
int |
DrizzleQueryResult.getColumnId(java.lang.String columnLabel)
|
int |
DrizzleInsertIdQueryResult.getColumnId(java.lang.String columnLabel)
|
int |
SelectQueryResult.getColumnId(java.lang.String columnLabel)
get the id of the column named columnLabel |
ValueObject |
DrizzleQueryResult.getValueObject(int i)
gets the value at position i in the result set. |
ValueObject |
DrizzleInsertIdQueryResult.getValueObject(int index)
|
ValueObject |
SelectQueryResult.getValueObject(int index)
gets the value object at position index, starts at 0 |
ValueObject |
DrizzleQueryResult.getValueObject(java.lang.String column)
|
ValueObject |
DrizzleInsertIdQueryResult.getValueObject(java.lang.String columnName)
|
ValueObject |
SelectQueryResult.getValueObject(java.lang.String columnName)
gets the value object in column named columnName |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||