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

Go to the source code of this file.

Classes

class  hyperapi::DatabaseName
 Represents an escaped SQL database name. More...
 
struct  std::hash< hyperapi::DatabaseName >
 Specialization of std::hash for hyperapi::DatabaseName. More...
 

Namespaces

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

Functions

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