Uses of Enum Class
io.trino.sql.tree.LikeClause.PropertiesOption
Packages that use LikeClause.PropertiesOption
-
Uses of LikeClause.PropertiesOption in io.trino.sql.tree
Methods in io.trino.sql.tree that return LikeClause.PropertiesOptionModifier and TypeMethodDescriptionstatic LikeClause.PropertiesOptionReturns the enum constant of this class with the specified name.static LikeClause.PropertiesOption[]LikeClause.PropertiesOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.sql.tree that return types with arguments of type LikeClause.PropertiesOptionConstructor parameters in io.trino.sql.tree with type arguments of type LikeClause.PropertiesOptionModifierConstructorDescriptionLikeClause(NodeLocation location, QualifiedName tableName, Optional<LikeClause.PropertiesOption> propertiesOption) LikeClause(QualifiedName tableName, Optional<LikeClause.PropertiesOption> propertiesOption)