Uses of Class
org.postgresql.jdbc.GSSEncMode
-
Packages that use GSSEncMode Package Description org.postgresql.jdbc -
-
Uses of GSSEncMode in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return GSSEncMode Modifier and Type Method Description static GSSEncMode
GSSEncMode. of(java.util.Properties info)
static GSSEncMode
GSSEncMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GSSEncMode[]
GSSEncMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-