Platforms to show: All Mac Windows Linux Cross-Platform

Back to InternalCubeSQLLibraryMBS module.

InternalCubeSQLLibraryMBS.SSLVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
method SQL MBS SQL Plugin 18.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries SSL version of library.

InternalCubeSQLLibraryMBS.Use as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method SQL MBS SQL Plugin 18.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Registers the built in CubeSQL client library for use.
Example
if InternalCubeSQLLibraryMBS.Use then
MsgBox "Using internal CubeSQL library."
else
MsgBox "Failed, so please use library file."
end if

So instead of having SQL Plugin load CubeSQL shared library from file, we use the one built into this plugin.

InternalCubeSQLLibraryMBS.Version as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
method SQL MBS SQL Plugin 18.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries version of library.

The items on this page are in the following plugins: MBS SQL Plugin.


The biggest plugin in space...