Hyper API for C++ 0.0.20746
Hyper client library for C++ applications
|
Represents an escaped SQL schema name. More...
#include <SchemaName.hpp>
Public Member Functions | |
SchemaName (Name name) | |
Constructor for a non-qualified schema name. | |
SchemaName (std::string name) | |
Constructor for a non-qualified schema name. | |
SchemaName (const char *name) | |
Constructor for a non-qualified schema name. | |
SchemaName (DatabaseName databaseName, Name name) | |
Constructor for a qualified schema name. | |
std::string | toString () const |
const Name & | getName () const noexcept |
const optional< DatabaseName > & | getDatabaseName () const noexcept |
bool | isFullyQualified () const noexcept |
Represents an escaped SQL schema name.
Definition at line 13 of file SchemaName.hpp.
|
inline |
Constructor for a non-qualified schema name.
Definition at line 18 of file SchemaName.hpp.
|
inline |
Constructor for a non-qualified schema name.
Definition at line 21 of file SchemaName.hpp.
|
inline |
Constructor for a non-qualified schema name.
Definition at line 27 of file SchemaName.hpp.
|
inline |
Constructor for a qualified schema name.
Definition at line 32 of file SchemaName.hpp.
|
inlinenoexcept |
Definition at line 41 of file SchemaName.hpp.
|
inlinenoexcept |
Definition at line 38 of file SchemaName.hpp.
|
inlinenoexcept |
Definition at line 44 of file SchemaName.hpp.
std::string hyperapi::SchemaName::toString | ( | ) | const |