Class SqlJetDb


public class SqlJetDb extends SqlJetEngine

Connection to database. This class currently is main entry point in SQLJet API.

It allows to perform next tasks:

  • Open existed and create new SQLite database.
  • Get and modify database's schema.
  • Control transactions.
  • Read, search and modify data in database.
  • Get and set database's options.

Author:
TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com), Dmitry Stadnik (dtrace@seznam.cz)