public class RunReader extends AbstractTableModelReader<Run>
connection, recordExtractor| Constructor and Description |
|---|
RunReader(com.almworks.sqlite4java.SQLiteConnection connection)
Instantiates a new source file reader.
|
| Modifier and Type | Method and Description |
|---|---|
protected ISQLiteRecordExtraction<Run> |
buildRecordExtractor() |
Run |
getRun(int id) |
List<Run> |
getRunList() |
getRecord, getRecordListpublic RunReader(com.almworks.sqlite4java.SQLiteConnection connection)
throws com.almworks.sqlite4java.SQLiteException
connection - the connectioncom.almworks.sqlite4java.SQLiteExceptionprotected ISQLiteRecordExtraction<Run> buildRecordExtractor()
buildRecordExtractor in class AbstractTableModelReader<Run>public Run getRun(int id) throws com.almworks.sqlite4java.SQLiteException
com.almworks.sqlite4java.SQLiteExceptionCopyright © 2019. All rights reserved.