Platforms to show: All Mac Windows Linux Cross-Platform
ODQueryMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Open Directory | MBS MacFrameworks Plugin | 19.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop, Console & Web |
Currently only partially implemented for Xojo for reading values. If you need more, please contact Monkeybread Software.
- property Handle as Integer
- 5 methods
- method Constructor(node as ODNodeMBS, inRecordTypeOrList as Variant, inAttribute as String, matchType as Integer, inQueryValueOrList as Variant, inReturnAttributeOrList as Variant, maximumResults as Integer, byref error as NSErrorMBS)
- method Destructor
- method resultsAllowingPartial(AllowPartialResults as Boolean, byref error as NSErrorMBS) as ODRecordMBS()
- method start
- method synchronize
- shared method queryWithNode(node as ODNodeMBS, inRecordTypeOrList as Variant, inAttribute as String, matchType as Integer, inQueryValueOrList as Variant, inReturnAttributeOrList as Variant, maximumResults as Integer, byref error as NSErrorMBS) as ODQueryMBS
- 7 constants
Match Types
Constant | Value | Description |
---|---|---|
kODMatchAny | 1 |
is used to search for any records (typically passed with nil search value) |
kODMatchBeginsWith | &h2002 |
is searching values that begin with the provided value |
kODMatchContains | &h2004 |
is searching values that contain the provided value |
kODMatchEndsWith | &h2003 |
is searching values that end with the provided value |
kODMatchEqualTo | &h2001 |
is searching values that are equal to the provided value |
kODMatchGreaterThan | &h2006 |
is searching values greater than the provided value |
kODMatchLessThan | &h2007 |
is searching values less than the provided value |
This class has no sub classes.
Some examples using this class:
Blog Entries
- MonkeyBread Software Releases the MBS Xojo Plugins in version 19.3
- MBS Xojo Plugins, version 19.3pr2
- OpenDirectory Framework for Xojo
Xojo Developer Magazine
- 18.3, page 50: Happy Birthday MonkeyBread Software, What is new in the MBS Xojo Plugins by Stefanie Juchmes
- 17.5, page 9: News
Release notes
- Version 19.3
- Added OpenDirectory classes for Xojo: ODQueryMBS, ODRecordMBS, ODNodeMBS and ODSessionMBS.
The items on this page are in the following plugins: MBS MacFrameworks Plugin.