Uses of Class
org.postgresql.jdbc.SslMode
-
Packages that use SslMode Package Description org.postgresql.jdbc -
-
Uses of SslMode in org.postgresql.jdbc
Fields in org.postgresql.jdbc declared as SslMode Modifier and Type Field Description static SslMode[]SslMode. VALUESMethods in org.postgresql.jdbc that return SslMode Modifier and Type Method Description static SslModeSslMode. of(java.util.Properties info)static SslModeSslMode. valueOf(java.lang.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.
-