Hyper API for C++ 0.0.20746
Hyper client library for C++ applications
|
Represents an escaped SQL database name. More...
#include <DatabaseName.hpp>
Public Member Functions | |
DatabaseName (Name name) | |
Constructs a properly quoted and escaped SQL Database name. | |
DatabaseName (std::string name) | |
Constructs a properly quoted and escaped SQL Database name. | |
DatabaseName (const char *name) | |
Constructs a properly quoted and escaped SQL Database name. | |
const std::string & | toString () const noexcept |
Returns the properly quoted and escaped string representation of this name. | |
const Name & | getName () const noexcept |
Represents an escaped SQL database name.
Definition at line 12 of file DatabaseName.hpp.
|
inline |
Constructs a properly quoted and escaped SQL Database name.
The name will be equal to the return value of calling hyperapi::escapeName(name).
name | The name |
Definition at line 20 of file DatabaseName.hpp.
|
inline |
Constructs a properly quoted and escaped SQL Database name.
The name will be equal to the return value of calling hyperapi::escapeName(name).
name | The name |
Definition at line 23 of file DatabaseName.hpp.
|
inline |
Constructs a properly quoted and escaped SQL Database name.
The name will be equal to the return value of calling hyperapi::escapeName(name).
name | The name |
Definition at line 29 of file DatabaseName.hpp.
|
inlinenoexcept |
Definition at line 40 of file DatabaseName.hpp.
|
inlinenoexcept |
Returns the properly quoted and escaped string representation of this name.
Definition at line 35 of file DatabaseName.hpp.