| b2xy_cursor | Structure to describe a cursor in the virtual table |
| b2xy_table | Structure to describe a virtual table |
| BINDCOL | Internal structure for bound column (SQLBindCol) |
| BINDPARM | Internal structure for bound parameter (SQLBindParameter) |
| COL | Internal structure to describe a column in a result set |
| csv_cursor | Structure to describe CSV virtual table cursor |
| csv_file | Structure to implement CSV file handle |
| csv_guess_fmt | Info to guess CSV layout |
| csv_vtab | Structure to describe a CSV virtual table |
| dbc | Driver internal structure for database connection (HDBC) |
| dstr | Internal structure representing dynamic strings |
| DUMP_DATA | Structure for dump callback |
| ENV | Driver internal structure for environment (HENV) |
| json_pfs | JSON output helper structure |
| path_aggctx | Internal aggregate context for path/polyline function |
| rownumber_ctx | SQLite context structure for "rownumber" function |
| stmt | Driver internal structure representing SQL statement (HSTMT) |
| strbuf | Internal dynamic string buffer |
| tblres | Internal structure for managing driver's sqlite3_get_table() implementation |
| XCSR | Structure to describe virtual table cursor |
| XDOC | Structure to cache XML document |
| XEXP | Structure to describe XPath expression |
| XMOD | Structure holding per module/database data |
| XTAB | Structure to describe virtual table |
| zip_cursor | Structure to describe ZIP virtual table cursor |
| zip_file | Structure to implement ZIP file handle |
| zip_vtab | Structure to describe a ZIP virtual table |