Platforms to show: All Mac Windows Linux Cross-Platform

Back to InternalPostgreSQLLibraryMBS module.

InternalPostgreSQLLibraryMBS.OpenSSLVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
method SQL MBS SQL Plugin 16.2 ✅ Yes ❌ No ✅ Yes ✅ Yes All
Returns the version of the OpenSSL library.
Example
MsgBox InternalPostgreSQLLibraryMBS.OpenSSLVersion

InternalPostgreSQLLibraryMBS.Use as boolean

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

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

InternalPostgreSQLLibraryMBS.Version as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method SQL MBS SQL Plugin 16.2 ✅ Yes ❌ No ✅ Yes ✅ Yes All
Returns version of PostgreSQL version.
Example
MsgBox str(InternalPostgreSQLLibraryMBS.Version)
// e.g. 90501 for 9.5.1

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


The biggest plugin in space...