|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Logger | |
|---|---|
| org.postgresql.core | |
| org.postgresql.core.v2 | |
| org.postgresql.core.v3 | |
| org.postgresql.gss | |
| org.postgresql.jdbc | |
| org.postgresql.ssl | |
| org.postgresql.sspi | |
| org.postgresql.util | |
| Uses of Logger in org.postgresql.core |
|---|
| Methods in org.postgresql.core that return Logger | |
|---|---|
Logger |
BaseConnection.getLogger()
|
| Methods in org.postgresql.core with parameters of type Logger | |
|---|---|
static ProtocolConnection |
ConnectionFactory.openConnection(HostSpec[] hostSpecs,
String user,
String database,
Properties info,
Logger logger)
Establishes and initializes a new connection. |
abstract ProtocolConnection |
ConnectionFactory.openConnectionImpl(HostSpec[] hostSpecs,
String user,
String database,
Properties info,
Logger logger)
Implementation of ConnectionFactory.openConnection(org.postgresql.util.HostSpec[], java.lang.String, java.lang.String, java.util.Properties, org.postgresql.core.Logger) for a particular protocol version. |
| Uses of Logger in org.postgresql.core.v2 |
|---|
| Methods in org.postgresql.core.v2 with parameters of type Logger | |
|---|---|
ProtocolConnection |
ConnectionFactoryImpl.openConnectionImpl(HostSpec[] hostSpecs,
String user,
String database,
Properties info,
Logger logger)
|
| Constructors in org.postgresql.core.v2 with parameters of type Logger | |
|---|---|
QueryExecutorImpl(org.postgresql.core.v2.ProtocolConnectionImpl protoConnection,
PGStream pgStream,
Logger logger)
|
|
| Uses of Logger in org.postgresql.core.v3 |
|---|
| Methods in org.postgresql.core.v3 with parameters of type Logger | |
|---|---|
ProtocolConnection |
ConnectionFactoryImpl.openConnectionImpl(HostSpec[] hostSpecs,
String user,
String database,
Properties info,
Logger logger)
|
| Constructors in org.postgresql.core.v3 with parameters of type Logger | |
|---|---|
QueryExecutorImpl(org.postgresql.core.v3.ProtocolConnectionImpl protoConnection,
PGStream pgStream,
Properties info,
Logger logger)
|
|
| Uses of Logger in org.postgresql.gss |
|---|
| Methods in org.postgresql.gss with parameters of type Logger | |
|---|---|
static void |
MakeGSS.authenticate(PGStream pgStream,
String host,
String user,
String password,
String jaasApplicationName,
String kerberosServerName,
Logger logger,
boolean useSpnego)
|
| Uses of Logger in org.postgresql.jdbc |
|---|
| Methods in org.postgresql.jdbc that return Logger | |
|---|---|
Logger |
PgConnection.getLogger()
|
| Uses of Logger in org.postgresql.ssl |
|---|
| Methods in org.postgresql.ssl with parameters of type Logger | |
|---|---|
static void |
MakeSSL.convert(PGStream stream,
Properties info,
Logger logger)
|
| Uses of Logger in org.postgresql.sspi |
|---|
| Constructors in org.postgresql.sspi with parameters of type Logger | |
|---|---|
SSPIClient(PGStream pgStream,
String spnServiceClass,
boolean enableNegotiate,
Logger logger)
Instantiate an SSPIClient for authentication of a connection. |
|
| Uses of Logger in org.postgresql.util |
|---|
| Constructors in org.postgresql.util with parameters of type Logger | |
|---|---|
SharedTimer(Logger log)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||