|
Joedb 10.3.0
The Journal-Only Embedded Database
|
Connections, Clients, network protocol. More...
Enumerations | |
| enum class | joedb::Content_Check { joedb::Content_Check::none , joedb::Content_Check::fast , 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 = 19 |
|
strong |
| Enumerator | |
|---|---|
| none | |
| fast | |
| full | |
Definition at line 19 of file Connection.h.
|
strong |
| Enumerator | |
|---|---|
| without_data | |
| with_data | |
Definition at line 27 of file Connection.h.
|
strong |
| Enumerator | |
|---|---|
| no_locking | |
| lock_before | |
Definition at line 34 of file Connection.h.
|
strong |
| Enumerator | |
|---|---|
| keep_locked | |
| unlock_after | |
Definition at line 41 of file Connection.h.
|
constexpr |
Definition at line 7 of file protocol_version.h.