Fun 0.41.5
The programming language that makes you have fun!
Loading...
Searching...
No Matches
SqlHandle Struct Reference

Node in a singly-linked list of registered SQLite handles. More...

Collaboration diagram for SqlHandle:
[legend]

Data Fields

int id
sqlite3 * db
struct SqlHandlenext

Detailed Description

Node in a singly-linked list of registered SQLite handles.

Definition at line 29 of file sqlite.c.

Field Documentation

◆ db

sqlite3* db

Definition at line 31 of file sqlite.c.

◆ id

int id

Definition at line 30 of file sqlite.c.

◆ next

struct SqlHandle* next

Definition at line 32 of file sqlite.c.


The documentation for this struct was generated from the following file: