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