bBox_DuckDBClose( reference )
Parameters:
reference: session reference returned by bBox_DuckDBOpen
Result:
0
Error:
may rarely return an error
Script Step:
none
––––––––––
First appeared in: 1.05
Examples in demo file: 0
Compatibility: Client, macOS, Ubuntu, WebDirect, WPE
––––––––––
Closes the DuckDB session created with bBox_DuckDBOpen. Once closed, the reference will be invalid.
If you have used the in-memory storage option, all DuckDB data for the session will also be dumped.
––––––––––
bBox Functions
bBox Wiki