Db get mem handle

db_get_mem_handle

Description:
Function db_get_mem_handle get memory handle for an SQLite database that was opened with db_open.
Function db_get_mem_handle was added in 0.3.7 R1 and will not work in earlier versions!
This function name starts with a lowercase letter.


Parameters:
(DB:db)
int db The index of the database connection (returned by db_open).


Return Values:
Returns the memory handle for a specified database.


Examples:
-


Related Functions
The following functions may be useful, as they are related to this function in one way or another.