Hyper API for C++ 0.0.18825
Hyper client library for C++ applications
Loading...
Searching...
No Matches
TableDefinition.hpp File Reference

Go to the source code of this file.

Classes

class  hyperapi::TableDefinition
 A table definition. More...
 
class  hyperapi::TableDefinition::Column
 A Column of a table definition. More...
 

Namespaces

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

Enumerations

enum  hyperapi::Nullability : bool { hyperapi::Nullable = true , hyperapi::NotNullable = false }
 The nullability of a column. More...
 
enum class  hyperapi::Persistence { hyperapi::Permanent , hyperapi::Temporary }
 Possible persistence levels for database objects. More...
 

Functions

std::ostream & hyperapi::operator<< (std::ostream &os, Nullability nullability)
 Stream output operator for Nullability