![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements the OP_SQLITE_QUERY opcode (conditional build). More...
Go to the source code of this file.
Functions | |
| free_value (v1) | |
| free_value (v2) | |
| push_value (vm, make_array_from_values(NULL, 0)) | |
Variables | |
| case | OP_SQLITE_QUERY |
| Value | v2 = pop_value(vm) |
| break | |
Implements the OP_SQLITE_QUERY opcode (conditional build).
Prepares and steps through a SQLite statement to produce an array of row maps when FUN_WITH_SQLITE is enabled. Returns an empty array otherwise.
Definition in file query.c.
| free_value | ( | v1 | ) |
| free_value | ( | v2 | ) |
| push_value | ( | vm | , |
| make_array_from_values(NULL, 0) | ) |
| case OP_SQLITE_QUERY |