Uses of Class
io.trino.sql.tree.Comment.Type
-
Packages that use Comment.Type Package Description io.trino.sql.tree -
-
Uses of Comment.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return Comment.Type Modifier and Type Method Description Comment.TypeComment. getType()static Comment.TypeComment.Type. valueOf(String name)Returns 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.Type Constructor Description Comment(Comment.Type type, QualifiedName name, Optional<String> comment)Comment(NodeLocation location, Comment.Type type, QualifiedName name, Optional<String> comment)
-