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