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)
open_table(+Handle)
Open the table. This predicate normally does not need to be called explicitely, as all operations on the table handle will automatically open the table if this is required. It fails if the file cannot be accessed or some other error with the required operating-system resources occurs. The contents of the file is not examined by this predicate.