• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

2.1 Creating and destroying tables
All Application Manual Name SummaryHelp

  • 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.
ClioPatria (version V3.1.1-51-ga0b30a5)