~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/schema.h

  • Committer: Lee Bieber
  • Date: 2011-01-05 01:41:02 UTC
  • mfrom: (2054.1.2 clean)
  • Revision ID: kalebral@gmail.com-20110105014102-e1sfrth1cesuwyf7
Merge Brian - Rename of the Loooongggggg   error type over to simply drizzled::error_t
Merge Brian - Cleanup of error messages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
static std::string catalog("local");
53
53
 
54
 
class SchemaIdentifier
 
54
class SchemaIdentifier : public Identifier
55
55
{
56
56
  std::string db;
57
57
  std::string db_path;
67
67
  { }
68
68
 
69
69
  virtual void getSQLPath(std::string &arg) const;
 
70
 
70
71
  const std::string &getPath() const;
71
72
 
72
73
  const std::string &getSchemaName() const