| Package | Description |
|---|---|
| de.uni_leipzig.asv.utils |
| Modifier and Type | Method and Description |
|---|---|
IOIterator |
IOWrapper.getLineIterator() |
IOIterator |
IOInterface.getLineIterator()
returns the IOIterator to iterate over file data
|
IOIterator |
IOWrapper.select(String tablename) |
IOIterator |
IOInterface.select(String tablename)
select all cols from table "tablename" and returns an iterator
|
IOIterator |
IOWrapper.select(String tablename,
String[] cols) |
IOIterator |
IOInterface.select(String tablename,
String[] cols)
select the "cols" from table "tablename" and returns an iterator
|
IOIterator |
IOWrapper.sendInputQuery(String query) |
IOIterator |
IOInterface.sendInputQuery(String query)
iterates over the resultset of a given query please read the
IOIteratorInterface code
|
Copyright © 2013. All rights reserved.