Uses of Enum Class
io.trino.sql.tree.Trim.Specification
Packages that use Trim.Specification
-
Uses of Trim.Specification in io.trino.sql.tree
Subclasses with type arguments of type Trim.Specification in io.trino.sql.treeMethods in io.trino.sql.tree that return Trim.SpecificationModifier and TypeMethodDescriptionTrim.getSpecification()static Trim.SpecificationReturns the enum constant of this class with the specified name.static Trim.Specification[]Trim.Specification.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type Trim.SpecificationModifierConstructorDescriptionTrim(NodeLocation location, Trim.Specification specification, Expression trimSource, Optional<Expression> trimCharacter)