Platforms to show: All Mac Windows Linux Cross-Platform
MongoURIMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | MongoDB | MBS MongoDB Plugin | 22.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
It provides standardized parsing as well as convenience methods for extracting useful information such as replica hosts or authorization information.
- 15 properties
- property AppName as String
- property AuthMechanism as String
- property AuthSource as String
- property Compressors as String
- property Credentials as String
- property DatabaseName as String
- property Handle as Integer
- property Hosts as MongoHostListMBS
- property Options as String
- property Password as String
- property ServiceHostName as String
- property ServiceName as String
- property TLS as Boolean
- property URI as String
- property UserName as String
- 2 methods
- method Constructor(URI as String)
- method Copy as MongoURIMBS
Constants
Constant | Value | Description |
---|---|---|
DefaultPort | 27017 | The default port number. |
This class has no sub classes.
Some methods using this class:
- MongoClientMBS.Constructor(URI as MongoURIMBS)
- MongoCursorMBS.Clone as MongoURIMBS
Some properties using for this class:
- MongoClientMBS.URI as MongoURIMBS
Some examples using this class:
Blog Entries
- News from the MBS Xojo Plugins Version 24.2
- MonkeyBread Software Releases the MBS Xojo Plugins in version 24.2
- MBS Xojo Plugins, version 24.2pr1
- Watch MongoDB Database changes in Xojo
- New in MBS Xojo Plugins in version 23.1
- MBS Xojo Plugins, version 23.1pr1
- Insert record to MongoDB in Xojo
- MBS Xojo Plugins, version 22.3pr2
Xojo Developer Magazine
- 22.5, page 10
- 22.4, page 9: News
- 21.1, pages 94 to 95: A Database That Connects, A Mongo DB photo database used with FileMaker and Xojo by Stefanie Juchmes
Release notes
- Version 24.2
- Added more methods and properties for MongoDB to our MongoDatabaseMBS, MongoClientMBS and MongoURIMBS class.
- Version 23.1
- Added Options and TLS properties to MongoURIMBS class.
- Changed DatabaseName property in MongoURIMBS to be writable.
The items on this page are in the following plugins: MBS MongoDB Plugin.