Interface IonMutableCatalog

All Superinterfaces:
IonCatalog
All Known Implementing Classes:
SimpleCatalog

public interface IonMutableCatalog extends IonCatalog
An IonCatalog that can be updated.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    putTable(SymbolTable sharedTable)
    Adds a symbol table to this catalog.

    Methods inherited from interface com.amazon.ion.IonCatalog

    getTable, getTable
  • Method Details

    • putTable

      void putTable(SymbolTable sharedTable)
      Adds a symbol table to this catalog. This interface does not define the behavior of this method if this catalog already contains a table with the same name and version.
      Parameters:
      sharedTable - must be shared but not a system table or substitute table.