![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements the OP_SQLITE_EXEC opcode (conditional build). More...
Go to the source code of this file.
Functions | |
| free_value (v1) | |
| free_value (v2) | |
| push_value (vm, make_int(-1)) | |
Variables | |
| case | OP_SQLITE_EXEC |
| Value | v2 = pop_value(vm) |
| break | |
Implements the OP_SQLITE_EXEC opcode (conditional build).
Executes a SQL statement against an open SQLite handle when FUN_WITH_SQLITE is enabled. Returns the SQLite result code.
Definition in file exec.c.
| free_value | ( | v1 | ) |
| free_value | ( | v2 | ) |
| push_value | ( | vm | , |
| make_int(-1) | ) |
| case OP_SQLITE_EXEC |