OmniSciDB
a5dc49c757
|
#include <FullyQualifiedTableName.h>
Public Member Functions | |
FullyQualifiedTableName (const std::string &db_name, const std::string &table_name) | |
bool | operator== (const FullyQualifiedTableName &other) const |
bool | operator!= (const FullyQualifiedTableName &other) const |
bool | operator< (const FullyQualifiedTableName &other) const |
size_t | hash () const |
std::string | getSqlReference () const |
Public Attributes | |
std::string | db_name |
std::string | table_name |
Friends | |
std::ostream & | operator<< (std::ostream &os, const FullyQualifiedTableName &table_name) |
size_t | hash_value (const FullyQualifiedTableName &table_name) |
Definition at line 25 of file FullyQualifiedTableName.h.
|
inline |
Definition at line 26 of file FullyQualifiedTableName.h.
std::string shared::FullyQualifiedTableName::getSqlReference | ( | ) | const |
Definition at line 54 of file FullyQualifiedTableName.cpp.
References db_name, and table_name.
size_t shared::FullyQualifiedTableName::hash | ( | ) | const |
Definition at line 43 of file FullyQualifiedTableName.cpp.
References db_name, and table_name.
Referenced by shared::hash_value(), and std::hash< shared::FullyQualifiedTableName >::operator()().
bool shared::FullyQualifiedTableName::operator!= | ( | const FullyQualifiedTableName & | other | ) | const |
Definition at line 26 of file FullyQualifiedTableName.cpp.
bool shared::FullyQualifiedTableName::operator< | ( | const FullyQualifiedTableName & | other | ) | const |
bool shared::FullyQualifiedTableName::operator== | ( | const FullyQualifiedTableName & | other | ) | const |
Definition at line 22 of file FullyQualifiedTableName.cpp.
References db_name, and table_name.
|
friend |
Definition at line 50 of file FullyQualifiedTableName.cpp.
|
friend |
Definition at line 37 of file FullyQualifiedTableName.cpp.
std::string shared::FullyQualifiedTableName::db_name |
Definition at line 45 of file FullyQualifiedTableName.h.
Referenced by getSqlReference(), hash(), operator<(), shared::operator<<(), and operator==().
std::string shared::FullyQualifiedTableName::table_name |
Definition at line 46 of file FullyQualifiedTableName.h.
Referenced by getSqlReference(), hash(), operator<(), shared::operator<<(), and operator==().