Uses of Class
org.mariadb.jdbc.SslMode
-
Packages that use SslMode Package Description org.mariadb.jdbc -
-
Uses of SslMode in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return SslMode Modifier and Type Method Description static SslModeSslMode. from(String value)SslModeConfiguration. sslMode()static SslModeSslMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SslMode[]SslMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-