Uses of Enum
io.trino.sql.tree.Comment.Type
Packages that use Comment.Type
-
Uses of Comment.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return Comment.TypeModifier and TypeMethodDescriptionComment.getType()static Comment.TypeReturns the enum constant of this type with the specified name.static Comment.Type[]Comment.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type Comment.TypeModifierConstructorDescriptionComment(Comment.Type type, QualifiedName name, Optional<String> comment) Comment(NodeLocation location, Comment.Type type, QualifiedName name, Optional<String> comment)