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