Class DatabaseCatalog.CatalogInformation

java.lang.Object
com.illumon.iris.db.tables.databases.DatabaseCatalog.CatalogInformation
Enclosing interface:
DatabaseCatalog

public static class DatabaseCatalog.CatalogInformation extends Object
A class that holds parallel arrays of catalog information about visible tables.
  • Method Details

    • getNamespaces

      public String[] getNamespaces()
      The namespaces, parallel with tablenames and namespace sets.
      Returns:
      the namespace associated with each visible table
    • getTableNames

      public String[] getTableNames()
      The table names, parallel with namespaces and namespace sets.
      Returns:
      the visible table names
    • getNamespaceSets

      public NamespaceSet[] getNamespaceSets()
      The namespace sets, parallel with tablenames and namespaces.
      Returns:
      the namespace set associated with each visible table