• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • 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

A.35.1 Tabling predicate reference
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • The SWI-Prolog library
        • library(tabling): Tabled execution (SLG)
          • Tabling predicate reference
            • table/1
            • abolish_all_tables/0
            • abolish_table_subgoals/1
            • About the tabling implementation
            • Status of tabling
    • Packages
Availability::- use_module(library(tabling)).(can be autoloaded)
Sourceabolish_all_tables
Remove all tables. This is normally used to free up the space or recompute the result after predicates on which the result for some tabled predicates depend.
Errors
permission_error(abolish, table, all) if tabling is in progress.
ClioPatria (version V3.1.1-21-gb8003bb)