|
MySQL Connector/C++ 9.5.0
MySQL connector library for C and C++ applications
|
This is the complete list of members for Schema, including all inherited members.
| createCollection(const string &name) | Schema | inline |
| createCollection(const string &name, Rest &&... rest) | Schema | inline |
| dropCollection(const mysqlx::string &name) | Schema | inline |
| existsInDatabase() const | Schema | inline |
| getCollection(const string &name, bool check_exists=false) | Schema | inline |
| getCollectionAsTable(const string &name, bool check_exists=true) | Schema | inline |
| getCollectionNames() | Schema | inline |
| getCollections() | Schema | inline |
| getName() const | Schema | inline |
| getSession() | Schema | inline |
| getTable(const string &name, bool check_exists=false) | Schema | inline |
| getTableNames() | Schema | inline |
| getTables() | Schema | inline |
| modifyCollection(const string &name, Rest &&... options) | Schema | |
| Schema(Session &sess, const string &name) | Schema | inline |
| Schema(Session &) | Schema |