Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/sqlite
Type
typedef struct sqlite3_mutex sqlite3_mutex
References
| Module | SQLiteCore |
| Header | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/sqlite/sqlite3.h |
| Include | #include "sqlite/sqlite3.h" |
Remarks
CAPI3REF: Mutex Handle
The mutex module within SQLite defines [sqlite3_mutex] to be an abstract type for a mutex object. The SQLite core never looks at the internal representation of an [sqlite3_mutex]. It only deals with pointers to the [sqlite3_mutex] object.
Mutexes are created using [sqlite3_mutex_alloc()].