Uses of Class
org.postgresql.core.PGStream

Packages that use PGStream
org.postgresql.core.v2   
org.postgresql.core.v3   
org.postgresql.gss   
org.postgresql.ssl   
 

Uses of PGStream in org.postgresql.core.v2
 

Constructors in org.postgresql.core.v2 with parameters of type PGStream
QueryExecutorImpl(org.postgresql.core.v2.ProtocolConnectionImpl protoConnection, PGStream pgStream, Logger logger)
           
 

Uses of PGStream in org.postgresql.core.v3
 

Constructors in org.postgresql.core.v3 with parameters of type PGStream
QueryExecutorImpl(org.postgresql.core.v3.ProtocolConnectionImpl protoConnection, PGStream pgStream, Properties info, Logger logger)
           
 

Uses of PGStream in org.postgresql.gss
 

Methods in org.postgresql.gss with parameters of type PGStream
static void MakeGSS.authenticate(PGStream pgStream, String host, String user, String password, String jaasApplicationName, String kerberosServerName, Logger logger)
           
 

Uses of PGStream in org.postgresql.ssl
 

Methods in org.postgresql.ssl with parameters of type PGStream
static void MakeSSL.convert(PGStream stream, Properties info, Logger logger)
           
 



Copyright © 2013. All Rights Reserved.