30
bool create(Session *session, const message::Schema &schema_message, const bool is_if_not_exists);
31
bool alter(Session *session, const message::Schema &schema_message, const message::schema::shared_ptr &original_schema);
32
bool drop(Session *session, identifier::Schema &identifier, const bool if_exists);
33
bool change(Session *session, identifier::Schema &identifier);
30
bool create(Session &session, const message::Schema &schema_message, const bool is_if_not_exists);
31
bool alter(Session &session, const message::Schema &schema_message, const message::Schema &original_schema);
32
bool drop(Session &session, identifier::Schema &identifier, const bool if_exists);
33
bool change(Session &session, identifier::Schema &identifier);
34
bool check(Session &session, identifier::Schema &schema);