![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements the OP_SQLITE_OPEN opcode (conditional build). More...
Go to the source code of this file.
Functions | |
| free_value (v) | |
| push_value (vm, make_int(0)) | |
Variables | |
| case | OP_SQLITE_OPEN |
| break | |
Implements the OP_SQLITE_OPEN opcode (conditional build).
Opens a SQLite database and registers a handle when FUN_WITH_SQLITE is enabled. On failure or when SQLite support is disabled, pushes 0.
Definition in file open.c.
| free_value | ( | v | ) |
| push_value | ( | vm | , |
| make_int(0) | ) |