Class SchemaMetadata


  • public class SchemaMetadata
    extends Object
    Represents the metadata of an EXASOL Virtual Schema, including tables and columns. These metadata are are returned by the Adapter when creating a virtual schema or when the adapter updates the metadata (during refresh or set property).
    • Constructor Detail

      • SchemaMetadata

        public SchemaMetadata​(String adapterNotes,
                              List<TableMetadata> tables)
        Instantiates a new Schema metadata.
        Parameters:
        adapterNotes - the adapter notes
        tables - the tables
    • Method Detail

      • getAdapterNotes

        public String getAdapterNotes()
        Gets adapter notes.
        Returns:
        the adapter notes
      • getTables

        public List<TableMetadata> getTables()
        Gets tables.
        Returns:
        the tables