utile ~master (2021-10-24T21:31:42.7748834)
Dub
Repo
SQLite
utile
db
sqlite
Undocumented in source.
final
class
SQLite {
this
(string name);
~this
();
void
backup
(SQLite dest);
static
Blob
blobNull
();
static
string
textNull
();
void
begin
();
void
commit
();
void
rollback
();
mixin
DbBase
;
}
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
Source
See Implementation
utile
db
sqlite
classes
SQLite