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
Back to SQLiteFunctionMBS class.
SQLiteFunctionMBS.Perform(ArgumentCount as Integer, Arguments() as Variant)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
event | SQL | MBS SQL Plugin | 24.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
ArgumentCount is the number of arguments passed in the array.
Arguments contains values, which may be nil, double, integer, string, Memoryblock for BLOB.
Please use #pragmas like in the sample project to disable stack checking and background tasks for best performance. Also catch all exceptions that may happen to prevent trouble.
Call one of the result functions to return the result.
The items on this page are in the following plugins: MBS SQL Plugin.