Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.segment.generic.PrivilegeTypeEnum
-
Packages that use PrivilegeTypeEnum Package Description org.apache.shardingsphere.sql.parser.sql.common.segment.generic -
-
Uses of PrivilegeTypeEnum in org.apache.shardingsphere.sql.parser.sql.common.segment.generic
Methods in org.apache.shardingsphere.sql.parser.sql.common.segment.generic that return PrivilegeTypeEnum Modifier and Type Method Description static PrivilegeTypeEnumPrivilegeTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PrivilegeTypeEnum[]PrivilegeTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-