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.