2.1 Creating and destroying tables
AllApplicationManualNameSummaryHelp

  • 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)
free_table(+Handle)
Close and remove the handle. After this operation, Handle becomes invalid and further references to it causes undefined behaviour.