public class RRow extends Object implements IResultRow
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
protected Map<String,Object> |
rowData |
Constructor and Description |
---|
RRow() |
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.
|
void |
put(String name,
Object value) |
public static final String _rcsid
public int getColumnCount()
getColumnCount
in interface IResultRow
public Iterator<String> getColumns()
getColumns
in interface IResultRow
public Object getValue(String columnName)
getValue
in interface IResultRow
columnName
- is the name of the column.