Package sqlwrapper

Interface Summary
SQLWrapper Interface for embedded database operations.
 

Class Summary
QueryResult Implementation of the query ResultSet that supports pageable query for handling large data sets that does not fit into the memory.
SqLiteSQLWrapper Implementation of the SQLWrapper interface for SQLite embedded database.