SQLite

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

backup
void backup(SQLite dest)
Undocumented in source. Be warned that the author may not have intended to support it.
begin
void begin()
Undocumented in source.
commit
void commit()
Undocumented in source.
rollback
void rollback()
Undocumented in source.

Mixins

__anonymous
mixin DbBase
Undocumented in source.

Static functions

blobNull
Blob blobNull()
Undocumented in source.
textNull
string textNull()
Undocumented in source.

Mixed In Members

From mixin DbBase

query
template query(T...)
Undocumented in source.
queryOne
template queryOne(T...)
Undocumented in source.

Meta