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