Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SQL.SQLite3.MemoryUsed
Queries memory in use by SQLite.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SQL | 7.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "SQL.SQLite3.MemoryUsed"; Connection ) More
Parameters
Parameter | Description | Example |
---|---|---|
Connection | The connection reference number gained with SQL.NewConnection. | $Connection |
Result
Returns number or error.
Description
Queries memory in use by SQLite.This is memory allocated, but not yet freed.
See also
Release notes
- Version 7.4
Blog Entries
This function is free to use.
Created 11st August 2017, last changed 17th July 2022