MySQL 9.1.0
Source Code Documentation
|
Namespaces | |
namespace | impl |
Classes | |
class | file_handle |
class | flag |
class | path_handle |
Enumerations | |
enum class | creation { open_existing = 0 , only_if_not_exist , if_needed , truncate_existing } |
enum class | mode { unchanged = 0 , read = 6 , write = 7 , append = 9 } |
enum class | caching { unchanged = 0 , none = 1 , all = 6 , temporary = 8 } |
Functions | |
static std::error_code | last_posix_error_code () |
static std::error_code | last_error_code () |
static std::string | random_string (size_t sz) |
get random hex string. More... | |
|
strong |
|
strong |
|
strong |
|
static |
|
static |
|
static |
get random hex string.
characters of the random string are from the range 0-9 and a-f.
sz | size of the hex-string |