Uses of Enum Class
org.postgresql.jdbc.SslNegotiation
Packages that use SslNegotiation
-
Uses of SslNegotiation in org.postgresql.ds.common
Methods in org.postgresql.ds.common that return SslNegotiationMethods in org.postgresql.ds.common with parameters of type SslNegotiationModifier and TypeMethodDescriptionvoid
BaseDataSource.setSslNegotiation
(SslNegotiation sslNegotiation) -
Uses of SslNegotiation in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return SslNegotiationModifier and TypeMethodDescriptionstatic SslNegotiation
static SslNegotiation
Returns the enum constant of this class with the specified name.static SslNegotiation[]
SslNegotiation.values()
Returns an array containing the constants of this enum class, in the order they are declared.