![]() |
Fun API Documentation 0.42.1
The programming language that makes you have fun!
|
Node in a singly-linked list of registered SQLite handles. More...
Data Fields | |
| int | id |
| sqlite3 * | db |
| struct SqlHandle * | next |
Node in a singly-linked list of registered SQLite handles.
Each node associates a monotonically increasing positive integer identifier with a raw sqlite3* pointer. The list head is stored in a file-static global (g_sql_handles).
| struct SqlHandle* next |