Class SessionPropertyManager.SessionPropertyValue

java.lang.Object
io.trino.metadata.SessionPropertyManager.SessionPropertyValue
Enclosing class:
SessionPropertyManager

public static class SessionPropertyManager.SessionPropertyValue extends Object
  • Method Details

    • getFullyQualifiedName

      public String getFullyQualifiedName()
    • getCatalogName

      public Optional<String> getCatalogName()
    • getPropertyName

      public String getPropertyName()
    • getDescription

      public String getDescription()
    • getType

      public String getType()
    • getValue

      public String getValue()
    • getDefaultValue

      public String getDefaultValue()
    • isHidden

      public boolean isHidden()