|
VSQLite++ 0.3
|
#include <cstdint>#include <memory>#include <string>#include <variant>#include <vector>

Go to the source code of this file.
Classes | |
| struct | sqlite::v2::unknown_t |
| struct | sqlite::v2::null_t |
Namespaces | |
| namespace | sqlite |
| namespace | sqlite::v2 |
Typedefs | |
| typedef std::vector< std::uint8_t > | sqlite::v2::blob_t |
| typedef std::shared_ptr< blob_t > | sqlite::v2::blob_ref_t |
| typedef std::variant< unknown_t, int, std::int64_t, long double, std::string, null_t, blob_ref_t > | sqlite::v2::variant_t |
Enumerations | |
| enum | sqlite::v2::type { sqlite::v2::unknown , sqlite::v2::null , sqlite::v2::integer , sqlite::v2::real , sqlite::v2::text , sqlite::v2::blob } |