botan v1.12.8 (2016-11-14T10:06:52Z)
Dub
Repo
sqlite3_database
botan
utils
sqlite3
sqlite3
Undocumented in source.
static if
(
BOTAN_HAS_SQLITE
)
class
sqlite3_database {
this
(string db_filename);
this
(string file);
~this
();
size_t
rowCount
(string table_name);
void
createTable
(string table_schema);
}
Constructors
this
this
(string db_filename)
Undocumented in source.
this
this
(string file)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
createTable
void
createTable
(string table_schema)
Undocumented in source. Be warned that the author may not have intended to support it.
rowCount
size_t
rowCount
(string table_name)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
botan
utils
sqlite3
sqlite3
classes
sqlite3_database
structs
sqlite3_statement