Uses of Class
org.postgresql.core.Logger
-
Packages that use Logger Package Description org.postgresql.core 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
Fields in org.postgresql.core declared as Logger Modifier and Type Field Description protected Logger
QueryExecutorBase. logger
Methods in org.postgresql.core that return Logger Modifier and Type Method Description Logger
BaseConnection. getLogger()
Methods in org.postgresql.core with parameters of type Logger Modifier and Type Method Description static QueryExecutor
ConnectionFactory. openConnection(HostSpec[] hostSpecs, java.lang.String user, java.lang.String database, java.util.Properties info, Logger logger)
Establishes and initializes a new connection.abstract QueryExecutor
ConnectionFactory. openConnectionImpl(HostSpec[] hostSpecs, java.lang.String user, java.lang.String database, java.util.Properties info, Logger logger)
Implementation ofConnectionFactory.openConnection(org.postgresql.util.HostSpec[], java.lang.String, java.lang.String, java.util.Properties, org.postgresql.core.Logger)
for a particular protocol version.Constructors in org.postgresql.core with parameters of type Logger Constructor Description QueryExecutorBase(Logger logger, PGStream pgStream, java.lang.String user, java.lang.String database, int cancelSignalTimeout, java.util.Properties info)
-
Uses of Logger in org.postgresql.core.v3
Methods in org.postgresql.core.v3 with parameters of type Logger Modifier and Type Method Description QueryExecutor
ConnectionFactoryImpl. openConnectionImpl(HostSpec[] hostSpecs, java.lang.String user, java.lang.String database, java.util.Properties info, Logger logger)
Constructors in org.postgresql.core.v3 with parameters of type Logger Constructor Description QueryExecutorImpl(PGStream pgStream, java.lang.String user, java.lang.String database, int cancelSignalTimeout, java.util.Properties info, Logger logger)
-
Uses of Logger in org.postgresql.gss
Methods in org.postgresql.gss with parameters of type Logger Modifier and Type Method Description static void
MakeGSS. authenticate(PGStream pgStream, java.lang.String host, java.lang.String user, java.lang.String password, java.lang.String jaasApplicationName, java.lang.String kerberosServerName, Logger logger, boolean useSpnego)
-
Uses of Logger in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return Logger Modifier and Type Method Description Logger
PgConnection. getLogger()
-
Uses of Logger in org.postgresql.ssl
Methods in org.postgresql.ssl with parameters of type Logger Modifier and Type Method Description static void
MakeSSL. convert(PGStream stream, java.util.Properties info, Logger logger)
-
Uses of Logger in org.postgresql.sspi
Constructors in org.postgresql.sspi with parameters of type Logger Constructor Description SSPIClient(PGStream pgStream, java.lang.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 Constructor Description SharedTimer(Logger log)
-