Uses of Class
io.trino.sql.tree.LikeClause.PropertiesOption
-
Packages that use LikeClause.PropertiesOption Package Description io.trino.sql.tree -
-
Uses of LikeClause.PropertiesOption in io.trino.sql.tree
Methods in io.trino.sql.tree that return LikeClause.PropertiesOption Modifier and Type Method Description static LikeClause.PropertiesOptionLikeClause.PropertiesOption. valueOf(String name)Returns the enum constant of this type with the specified name.static LikeClause.PropertiesOption[]LikeClause.PropertiesOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.sql.tree that return types with arguments of type LikeClause.PropertiesOption Modifier and Type Method Description Optional<LikeClause.PropertiesOption>LikeClause. getPropertiesOption()Constructor parameters in io.trino.sql.tree with type arguments of type LikeClause.PropertiesOption Constructor Description LikeClause(NodeLocation location, QualifiedName tableName, Optional<LikeClause.PropertiesOption> propertiesOption)LikeClause(QualifiedName tableName, Optional<LikeClause.PropertiesOption> propertiesOption)
-