Class CatalogSchemaRoutineName

java.lang.Object
io.trino.spi.connector.CatalogSchemaRoutineName

public final class CatalogSchemaRoutineName extends Object
  • Constructor Details

    • CatalogSchemaRoutineName

      public CatalogSchemaRoutineName(String catalogName, SchemaRoutineName schemaRoutineName)
    • CatalogSchemaRoutineName

      public CatalogSchemaRoutineName(String catalogName, String schemaName, String routineName)
  • Method Details

    • getCatalogName

      public String getCatalogName()
    • getSchemaRoutineName

      public SchemaRoutineName getSchemaRoutineName()
    • getSchemaName

      public String getSchemaName()
    • getRoutineName

      public String getRoutineName()
    • 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