public class SampleReader extends AbstractTableModelReader<Sample>
connection, recordExtractor
Constructor and Description |
---|
SampleReader(com.almworks.sqlite4java.SQLiteConnection connection) |
Modifier and Type | Method and Description |
---|---|
protected ISQLiteRecordExtraction<Sample> |
buildRecordExtractor() |
Sample |
getSample(int id) |
List<Sample> |
getSampleList() |
getRecord, getRecordList
public SampleReader(com.almworks.sqlite4java.SQLiteConnection connection)
protected ISQLiteRecordExtraction<Sample> buildRecordExtractor()
buildRecordExtractor
in class AbstractTableModelReader<Sample>
public Sample getSample(int id) throws com.almworks.sqlite4java.SQLiteException
com.almworks.sqlite4java.SQLiteException
Copyright © 2019. All rights reserved.