Package io.trino.sql.tree
Class PrincipalSpecification
- java.lang.Object
-
- io.trino.sql.tree.PrincipalSpecification
-
public class PrincipalSpecification extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrincipalSpecification.Type
-
Constructor Summary
Constructors Constructor Description PrincipalSpecification(PrincipalSpecification.Type type, Identifier name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IdentifiergetName()PrincipalSpecification.TypegetType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
PrincipalSpecification
public PrincipalSpecification(PrincipalSpecification.Type type, Identifier name)
-
-
Method Detail
-
getType
public PrincipalSpecification.Type getType()
-
getName
public Identifier getName()
-
-