Joedb 9.5.0
The Journal-Only Embedded Database
|
Connections, Clients, network protocol. More...
Enumerations | |
enum class | joedb::Content_Check { joedb::Content_Check::none , joedb::Content_Check::quick , joedb::Content_Check::full } |
enum class | joedb::Data_Transfer { joedb::Data_Transfer::without_data = 0 , joedb::Data_Transfer::with_data = 1 } |
enum class | joedb::Lock_Action { joedb::Lock_Action::no_locking = 0 , joedb::Lock_Action::lock_before = 1 } |
enum class | joedb::Unlock_Action { joedb::Unlock_Action::keep_locked = 0 , joedb::Unlock_Action::unlock_after = 1 } |
Variables | |
constexpr int | joedb::protocol_version = 18 |
|
strong |
Enumerator | |
---|---|
none | |
quick | |
full |
Definition at line 18 of file Connection.h.
|
strong |
Enumerator | |
---|---|
without_data | |
with_data |
Definition at line 26 of file Connection.h.
|
strong |
Enumerator | |
---|---|
no_locking | |
lock_before |
Definition at line 33 of file Connection.h.
|
strong |
Enumerator | |
---|---|
keep_locked | |
unlock_after |
Definition at line 40 of file Connection.h.
|
constexpr |
Definition at line 7 of file protocol_version.h.