Home
last modified time | relevance | path

Searched refs:collectionName (Results 1 – 25 of 810) sorted by relevance

12345678910>>...33

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/catalog/
H A Ddrop_collection.cpp53 const NamespaceString& collectionName, in dropCollection() argument
58 log() << "CMD: drop " << collectionName; in dropCollection()
61 const std::string dbname = collectionName.db().toString(); in dropCollection()
63 return writeConflictRetry(opCtx, "drop", collectionName.ns(), [&] { in dropCollection()
66 Collection* coll = db ? db->getCollection(opCtx, collectionName) : nullptr; in dropCollection()
75 OldClientContext context(opCtx, collectionName.ns(), shardVersionCheck); in dropCollection()
83 << collectionName.ns()); in dropCollection()
87 result.append("ns", collectionName.ns()); in dropCollection()
93 BackgroundOperation::assertNoBgOpInProgForNs(collectionName.ns()); in dropCollection()
97 ? db->dropCollection(opCtx, collectionName.ns(), dropOpTime) in dropCollection()
[all …]
H A Dcapped_utils.cpp57 AutoGetDb autoDb(opCtx, collectionName.db(), MODE_X); in emptyCapped()
65 << collectionName.ns()); in emptyCapped()
77 if (collectionName.isSystem() && !collectionName.isSystemDotProfile()) { in emptyCapped()
80 << collectionName.ns()); in emptyCapped()
83 if (NamespaceString::virtualized(collectionName.ns())) { in emptyCapped()
86 << collectionName.ns()); in emptyCapped()
91 collectionName.isOplog()) { in emptyCapped()
94 << collectionName.ns()); in emptyCapped()
257 StringData dbname = collectionName.db(); in convertToCapped()
258 StringData shortSource = collectionName.coll(); in convertToCapped()
[all …]
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Graphics/
H A DChromeProvider.cs152 if (string.IsNullOrEmpty(collectionName)) in GetImage()
188 if (string.IsNullOrEmpty(collectionName)) in GetPanelImages()
238 GetImage(collectionName, "corner-tl"), in GetPanelImages()
239 GetImage(collectionName, "border-t"), in GetPanelImages()
240 GetImage(collectionName, "corner-tr"), in GetPanelImages()
241 GetImage(collectionName, "border-l"), in GetPanelImages()
242 GetImage(collectionName, "background"), in GetPanelImages()
243 GetImage(collectionName, "border-r"), in GetPanelImages()
244 GetImage(collectionName, "corner-bl"), in GetPanelImages()
245 GetImage(collectionName, "border-b"), in GetPanelImages()
[all …]
/dports/devel/poco/poco-1.10.1-all/MongoDB/include/Poco/MongoDB/
H A DDatabase.h59 Int64 count(Connection& connection, const std::string& collectionName) const;
67 …Poco::SharedPtr<Poco::MongoDB::QueryRequest> createCountRequest(const std::string& collectionName)…
79 …Poco::SharedPtr<Poco::MongoDB::QueryRequest> createQueryRequest(const std::string& collectionName)…
132 Database::createDeleteRequest(const std::string& collectionName) const in createDeleteRequest() argument
134 return new Poco::MongoDB::DeleteRequest(_dbname + '.' + collectionName); in createDeleteRequest()
139 Database::createInsertRequest(const std::string& collectionName) const in createInsertRequest() argument
141 return new Poco::MongoDB::InsertRequest(_dbname + '.' + collectionName); in createInsertRequest()
146 Database::createQueryRequest(const std::string& collectionName) const in createQueryRequest() argument
148 return new Poco::MongoDB::QueryRequest(_dbname + '.' + collectionName); in createQueryRequest()
153 Database::createUpdateRequest(const std::string& collectionName) const in createUpdateRequest() argument
[all …]
/dports/databases/pear-Horde_Mongo/Horde_Mongo-1.1.0/bundle/vendor/mongodb/mongodb/src/
H A DCollection.php46 private $collectionName; variable in MongoDB\\Collection
77 * @param string $collectionName Collection name
87 if (strlen($collectionName) < 1) {
109 $this->collectionName = (string) $collectionName;
125 'collectionName' => $this->collectionName,
143 return $this->databaseName . '.' . $this->collectionName;
230 $operation = new Count($this->databaseName, $this->collectionName, $filter, $options);
275 $operation = new CreateIndexes($this->databaseName, $this->collectionName, $indexes);
569 return $this->collectionName;
590 return $this->databaseName . '.' . $this->collectionName;
[all …]
H A DDatabase.php120 * @param string $collectionName Name of the collection to select
123 public function __get($collectionName) argument
125 return $this->selectCollection($collectionName);
167 * @param string $collectionName
171 public function createCollection($collectionName, array $options = []) argument
177 $operation = new CreateCollection($this->databaseName, $collectionName, $options);
206 * @param string $collectionName Collection name
210 public function dropCollection($collectionName, array $options = []) argument
216 $operation = new DropCollection($this->databaseName, $collectionName, $options);
251 * @param string $collectionName Name of the collection to select
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/data/unified-test-format/valid-pass/
H A Dpoc-retryable-writes.yml30 collectionName: &collectionName coll anchor
34 collectionName: *collectionName
37 - collectionName: *collectionName
61 - collectionName: *collectionName
85 - collectionName: *collectionName
109 - collectionName: *collectionName
147 - collectionName: *collectionName
177 - collectionName: *collectionName
205 - collectionName: *collectionName
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/data/unified-test-format/valid-pass/
H A Dpoc-retryable-writes.yml30 collectionName: &collectionName coll anchor
34 collectionName: *collectionName
37 - collectionName: *collectionName
61 - collectionName: *collectionName
85 - collectionName: *collectionName
109 - collectionName: *collectionName
147 - collectionName: *collectionName
177 - collectionName: *collectionName
205 - collectionName: *collectionName
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Doplog_interface_local.cpp48 OplogIteratorLocal(OperationContext* opCtx, const std::string& collectionName);
59 OplogIteratorLocal::OplogIteratorLocal(OperationContext* opCtx, const std::string& collectionName) in OplogIteratorLocal() argument
60 : _dbLock(opCtx, nsToDatabase(collectionName), MODE_IS), in OplogIteratorLocal()
61 _collectionLock(opCtx->lockState(), collectionName, MODE_S), in OplogIteratorLocal()
62 _ctx(opCtx, collectionName), in OplogIteratorLocal()
64 collectionName, in OplogIteratorLocal()
65 _ctx.db()->getCollection(opCtx, collectionName), in OplogIteratorLocal()
87 OplogInterfaceLocal::OplogInterfaceLocal(OperationContext* opCtx, const std::string& collectionName) in OplogInterfaceLocal() argument
88 : _opCtx(opCtx), _collectionName(collectionName) { in OplogInterfaceLocal()
90 invariant(!collectionName.empty()); in OplogInterfaceLocal()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/auth/
H A Dauthz_manager_external_state_mock.cpp117 Status status = _findOneIter(opCtx, collectionName, query, &iter); in findOne()
126 const NamespaceString& collectionName, in query() argument
131 Status status = _queryVector(opCtx, collectionName, query, &iterVector); in query()
160 _documents[collectionName].push_back(toInsert); in insert()
163 _authzManager->logOp(opCtx, "i", collectionName, toInsert, NULL); in insert()
192 status = _findOneIter(opCtx, collectionName, query, &iter); in updateOne()
264 while (_findOneIter(opCtx, collectionName, query, &iter).isOK()) { in remove()
266 _documents[collectionName].erase(iter); in remove()
278 const NamespaceString& collectionName) { in getCollectionContents() argument
300 const NamespaceString& collectionName, in _queryVector() argument
[all …]
H A Dauthz_manager_external_state_mock.h66 const NamespaceString& collectionName,
71 const NamespaceString& collectionName,
85 const NamespaceString& collectionName,
92 const NamespaceString& collectionName,
98 const NamespaceString& collectionName,
106 const NamespaceString& collectionName,
111 std::vector<BSONObj> getCollectionContents(const NamespaceString& collectionName);
118 const NamespaceString& collectionName,
123 const NamespaceString& collectionName,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/ProviderBase/
H A DDbMetaDataFactory.cs88 throw ADP.DataTableDoesNotExist(collectionName); in CloneAndFilterCollection()
91 destinationTable = new DataTable(collectionName); in CloneAndFilterCollection()
141 throw ADP.TooManyRestrictions(collectionName); in ExecuteCommand()
179 throw ADP.QueryFailed(collectionName,e); in ExecuteCommand()
185 resultTable = new DataTable(collectionName); in ExecuteCommand()
276 if (collectionName == candidateCollectionName) { in FindMetaDataCollectionRow()
299 throw ADP.UndefinedCollection(collectionName); in FindMetaDataCollectionRow()
302 throw ADP.UnsupportedVersion(collectionName); in FindMetaDataCollectionRow()
307 throw ADP.AmbigousCollectionName(collectionName); in FindMetaDataCollectionRow()
339 DataColumn collectionName = null; in GetParameterName()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/Common/System/Data/ProviderBase/
H A DDbMetaDataFactory.cs86 throw ADP.DataTableDoesNotExist(collectionName); in CloneAndFilterCollection()
89 destinationTable = new DataTable(collectionName); in CloneAndFilterCollection()
146 throw ADP.TooManyRestrictions(collectionName); in ExecuteCommand()
186 throw ADP.QueryFailed(collectionName, e); in ExecuteCommand()
192 resultTable = new DataTable(collectionName); in ExecuteCommand()
254 internal DataRow FindMetaDataCollectionRow(string collectionName) in FindMetaDataCollectionRow() argument
298 if (collectionName == candidateCollectionName) in FindMetaDataCollectionRow()
327 throw ADP.UndefinedCollection(collectionName); in FindMetaDataCollectionRow()
331 throw ADP.UnsupportedVersion(collectionName); in FindMetaDataCollectionRow()
337 throw ADP.AmbigousCollectionName(collectionName); in FindMetaDataCollectionRow()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/
H A DDbMetaDataFactory.cs84 throw ADP.DataTableDoesNotExist(collectionName); in CloneAndFilterCollection()
87 destinationTable = new DataTable(collectionName) in CloneAndFilterCollection()
145 throw ADP.TooManyRestrictions(collectionName); in ExecuteCommand()
185 throw ADP.QueryFailed(collectionName, e); in ExecuteCommand()
189 resultTable = new DataTable(collectionName) in ExecuteCommand()
254 internal DataRow FindMetaDataCollectionRow(string collectionName) in FindMetaDataCollectionRow() argument
299 if (collectionName == candidateCollectionName) in FindMetaDataCollectionRow()
328 throw ADP.UndefinedCollection(collectionName); in FindMetaDataCollectionRow()
332 throw ADP.UnsupportedVersion(collectionName); in FindMetaDataCollectionRow()
338 throw ADP.AmbigousCollectionName(collectionName); in FindMetaDataCollectionRow()
[all …]
/dports/www/moodle310/moodle/cache/stores/mongodb/MongoDB/
H A DCollection.php89 private $collectionName; variable in MongoDB\\Collection
132 * @param string $collectionName Collection name
142 if (strlen($collectionName) < 1) {
143 throw new InvalidArgumentException('$collectionName is invalid: ' . $collectionName);
164 $this->collectionName = (string) $collectionName;
180 'collectionName' => $this->collectionName,
198 return $this->databaseName . '.' . $this->collectionName;
310 $operation = new Count($this->databaseName, $this->collectionName, $filter, $options);
812 return $this->collectionName;
843 return $this->databaseName . '.' . $this->collectionName;
[all …]
H A DDatabase.php165 * @param string $collectionName Name of the collection to select
168 public function __get($collectionName) argument
170 return $this->selectCollection($collectionName);
270 * @param string $collectionName
277 public function createCollection($collectionName, array $options = []) argument
325 * @param string $collectionName Collection name
332 public function dropCollection($collectionName, array $options = []) argument
344 $operation = new DropCollection($this->databaseName, $collectionName, $options);
432 * @param string $collectionName Collection or view to modify
460 * @param string $collectionName Name of the collection to select
[all …]
/dports/www/moodle311/moodle/cache/stores/mongodb/MongoDB/
H A DCollection.php89 private $collectionName; variable in MongoDB\\Collection
132 * @param string $collectionName Collection name
142 if (strlen($collectionName) < 1) {
143 throw new InvalidArgumentException('$collectionName is invalid: ' . $collectionName);
164 $this->collectionName = (string) $collectionName;
180 'collectionName' => $this->collectionName,
198 return $this->databaseName . '.' . $this->collectionName;
310 $operation = new Count($this->databaseName, $this->collectionName, $filter, $options);
812 return $this->collectionName;
843 return $this->databaseName . '.' . $this->collectionName;
[all …]
/dports/www/moodle39/moodle/cache/stores/mongodb/MongoDB/
H A DCollection.php89 private $collectionName; variable in MongoDB\\Collection
132 * @param string $collectionName Collection name
142 if (strlen($collectionName) < 1) {
143 throw new InvalidArgumentException('$collectionName is invalid: ' . $collectionName);
164 $this->collectionName = (string) $collectionName;
180 'collectionName' => $this->collectionName,
198 return $this->databaseName . '.' . $this->collectionName;
310 $operation = new Count($this->databaseName, $this->collectionName, $filter, $options);
812 return $this->collectionName;
843 return $this->databaseName . '.' . $this->collectionName;
[all …]
H A DDatabase.php165 * @param string $collectionName Name of the collection to select
168 public function __get($collectionName) argument
170 return $this->selectCollection($collectionName);
270 * @param string $collectionName
277 public function createCollection($collectionName, array $options = []) argument
325 * @param string $collectionName Collection name
332 public function dropCollection($collectionName, array $options = []) argument
344 $operation = new DropCollection($this->databaseName, $collectionName, $options);
432 * @param string $collectionName Collection or view to modify
460 * @param string $collectionName Name of the collection to select
[all …]
/dports/www/nextcloud/nextcloud/lib/private/Accounts/
H A DAccountPropertyCollection.php37 protected $collectionName = ''; variable in OC\\Accounts\\AccountPropertyCollection
42 public function __construct(string $collectionName) { argument
43 $this->collectionName = $collectionName;
60 if ($property->getName() !== $this->collectionName) {
69 $this->collectionName,
106 return [$this->collectionName => $this->properties];
110 return $this->collectionName;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Configuration/
H A DExtensionsSection.cs142 collectionName = GetExtensionType(extensionType); in LookupAssociatedCollection()
143 return ExtensionsSection.LookupCollection(collectionName, evaluationContext); in LookupAssociatedCollection()
152 collectionName = GetExtensionType(extensionType); in UnsafeLookupAssociatedCollection()
159 string collectionName = String.Empty; in GetExtensionType()
163 collectionName = ConfigurationStrings.BehaviorExtensions; in GetExtensionType()
167 collectionName = ConfigurationStrings.BindingElementExtensions; in GetExtensionType()
171 collectionName = ConfigurationStrings.BindingExtensions; in GetExtensionType()
175 collectionName = ConfigurationStrings.EndpointExtensions; in GetExtensionType()
187 return collectionName; in GetExtensionType()
214 switch (collectionName) in LookupCollection()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocb/v2/
H A Dcollection.go12 collectionName string member
27 func newCollection(scope *Scope, collectionName string) *Collection {
29 collectionName: collectionName,
46 return c.collectionName
63 return c.collectionName
69 SetTag("couchbase.collection", c.collectionName).
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocb/v2/
H A Dcollection.go12 collectionName string member
27 func newCollection(scope *Scope, collectionName string) *Collection {
29 collectionName: collectionName,
46 return c.collectionName
63 return c.collectionName
69 SetTag("couchbase.collection", c.collectionName).
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Diagnostics/
H A DCollectionTraceRecord.cs15 string collectionName; field in System.ServiceModel.Diagnostics.CollectionTraceRecord
18 public CollectionTraceRecord(string collectionName, string elementName, IEnumerable entries) in CollectionTraceRecord() argument
20 … this.collectionName = String.IsNullOrEmpty(collectionName) ? "Elements" : collectionName; in CollectionTraceRecord()
31 xml.WriteStartElement(this.collectionName); in WriteTo()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/Common/System/Data/Common/
H A DAdapterUtil.Odbc.cs461 internal static Exception AmbigousCollectionName(string collectionName) in AmbigousCollectionName() argument
466 internal static Exception CollectionNameIsNotUnique(string collectionName) in CollectionNameIsNotUnique() argument
471 internal static Exception DataTableDoesNotExist(string collectionName) in DataTableDoesNotExist() argument
521 internal static Exception QueryFailed(string collectionName, Exception e) in QueryFailed() argument
526 internal static Exception TooManyRestrictions(string collectionName) in TooManyRestrictions() argument
528 return Argument(SR.GetString(SR.MDF_TooManyRestrictions, collectionName)); in TooManyRestrictions()
531 internal static Exception UnableToBuildCollection(string collectionName) in UnableToBuildCollection() argument
536 internal static Exception UndefinedCollection(string collectionName) in UndefinedCollection() argument
538 return Argument(SR.GetString(SR.MDF_UndefinedCollection, collectionName)); in UndefinedCollection()
546 internal static Exception UnsupportedVersion(string collectionName) in UnsupportedVersion() argument
[all …]

12345678910>>...33