SQLite

Undocumented in source.

Constructors

this
this(string fn, bool readOnly)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Classes

PreparedStatement
class PreparedStatement
Undocumented in source.

Functions

exec
void exec(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
prepare
PreparedStatement prepare(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.
query
auto query(string sql)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

lastInsertRowID
long lastInsertRowID [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta