SQLite options.
Definition in file options.hpp.
Go to the source code of 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 48 of file options.hpp.
|
inlineconstexpr |
Definition at line 107 of file options.hpp.
|
inlineconstexpr |
Definition at line 108 of file options.hpp.
|
inlineconstexpr |
Definition at line 99 of file options.hpp.
|
inlineconstexpr |
Definition at line 103 of file options.hpp.
|
inlineconstexpr |
Default initial size for the connection pool.
Definition at line 81 of file options.hpp.
|
inlineconstexpr |
Definition at line 100 of file options.hpp.
|
inlineconstexpr |
Definition at line 104 of file options.hpp.
|
inlineconstexpr |
Definition at line 109 of file options.hpp.
|
inlineconstexpr |
Default maximum size for the connection pool.
Definition at line 84 of file options.hpp.
|
inlineconstexpr |
Default maximum size for the prepared statements cache.
Definition at line 55 of file options.hpp.
|
inlineconstexpr |
Definition at line 110 of file options.hpp.
|
inlineconstexpr |
Definition at line 111 of file options.hpp.
|
inlineconstexpr |
Default setting for caching prepared statements.
Definition at line 58 of file options.hpp.
|
inlineconstexpr |
Definition at line 102 of file options.hpp.
|
inlineconstexpr |
Definition at line 101 of file options.hpp.
|
inlineconstexpr |
Definition at line 105 of file options.hpp.
|
inlineconstexpr |
Definition at line 106 of file options.hpp.