Class DatabaseCatalog.CatalogInformation
java.lang.Object
com.illumon.iris.db.tables.databases.DatabaseCatalog.CatalogInformation
- Enclosing interface:
- DatabaseCatalog
A class that holds parallel arrays of catalog information about visible tables.
-
Method Details
-
getNamespaces
The namespaces, parallel with tablenames and namespace sets.- Returns:
- the namespace associated with each visible table
-
getTableNames
The table names, parallel with namespaces and namespace sets.- Returns:
- the visible table names
-
getNamespaceSets
The namespace sets, parallel with tablenames and namespaces.- Returns:
- the namespace set associated with each visible table
-