2.1 Creating and destroying tables
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
Managing external tables for SWI-Prolog
Managing external tables
Creating and destroying tables
new_table/4
open_table/1
close_table/1
free_table/1
Availability:
:- use_module(
library(table)
).
(can be autoloaded)
close_table
(
+Handle
)
Close the file and other system resources, but do not remove the description of the table, so it can be re-opened later.