Returns the number of bytes of memory currently in use by the database engine. That is, the number of bytes allocated and not yet freed.
Arguments: | There are no arguments to this method. |
Return value: | The amount of memory the database is currently using, in bytes. |
Details | The functionality of thememoryUsedmethod is similar to that of the SQLite sqlite3_memory_used API. |