| Package | Description |
|---|---|
| org.postgresql.core.v3 | |
| org.postgresql.jdbc | |
| org.postgresql.ssl.jdbc4 |
| Modifier and Type | Method and Description |
|---|---|
private PGStream |
ConnectionFactoryImpl.enableSSL(PGStream pgStream,
SslMode sslMode,
java.util.Properties info,
int connectTimeout) |
private PGStream |
ConnectionFactoryImpl.tryConnect(java.lang.String user,
java.lang.String database,
java.util.Properties info,
javax.net.SocketFactory socketFactory,
HostSpec hostSpec,
SslMode sslMode) |
| Modifier and Type | Field and Description |
|---|---|
static SslMode[] |
SslMode.VALUES |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Field and Description |
|---|---|
private SslMode |
LibPQFactory.sslMode
Deprecated.
|