33
bool create(Session &session, const message::Schema &schema_message, const bool is_if_not_exists);
34
bool alter(Session &session, const message::Schema &schema_message, const message::Schema &original_schema);
35
bool drop(Session &session, identifier::Schema &identifier, const bool if_exists);
36
bool change(Session &session, identifier::Schema &identifier);
37
bool check(Session &session, identifier::Schema &schema);
33
bool create(Session&, const message::Schema&, bool is_if_not_exists);
34
bool alter(Session&, const message::Schema&, const message::Schema &original_schema);
35
bool drop(Session&, const identifier::Schema&, bool if_exists);
36
bool change(Session&, const identifier::Schema&);
37
bool check(Session&, const identifier::Schema&);