Uses of Class
org.postgresql.core.v3.ConnectionFactoryImpl.StartupParam
Packages that use ConnectionFactoryImpl.StartupParam
-
Uses of ConnectionFactoryImpl.StartupParam in org.postgresql.core.v3
Methods in org.postgresql.core.v3 that return types with arguments of type ConnectionFactoryImpl.StartupParamModifier and TypeMethodDescriptionprivate List
<ConnectionFactoryImpl.StartupParam> ConnectionFactoryImpl.getParametersForStartup
(String user, String database, Properties info) Method parameters in org.postgresql.core.v3 with type arguments of type ConnectionFactoryImpl.StartupParamModifier and TypeMethodDescriptionprivate void
ConnectionFactoryImpl.sendStartupPacket
(PGStream pgStream, List<ConnectionFactoryImpl.StartupParam> params)