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. VALUES
Methods in org.postgresql.jdbc that return SslMode Modifier and Type Method Description static SslMode
SslMode. of(java.util.Properties info)
static SslMode
SslMode. 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.
-