List of all members.
Public Types |
typedef std::vector< Schema > | vector |
typedef const Schema & | const_reference |
Public Member Functions |
| Schema (const std::string &name) |
const std::string & | getPath () const |
bool | isSystem () const |
virtual void | getSQLPath (std::string &arg) const |
const std::string & | getSchemaName () const |
const std::string & | getCatalogName () const |
virtual bool | isValid () const |
bool | compare (const std::string &arg) const |
bool | compare (Schema::const_reference) const |
Private Attributes |
std::string | _path |
Friends |
bool | operator< (Schema::const_reference left, Schema::const_reference right) |
bool | operator== (Schema::const_reference left, Schema::const_reference right) |
Detailed Description
Definition at line 30 of file schema.cc.
The documentation for this class was generated from the following file: