ModSQL
Class EndOfTable
java.lang.Object
|
+--java.lang.Throwable
|
+--ModSQL.EndOfTable
- All Implemented Interfaces:
- Serializable
- public class EndOfTable
- extends Throwable
A throwable to indicate that the end of a table has been reached. This
class also records which TableReader is responsible for the table who's
end has been reached.
- Author:
- chris.studholme@utoronto.ca
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
reader
private TableReader reader
- TableReader responsible to table.
EndOfTable
public EndOfTable(TableReader reader)
- Constructor.
getReader
public TableReader getReader()
- Get reference to TableReader responsible for table.
- Returns:
- reader responsible for table