| Modifier and Type | Field and Description |
|---|---|
static SimpleRowReader |
READER |
| Constructor and Description |
|---|
SimpleRowReader() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumColumns() |
T |
readResult(Object result) |
T |
readResult(Object[] results,
int offset) |
public static final SimpleRowReader READER
public T readResult(Object result)
readResult in interface RowReader<T>public T readResult(Object[] results, int offset)
readResult in interface RowReader<T>public int getNumColumns()
getNumColumns in interface RowReader<T>Copyright © 2015. All rights reserved.