56
60
// @note this should be changed to protected once Session contains an
57
61
// identifier for current db.
74
67
virtual ~SchemaIdentifier()
77
70
virtual const std::string &getSQLPath();
80
73
const std::string &getSchemaName() const
88
86
friend bool operator<(const SchemaIdentifier &left, const SchemaIdentifier &right)
93
91
friend std::ostream& operator<<(std::ostream& output,