[#wallet-SQLiteDatabase-2constructor-0a] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteDatabase.adoc[SQLiteDatabase]::SQLiteDatabase :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<wallet/sqlite.h>` Default construction is disabled. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/SQLiteDatabase/2constructor-05.adoc[SQLiteDatabase]() = delete; ---- [.small]#xref:wallet/SQLiteDatabase/2constructor-05.adoc[_» more..._]# Create DB handle to real database [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/SQLiteDatabase/2constructor-09.adoc[SQLiteDatabase]( xref:fs/path.adoc[fs::path] const& dir_path, xref:fs/path.adoc[fs::path] const& file_path, xref:wallet/DatabaseOptions.adoc[DatabaseOptions] const& options); ---- [.small]#xref:wallet/SQLiteDatabase/2constructor-09.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *dir_path* | Directory containing the database file. | *file_path* | Name of the database file within the directory. | *options* | Options controlling how the database is opened. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#