![]() |
Fun 0.41.5
The programming language that makes you have fun!
|
Implements the OP_SQLITE_CLOSE opcode (conditional build). More...
Go to the source code of this file.
Functions | |
| free_value (vh) | |
| if (h &&h->db) | |
| push_value (vm, make_nil()) | |
Variables | |
| case | OP_SQLITE_CLOSE |
| int | hid = (int)vh.i |
| SqlHandle * | h = sql_reg_get(hid) |
| break | |
Implements the OP_SQLITE_CLOSE opcode (conditional build).
Closes a registered SQLite database handle and unregisters it when FUN_WITH_SQLITE is enabled. No-op when SQLite support is disabled.
OP_SQLITE_CLOSE: (handle:int) -> Nil
Definition in file close.c.
| free_value | ( | vh | ) |
| push_value | ( | vm | , |
| make_nil() | ) |
| SqlHandle* h = sql_reg_get(hid) |