Searched defs:GetCollections (Results 1 – 8 of 8) sorted by relevance
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/mongodb/mongo-tools-common/db/ |
H A D | namespaces.go | 63 func GetCollections(database *mongo.Database, name string) (*mongo.Cursor, error) { func
|
/dports/sysutils/pass-secrets/pass-secrets-1b7a323/interop/ |
H A D | PassStore.cpp | 115 PassStore::GetCollections() { in GetCollections() function in PassStore
|
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-connect/include/aws/connect/model/ |
H A D | HistoricalMetricResult.h | 77 inline const Aws::Vector<HistoricalMetricData>& GetCollections() const{ return m_collections; } in GetCollections() function
|
H A D | CurrentMetricResult.h | 77 inline const Aws::Vector<CurrentMetricData>& GetCollections() const{ return m_collections; } in GetCollections() function
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/db/ |
H A D | namespaces.go | 118 func GetCollections(database *mgo.Database, name string) (*mgo.Iter, bool, error) { func
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/kaleidoscope/ |
H A D | kaleidoscope_service.cc | 190 void KaleidoscopeService::GetCollections( in GetCollections() function in kaleidoscope::KaleidoscopeService
|
H A D | kaleidoscope_data_provider_impl.cc | 280 void KaleidoscopeDataProviderImpl::GetCollections(const std::string& request, in GetCollections() function in KaleidoscopeDataProviderImpl
|
/dports/www/writefreely/writefreely-0.13.1/ |
H A D | database.go | 74 GetCollections(u *User, hostName string) (*[]Collection, error) methodSpec 1636 func (db *datastore) GetCollections(u *User, hostName string) (*[]Collection, error) { func
|