78
79
virtual bool isValid() const;
80
81
bool compare(const std::string &arg) const;
85
86
return boost::algorithm::to_upper_copy(left.getSchemaName()) < boost::algorithm::to_upper_copy(right.getSchemaName());
91
92
return boost::iequals(left.getSchemaName(), right.getSchemaName());
98
100
} /* namespace drizzled */
100
102
#endif /* DRIZZLED_IDENTIFIER_SCHEMA_H */