SQLiteQuery constructor

SQLiteQuery(
  1. SQLite sqlite
)

Implementation

SQLiteQuery(this.sqlite) {
  initialize();
}