Platforms to show: All Mac Windows Linux Cross-Platform

Back to SQLite3MBS class.

SQLite3MBS.ConnectionHandle as Ptr

Type Topic Plugin Version macOS Windows Linux iOS Targets
property SQL MBS SQL Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the current connection reference for the database.

sqlite3 pointer for using in declares.
(Read only property)

SQLite3MBS.MemoryHighwater as Int64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property SQL MBS SQL Plugin 17.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries maximum memory usage so far.

Can be reset with reset parameter.
(Read only property)

See also:

SQLite3MBS.MemoryUsed as Int64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property SQL MBS SQL Plugin 17.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries memory in use by SQLite.

This is memory allocated, but not yet freed.
Value is zero until SQLite3 initialized.
(Read only property)

SQLite3MBS.Version as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
Property SQL MBS SQL Plugin 9.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The version string of the SQLite library.

(Read only property)

SQLite3MBS.VersionNumber as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
Property SQL MBS SQL Plugin 9.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The version number of the SQLite library.

(Read only property)

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


The biggest plugin in space...