334
337
// @note All schema methods defined here
335
338
static void getSchemaNames(SchemaNameList &set_of_names);
336
340
static bool getSchemaDefinition(const std::string &schema_name, message::Schema &proto);
337
341
static bool doesSchemaExist(const std::string &schema_name);
338
343
static const CHARSET_INFO *getSchemaCollation(const std::string &schema_name);
339
344
static bool createSchema(const drizzled::message::Schema &schema_message);
340
345
static bool dropSchema(const std::string &schema_name);