Class SchemaMetadata


  • public class SchemaMetadata
    extends java.lang.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​(java.lang.String adapterNotes,
                              java.util.List<TableMetadata> tables)
    • Method Detail

      • getAdapterNotes

        public java.lang.String getAdapterNotes()