Class CatalogName

java.lang.Object
io.trino.connector.CatalogName

public final class CatalogName extends Object
  • Constructor Details

    • CatalogName

      public CatalogName(String catalogName)
  • Method Details

    • getCatalogName

      public String getCatalogName()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getRetainedSizeInBytes

      public long getRetainedSizeInBytes()
    • isInternalSystemConnector

      public static boolean isInternalSystemConnector(CatalogName catalogName)
    • createInformationSchemaCatalogName

      public static CatalogName createInformationSchemaCatalogName(CatalogName catalogName)
    • createSystemTablesCatalogName

      public static CatalogName createSystemTablesCatalogName(CatalogName catalogName)