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 ProtocolVersion
PGStream. protocolVersion
protected ProtocolVersion
QueryExecutorBase. protocolVersion
private static ProtocolVersion[]
ProtocolVersion. values
Methods in org.postgresql.core that return ProtocolVersion Modifier and Type Method Description static ProtocolVersion
ProtocolVersion. fromMajorMinor(int major, int minor)
ProtocolVersion
PGStream. getProtocolVersion()
ProtocolVersion
QueryExecutor. getProtocolVersion()
static ProtocolVersion
ProtocolVersion. 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 void
PGStream. 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 ProtocolVersion
QueryExecutorImpl. getProtocolVersion()
Methods in org.postgresql.core.v3 with parameters of type ProtocolVersion Modifier and Type Method Description private static void
ConnectionFactoryImpl. 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 ProtocolVersion
PgConnection. getProtocolVersion()
-