Home
last modified time | relevance | path

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 Dnamespaces.go63 func GetCollections(database *mongo.Database, name string) (*mongo.Cursor, error) { func
/dports/sysutils/pass-secrets/pass-secrets-1b7a323/interop/
H A DPassStore.cpp115 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 DHistoricalMetricResult.h77 inline const Aws::Vector<HistoricalMetricData>& GetCollections() const{ return m_collections; } in GetCollections() function
H A DCurrentMetricResult.h77 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 Dnamespaces.go118 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 Dkaleidoscope_service.cc190 void KaleidoscopeService::GetCollections( in GetCollections() function in kaleidoscope::KaleidoscopeService
H A Dkaleidoscope_data_provider_impl.cc280 void KaleidoscopeDataProviderImpl::GetCollections(const std::string& request, in GetCollections() function in KaleidoscopeDataProviderImpl
/dports/www/writefreely/writefreely-0.13.1/
H A Ddatabase.go74 GetCollections(u *User, hostName string) (*[]Collection, error) methodSpec
1636 func (db *datastore) GetCollections(u *User, hostName string) (*[]Collection, error) { func