- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- count
auto count()
- del
auto del()
- insert
void insert(T[] arr)
- insert
void insert(R rng)
- insertOrReplace
void insertOrReplace(T[] arr)
- insertOrReplace
void insertOrReplace(R rng)
- lastInsertId
auto lastInsertId()
- run
void run(string sql, bool delegate(ResultRange) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- select
auto select()