Package com.amazon.ion
Interface IonMutableCatalog
- All Superinterfaces:
IonCatalog
- All Known Implementing Classes:
SimpleCatalog
An
IonCatalog that can be updated.-
Method Summary
Modifier and TypeMethodDescriptionvoidputTable(SymbolTable sharedTable) Adds a symbol table to this catalog.Methods inherited from interface com.amazon.ion.IonCatalog
getTable, getTable
-
Method Details
-
putTable
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.
-