Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.core.v2 | |
org.postgresql.core.v3 | |
org.postgresql.gss | |
org.postgresql.ssl |
Modifier and Type | Method and Description |
---|---|
protected void |
ConnectionFactory.closeStream(PGStream newStream)
Safely close the given stream.
|
Constructor and Description |
---|
QueryExecutorImpl(org.postgresql.core.v2.ProtocolConnectionImpl protoConnection,
PGStream pgStream,
Logger logger) |
Constructor and Description |
---|
QueryExecutorImpl(org.postgresql.core.v3.ProtocolConnectionImpl protoConnection,
PGStream pgStream,
Properties info,
Logger logger) |
Modifier and Type | Method and Description |
---|---|
static void |
MakeGSS.authenticate(PGStream pgStream,
String host,
String user,
String password,
String jaasApplicationName,
String kerberosServerName,
Logger logger,
boolean useSpnego) |
Modifier and Type | Method and Description |
---|---|
static void |
MakeSSL.convert(PGStream stream,
Properties info,
Logger logger) |
Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.