|
||||||||||
| 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.jdbc2 | |
| org.postgresql.ssl | |
| 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(String host,
int port,
String user,
String database,
Properties info,
Logger logger)
Establishes and initializes a new connection. |
abstract ProtocolConnection |
ConnectionFactory.openConnectionImpl(String host,
int port,
String user,
String database,
Properties info,
Logger logger)
Implementation of ConnectionFactory.openConnection(java.lang.String, int, 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(String host,
int port,
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(String host,
int port,
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)
|
| Uses of Logger in org.postgresql.jdbc2 |
|---|
| Methods in org.postgresql.jdbc2 that return Logger | |
|---|---|
Logger |
AbstractJdbc2Connection.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||