Hyper API for C++ 0.0.20746
Hyper client library for C++ applications
|
Go to the source code of this file.
Classes | |
class | hyperapi::Connection |
Defines a Hyper connection. More... | |
Namespaces | |
namespace | hyperapi |
The primary namespace of the Hyper API for C++. | |
Enumerations | |
enum class | hyperapi::CreateMode { hyperapi::None = HYPER_DO_NOT_CREATE , hyperapi::Create = HYPER_CREATE , hyperapi::CreateIfNotExists = HYPER_CREATE_IF_NOT_EXISTS , hyperapi::CreateAndReplace = HYPER_CREATE_AND_REPLACE } |
Database creation behavior during connection establishing. More... | |