SqliteImpl constructor

SqliteImpl(
  1. String filename
)

Implementation

SqliteImpl(super.filename) {
  sql_interop.init(filename, 'ct');
}