Hyper API for C++ 0.0.20746
Hyper client library for C++ applications
|
This is the complete list of members for hyperapi::Catalog, including all inherited members.
attachDatabase(const std::string &databasePath, const DatabaseName &databaseName) | hyperapi::Catalog | |
attachDatabase(const std::string &databasePath) | hyperapi::Catalog | |
Catalog(const Catalog &)=delete (defined in hyperapi::Catalog) | hyperapi::Catalog | |
Catalog(Catalog &&)=delete (defined in hyperapi::Catalog) | hyperapi::Catalog | |
createDatabase(const std::string &databasePath) | hyperapi::Catalog | |
createDatabaseIfNotExists(const std::string &databasePath) | hyperapi::Catalog | |
createSchema(const SchemaName &schemaName) const | hyperapi::Catalog | |
createSchemaIfNotExists(const SchemaName &schemaName) const | hyperapi::Catalog | |
createTable(const hyperapi::TableDefinition &table_definition) const | hyperapi::Catalog | |
createTableIfNotExists(const hyperapi::TableDefinition &table_definition) const | hyperapi::Catalog | |
detachAllDatabases() | hyperapi::Catalog | |
detachDatabase(const DatabaseName &databaseName) | hyperapi::Catalog | |
dropDatabase(const std::string &databasePath) | hyperapi::Catalog | |
dropDatabaseIfExists(const std::string &databasePath) | hyperapi::Catalog | |
getConnection() const noexcept | hyperapi::Catalog | inline |
getSchemaNames() const | hyperapi::Catalog | |
getSchemaNames(const DatabaseName &database) const | hyperapi::Catalog | |
getTableDefinition(const TableName &tableName) const | hyperapi::Catalog | |
getTableNames(const SchemaName &schema) const | hyperapi::Catalog | |
hasTable(const TableName &table) const | hyperapi::Catalog | |
operator=(const Catalog &)=delete (defined in hyperapi::Catalog) | hyperapi::Catalog | |
operator=(Catalog &&)=delete (defined in hyperapi::Catalog) | hyperapi::Catalog |