SQLite3.this

Takes control of an existing database handle. The database will still be closed upon destruction.

  1. this(string file)
  2. this(sqlite3* db)
    class SQLite3
    this
    (
    sqlite3* db
    )

Meta