The SQLite package holds the objects needed for SQLite interaction.



Classes
 ClassDescription
 Connection The Connection class is the main interface to interact with SQLite databases.
 ResultSet A ResultSet object is returned by every call to Connection.request() call.