Uses of Class
org.postgresql.core.ProtocolVersion
-
Packages that use ProtocolVersion Package Description org.postgresql.core org.postgresql.core.v3 org.postgresql.jdbc -
-
Uses of ProtocolVersion in org.postgresql.core
Fields in org.postgresql.core declared as ProtocolVersion Modifier and Type Field Description private ProtocolVersionPGStream. protocolVersionprotected ProtocolVersionQueryExecutorBase. protocolVersionprivate static ProtocolVersion[]ProtocolVersion. valuesMethods in org.postgresql.core that return ProtocolVersion Modifier and Type Method Description static ProtocolVersionProtocolVersion. fromMajorMinor(int major, int minor)ProtocolVersionPGStream. getProtocolVersion()ProtocolVersionQueryExecutor. getProtocolVersion()static ProtocolVersionProtocolVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProtocolVersion[]ProtocolVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.postgresql.core with parameters of type ProtocolVersion Modifier and Type Method Description voidPGStream. setProtocolVersion(ProtocolVersion protocolVersion) -
Uses of ProtocolVersion in org.postgresql.core.v3
Methods in org.postgresql.core.v3 that return ProtocolVersion Modifier and Type Method Description ProtocolVersionQueryExecutorImpl. getProtocolVersion()Methods in org.postgresql.core.v3 with parameters of type ProtocolVersion Modifier and Type Method Description private static voidConnectionFactoryImpl. sendStartupPacket(PGStream pgStream, ProtocolVersion protocolVersion, java.util.List<ConnectionFactoryImpl.StartupParam> params) -
Uses of ProtocolVersion in org.postgresql.jdbc
Methods in org.postgresql.jdbc that return ProtocolVersion Modifier and Type Method Description ProtocolVersionPgConnection. getProtocolVersion()
-