|
Couchbase Lite C++
Couchbase Lite C++ API
|
This is the complete list of members for cbl::Database, including all inherited members.
| bufferNotifications(NotificationsReadyCallback callback) | cbl::Database | inline |
| changeEncryptionKey(const EncryptionKey *_Nullable newKey) | cbl::Database | inline |
| clear() | cbl::Database | inline |
| close() | cbl::Database | inline |
| Collection class | cbl::Database | friend |
| config() const | cbl::Database | inline |
| copyDatabase(std::string_view fromPath, std::string_view toName) | cbl::Database | inlinestatic |
| copyDatabase(std::string_view fromPath, std::string_view toName, const DatabaseConfiguration &config) | cbl::Database | inlinestatic |
| createCollection(std::string_view collectionName, std::optional< std::string_view > scopeName=std::nullopt) | cbl::Database | inline |
| createQuery(QueryLanguage language, std::string_view queryString) | cbl::Database | inline |
| Database(std::string_view name) | cbl::Database | inline |
| Database(std::string_view name, const DatabaseConfiguration &config) | cbl::Database | inline |
| Database() noexcept | cbl::Database | inline |
| Database(CBLDatabase *_Nullable ref) | cbl::Database | inlineexplicitprotected |
| Database(const Database &other) noexcept | cbl::Database | inline |
| Database(Database &&other) noexcept | cbl::Database | inline |
| deleteCollection(std::string_view collectionName, std::optional< std::string_view > scopeName=std::nullopt) | cbl::Database | inline |
| deleteDatabase(std::string_view name, std::optional< std::string_view > inDirectory=std::nullopt) | cbl::Database | inlinestatic |
| deleteDatabase() | cbl::Database | inline |
| exists(std::string_view name, std::optional< std::string_view > inDirectory=std::nullopt) | cbl::Database | inlinestatic |
| getBlob(fleece::Dict properties) const | cbl::Database | inline |
| getCollection(std::string_view collectionName, std::optional< std::string_view > scopeName=std::nullopt) const | cbl::Database | inline |
| getCollectionNames(std::string_view scopeName=(std::string_view) slice(kCBLDefaultScopeName)) const | cbl::Database | inline |
| getDefaultCollection() const | cbl::Database | inline |
| getScopeNames() const | cbl::Database | inline |
| name() const | cbl::Database | inline |
| NotificationsReadyCallback typedef | cbl::Database | |
| operator bool() const | cbl::Database | inlineexplicit |
| operator!=(const Database &other) const | cbl::Database | inline |
| operator=(std::nullptr_t) | cbl::Database | inline |
| operator=(const Database &other) noexcept | cbl::Database | inline |
| operator=(Database &&other) noexcept | cbl::Database | inline |
| operator==(const Database &other) const | cbl::Database | inline |
| path() const | cbl::Database | inline |
| performMaintenance(CBLMaintenanceType type) | cbl::Database | inline |
| ref() const | cbl::Database | inline |
| saveBlob(const Blob &blob) | cbl::Database | inline |
| Scope class | cbl::Database | friend |
| sendNotifications() | cbl::Database | inline |
| valid() const | cbl::Database | inline |
| ~Database() | cbl::Database | inline |