The plugin part Mongo
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin part MBS MongoDB Plugin:Mongo:
All Console safe,
117 entry points.
- class MongoChangeStreamMBS
- class MongoClientMBS
- class MongoCollectionMBS
- method Command(commandJSON as String, OptionsJSON as String = "") as String
- method Aggregate(Flags as Integer, pipelineJSON as String, OptionsJSON as String = "") as MongoCursorMBS
- method Watch(pipelineJSON as String, OptionsJSON as String = "") as MongoChangeStreamMBS
- method FindIndexes(OptionsJSON as String = "") as MongoCursorMBS
- method Keys as String()
- method EstimatedDocumentCount(OptionsJSON as String, byref ReplyJSON as String) as Int64
- method EstimatedDocumentCount(OptionsJSON as String = "") as Int64
- method Constructor
- method Copy as MongoCollectionMBS
- method Find(FilterJSON as String, OptionsJSON as String = "") as MongoCursorMBS
- method InsertOne(documentJSON as String, OptionsJSON as String = "") as String
- method InsertMany(documentArrayJSON as String, OptionsJSON as String = "") as String
- method InsertMany(documentJSON() as String, OptionsJSON as String = "") as String
- method UpdateOne(selectorJSON as String, updateJSON as String, OptionsJSON as String = "") as String
- method UpdateMany(selectorJSON as String, updateJSON as String, OptionsJSON as String = "") as String
- method ReplaceOne(selectorJSON as String, replacementJSON as String, OptionsJSON as String = "") as String
- method DeleteOne(selectorJSON as String, OptionsJSON as String = "") as String
- method DeleteMany(selectorJSON as String, OptionsJSON as String = "") as String
- method Rename(NewDatabaseName as String, NewCollectionName as String, DropTargetBeforeRename as Boolean = false, OptionsJSON as String = "") as boolean
- property Handle as Integer
- property Name as String
- property Parent as Variant
- class MongoCursorMBS
- class MongoDatabaseMBS
- class MongoExceptionMBS
- class MongoHostListMBS
- class MongoServerDescriptionMBS
- class MongoSessionMBS
- class MongoSSLOptionsMBS
- class MongoURIMBS
Blog Entries
Xojo Developer Magazine