Object, Queryable, Initable
A database.
int wal_auto_checkpoint { set; get; }
bool enable_profiling { set; get; }
string filename { construct; get; }
int64 last_insert_id { get; }
int lookaside_used { get; }
int cache_size { set; get; }
bool case_sensitive_like { set; get; }
bool count_changes { set; get; }
int default_cache_size { set; get; }
bool empty_result_callbacks { set; get; }
bool foreign_keys { set; get; }
bool full_column_names { set; get; }
bool full_fsync { set; get; }
int journal_size_limit { set; get; }
bool legacy_file_format { set; get; }
int page_size { set; get; }
int max_page_count { set; get; }
bool read_uncommitted { set; get; }
bool recursive_triggers { set; get; }
bool reverse_unordered_selects { set; get; }
bool short_column_names { set; get; }
string temp_store_directory { set; owned get; }
int free_list_count { get; }
int page_count { set; get; }
int schema_version { set; get; }
bool secure_delete { set; get; }
int user_version { set; get; }
bool parser_trace { set; get; }
bool vdbe_trace { set; get; }
bool vdbe_listing { set; get; }
string? filename =null, FileMode mode = READ | WRITE | CREATE) throws Error
int pages) throws Error
string name, int argc, owned UserFunc func, owned FinalizeFunc final)
string name, int argc, owned UserFunc func)
string name)
string destination) throws Error
string destination) throws Error
string? database =null) throws Error
string table) throws Error
HashTable<string,Table> get_tables () throws Error
bool init (Cancellable? cancellable =null) throws Error
string db_name, int pages)
string sql)