|
xale-db 1.0
minimal SQL engine, written in c++
|
#include <cstdint>

Go to the source code of this file.
Namespaces | |
| namespace | Xale |
| namespace | Xale::Net |
Enumerations | |
| enum class | Xale::Net::CommandType : uint8_t { Xale::Net::AUTH = 0x01 , Xale::Net::QUERY = 0x02 , Xale::Net::RESPONSE = 0x03 , Xale::Net::UNKNOWN = 0xFF } |
Variables | |
| constexpr uint32_t | Xale::Net::MAGIC_NUMBER = 0x58414C45 |
| constexpr uint16_t | Xale::Net::VERSION = 0x0100 |