public interface IResultRow
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount()
Obtain the number of columns in the row.
|
Iterator<String> |
getColumns()
Obtain the set of columns for a row.
|
Object |
getValue(String columnName)
Get the row value for a column.
|
static final String _rcsid
int getColumnCount()
Iterator<String> getColumns()