Class TableCatalog

    • Constructor Detail

      • TableCatalog

        protected TableCatalog()
    • Method Detail

      • newInstance

        public static TableCatalog newInstance()
        Obtains a new TableCatalog instance. If at least one implementation can be found using the Services API, then the first one will be returned. Otherwise the default TableCatalog will be used. The default TableCatalog will use the Services API to find TableProviders. The combined result from all TableProviders are available to the catalog.
        Returns:
        returns a new TableCatalog instance.