Hyper API for C++  0.0.16638
Hyper client library for C++ applications
Connection.hpp File Reference
#include <functional>
#include <hyperapi/Catalog.hpp>
#include <hyperapi/HyperException.hpp>
#include <hyperapi/HyperProcess.hpp>
#include <hyperapi/HyperServiceVersion.hpp>
#include <hyperapi/Name.hpp>
#include <hyperapi/Result.hpp>
#include <hyperapi/impl/infra.hpp>
#include <hyperapi/optional.hpp>
#include <memory>
#include <mutex>
#include <new>
#include <string>
#include <hyperapi/hyperapi.h>
#include <hyperapi/impl/Catalog.impl.hpp>
#include <hyperapi/impl/Connection.impl.hpp>

Go to the source code of this file.

Classes

class  hyperapi::Connection
 Defines a Hyper connection. More...
 

Namespaces

 hyperapi
 The primary namespace of the Hyper API for C++.
 

Enumerations

enum  hyperapi::CreateMode { hyperapi::CreateMode::None = HYPER_DO_NOT_CREATE, hyperapi::CreateMode::Create = HYPER_CREATE, hyperapi::CreateMode::CreateIfNotExists = HYPER_CREATE_IF_NOT_EXISTS, hyperapi::CreateMode::CreateAndReplace = HYPER_CREATE_AND_REPLACE }
 Database creation behavior during connection establishing. More...