|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.udo.cs.yale.example.AbstractDataRowReader
public abstract class AbstractDataRowReader
Reads a sequence of DataRows, e.g. from memory, a file or a database.
| Field Summary | |
|---|---|
private DataRowFactory |
factory
|
| Constructor Summary | |
|---|---|
AbstractDataRowReader(DataRowFactory factory)
|
|
| Method Summary | |
|---|---|
DataRowFactory |
getFactory()
|
void |
remove()
Will throw a new UnsupportedOperationException since DataRowReader does not have
to implement remove. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next |
| Field Detail |
|---|
private DataRowFactory factory
| Constructor Detail |
|---|
public AbstractDataRowReader(DataRowFactory factory)
| Method Detail |
|---|
public DataRowFactory getFactory()
public void remove()
UnsupportedOperationException since DataRowReader does not have
to implement remove.
remove in interface java.util.Iterator<DataRow>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||