Uses of Enum Class
io.trino.sql.tree.SecurityCharacteristic.Security
Packages that use SecurityCharacteristic.Security
-
Uses of SecurityCharacteristic.Security in io.trino.sql.tree
Methods in io.trino.sql.tree that return SecurityCharacteristic.SecurityModifier and TypeMethodDescriptionSecurityCharacteristic.getSecurity()Returns the enum constant of this class with the specified name.static SecurityCharacteristic.Security[]SecurityCharacteristic.Security.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type SecurityCharacteristic.SecurityModifierConstructorDescriptionSecurityCharacteristic(NodeLocation location, SecurityCharacteristic.Security security)