|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.example.table.AbstractDataRowReader
com.rapidminer.example.table.ResultSetDataRowReader
public class ResultSetDataRowReader
Unlike a FileDataRowReader that reads examples from a file, objects
of this class read examples from a ResultSet, a data structure that
is returned from a database query.
DatabaseHandler,
DatabaseDataReader,
KDBExampleSource| Constructor Summary | |
|---|---|
ResultSetDataRowReader(DataRowFactory dataRowFactory,
java.util.List<Attribute> attributeList,
java.sql.ResultSet resultSet)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
DataRow |
next()
|
| Methods inherited from class com.rapidminer.example.table.AbstractDataRowReader |
|---|
getFactory, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultSetDataRowReader(DataRowFactory dataRowFactory,
java.util.List<Attribute> attributeList,
java.sql.ResultSet resultSet)
attributeList - List of attributesresultSet - A ResultSet as returned from a database query| Method Detail |
|---|
public boolean hasNext()
public DataRow next()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||