|
Hyper API for C++ 0.0.23576
Hyper client library for C++ applications
|
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 | |