Fun 0.41.5
The programming language that makes You have fun
Loading...
Searching...
No Matches
close.c File Reference

Implements the OP_SQLITE_CLOSE opcode (conditional build). More...

Go to the source code of this file.

Functions

 free_value (v)
 push_value (vm, make_nil())

Variables

case OP_SQLITE_CLOSE
 break

Detailed Description

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.

Definition in file close.c.

Function Documentation

◆ free_value()

free_value(v)

◆ push_value()

push_value(vm,
make_nil() )

Variable Documentation

◆ break

break

Definition at line 38 of file close.c.

◆ OP_SQLITE_CLOSE

case OP_SQLITE_CLOSE

OP_SQLITE_CLOSE: (handle:int) -> Nil

Definition at line 21 of file close.c.