Hyper API for C++ 0.0.18825
Hyper client library for C++ applications
Loading...
Searching...
No Matches
hyperapi::Catalog Member List

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) consthyperapi::Catalog
createSchemaIfNotExists(const SchemaName &schemaName) consthyperapi::Catalog
createTable(const hyperapi::TableDefinition &table_definition) consthyperapi::Catalog
createTableIfNotExists(const hyperapi::TableDefinition &table_definition) consthyperapi::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 noexcepthyperapi::Cataloginline
getSchemaNames() consthyperapi::Catalog
getSchemaNames(const DatabaseName &database) consthyperapi::Catalog
getTableDefinition(const TableName &tableName) consthyperapi::Catalog
getTableNames(const SchemaName &schema) consthyperapi::Catalog
hasTable(const TableName &table) consthyperapi::Catalog
operator=(const Catalog &)=delete (defined in hyperapi::Catalog)hyperapi::Catalog
operator=(Catalog &&)=delete (defined in hyperapi::Catalog)hyperapi::Catalog