Uses of Class
io.trino.sql.tree.PrincipalSpecification.Type
-
Packages that use PrincipalSpecification.Type Package Description io.trino.sql.tree -
-
Uses of PrincipalSpecification.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return PrincipalSpecification.Type Modifier and Type Method Description PrincipalSpecification.TypePrincipalSpecification. getType()static PrincipalSpecification.TypePrincipalSpecification.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static PrincipalSpecification.Type[]PrincipalSpecification.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 PrincipalSpecification.Type Constructor Description PrincipalSpecification(PrincipalSpecification.Type type, Identifier name)
-