|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IResultRow
This interface allows immutable access to a resultset row.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
| Method Summary | |
|---|---|
int |
getColumnCount()
Obtain the number of columns in the row. |
java.util.Iterator |
getColumns()
Obtain the set of columns for a row. |
java.lang.Object |
getValue(java.lang.String columnName)
Get the row value for a column. |
| Field Detail |
|---|
static final java.lang.String _rcsid
| Method Detail |
|---|
int getColumnCount()
java.util.Iterator getColumns()
java.lang.Object getValue(java.lang.String columnName)
columnName - is the name of the column.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||