|
taco-db
0.1.0
|
This is the complete list of members for taco::Database, including all inherited members.
| actres_schema() const | taco::Database | |
| buf_manager() const | taco::Database | inline |
| catcache() const | taco::Database | inline |
| close() | taco::Database | |
| CreateIndex(absl::string_view idxname, Oid idxtabid, IdxType idxtyp, bool idxunique, std::vector< FieldId > idxcoltabcolids, std::vector< Oid > idxcolltfuncids={}, std::vector< Oid > idxcoleqfuncids={}) | taco::Database | |
| CreateTable(absl::string_view tabname, std::vector< Oid > coltypid, std::vector< uint64_t > coltypparam={}, const std::vector< absl::string_view > &field_names={}, std::vector< bool > colisnullable={}, std::vector< bool > colisarray={}) | taco::Database | |
| Database() | taco::Database | inline |
| file_manager() const | taco::Database | inline |
| GetLastDBPath() const | taco::Database | inline |
| init_global() | taco::Database | static |
| is_open() const | taco::Database | inline |
| m_actres_schema | taco::Database | private |
| m_buf_manager | taco::Database | private |
| m_catcache | taco::Database | private |
| m_db_path | taco::Database | private |
| m_file_manager | taco::Database | private |
| m_initialized | taco::Database | private |
| open(const std::string &path, size_t bpool_size, bool create, bool allow_overwrite=false) | taco::Database | |
| ~Database() | taco::Database | inline |