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