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, getRecordList
public RunReader(com.almworks.sqlite4java.SQLiteConnection connection) throws com.almworks.sqlite4java.SQLiteException
connection
- the connectioncom.almworks.sqlite4java.SQLiteException
protected ISQLiteRecordExtraction<Run> buildRecordExtractor()
buildRecordExtractor
in class AbstractTableModelReader<Run>
public Run getRun(int id) throws com.almworks.sqlite4java.SQLiteException
com.almworks.sqlite4java.SQLiteException
Copyright © 2019. All rights reserved.