public interface Row
Modifier and Type | Method and Description |
---|---|
void |
close()
closes the data set (typically a JDBC resultset)
|
<E> E |
getValue(FieldSchema<E> fd,
TableAlias objectalias) |
boolean |
next()
goes to next row
|
<E> E getValue(FieldSchema<E> fd, TableAlias objectalias)
fd
- a stored fieldobjectalias
- the alias of the objectboolean next()
void close()