SQLite options.
Definition in file options.hpp.
Go to the source code of this file.
This graph shows which files directly or indirectly include this file:Classes | |
| struct | storages::sqlite::settings::TransactionOptions |
| SQLite transaction options. More... | |
| struct | storages::sqlite::settings::ConnectionSettings |
| SQLite connection settings. More... | |
| struct | storages::sqlite::settings::PoolSettings |
| SQLite connection pool settings. More... | |
| struct | storages::sqlite::settings::SQLiteSettings |
| Comprehensive SQLite settings. More... | |
Namespaces | |
| namespace | storages |
| Components, clients and helpers for different databases and storages. | |
Functions | |
| constexpr bool | storages::sqlite::settings::operator== (const TransactionOptions &lhs, const TransactionOptions &rhs) |
| std::string | storages::sqlite::settings::IsolationLevelToString (const TransactionOptions::IsolationLevel &lvl) |
| std::string | storages::sqlite::settings::JournalModeToString (const SQLiteSettings::JournalMode &mode) |
|
inlineconstexpr |
Definition at line 55 of file options.hpp.
|
inlineconstexpr |
Definition at line 114 of file options.hpp.
|
inlineconstexpr |
Definition at line 115 of file options.hpp.
|
inlineconstexpr |
Definition at line 106 of file options.hpp.
|
inlineconstexpr |
Definition at line 110 of file options.hpp.
|
inlineconstexpr |
Default initial size for the connection pool.
Definition at line 88 of file options.hpp.
|
inlineconstexpr |
Definition at line 107 of file options.hpp.
|
inlineconstexpr |
Definition at line 111 of file options.hpp.
|
inlineconstexpr |
Definition at line 116 of file options.hpp.
|
inlineconstexpr |
Default maximum size for the connection pool.
Definition at line 91 of file options.hpp.
|
inlineconstexpr |
Default maximum size for the prepared statements cache.
Definition at line 62 of file options.hpp.
|
inlineconstexpr |
Definition at line 117 of file options.hpp.
|
inlineconstexpr |
Definition at line 118 of file options.hpp.
|
inlineconstexpr |
Default setting for caching prepared statements.
Definition at line 65 of file options.hpp.
|
inlineconstexpr |
Definition at line 109 of file options.hpp.
|
inlineconstexpr |
Definition at line 108 of file options.hpp.
|
inlineconstexpr |
Definition at line 112 of file options.hpp.
|
inlineconstexpr |
Definition at line 113 of file options.hpp.