Hyper API for C++  0.0.16638
Hyper client library for C++ applications
TableName.hpp File Reference
#include <hyperapi/DatabaseName.hpp>
#include <hyperapi/Name.hpp>
#include <hyperapi/SchemaName.hpp>
#include <hyperapi/impl/TableName.impl.hpp>

Go to the source code of this file.

Classes

class  hyperapi::TableName
 Represents an escaped SQL table name. More...
 

Namespaces

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

Functions

std::ostream & hyperapi::operator<< (std::ostream &os, const TableName &name)
 Stream output operator.
 
bool hyperapi::operator< (const TableName &a, const TableName &b) noexcept
 Smaller operator.
 
bool hyperapi::operator== (const TableName &a, const TableName &b) noexcept
 Equality operator.
 
bool hyperapi::operator> (const TableName &a, const TableName &b) noexcept
 Greater operator.
 
bool hyperapi::operator!= (const TableName &a, const TableName &b) noexcept
 Not equal operator.
 
bool hyperapi::operator<= (const TableName &a, const TableName &b) noexcept
 Smaller or equal operator.
 
bool hyperapi::operator>= (const TableName &a, const TableName &b) noexcept
 Greater or equal operator.