public class SoftwareReader extends AbstractTableModelReader<Software>
connection, recordExtractor| Constructor and Description |
|---|
SoftwareReader(com.almworks.sqlite4java.SQLiteConnection connection)
Instantiates a new software reader.
|
| Modifier and Type | Method and Description |
|---|---|
protected ISQLiteRecordExtraction<Software> |
buildRecordExtractor() |
Software |
getSoftware(int id)
Gets the software.
|
List<Software> |
getSoftwareList() |
getRecord, getRecordListpublic SoftwareReader(com.almworks.sqlite4java.SQLiteConnection connection)
throws com.almworks.sqlite4java.SQLiteException
connection - the connectioncom.almworks.sqlite4java.SQLiteExceptionprotected ISQLiteRecordExtraction<Software> buildRecordExtractor()
buildRecordExtractor in class AbstractTableModelReader<Software>public Software getSoftware(int id) throws com.almworks.sqlite4java.SQLiteException
id - the idcom.almworks.sqlite4java.SQLiteException - the SQLite ExceptionCopyright © 2019. All rights reserved.