Uses of Class
org.mariadb.jdbc.export.SslMode
-
Packages that use SslMode Package Description org.mariadb.jdbc org.mariadb.jdbc.export -
-
Uses of SslMode in org.mariadb.jdbc
Methods in org.mariadb.jdbc that return SslMode Modifier and Type Method Description SslModeConfiguration. sslMode()SSl mode -
Uses of SslMode in org.mariadb.jdbc.export
Methods in org.mariadb.jdbc.export that return SslMode Modifier and Type Method Description static SslModeSslMode. from(String value)Create SSLMode from enumeration value, or aliasesstatic 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.
-