Package | Description |
---|---|
org.postgresql.core | |
org.postgresql.core.v3 | |
org.postgresql.jdbc |
Modifier and Type | Field and Description |
---|---|
protected ProtocolVersion |
QueryExecutorBase.protocolVersion |
Modifier and Type | Method and Description |
---|---|
static ProtocolVersion |
ProtocolVersion.fromMajorMinor(int major,
int minor) |
ProtocolVersion |
QueryExecutor.getProtocolVersion() |
ProtocolVersion |
PGStream.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.
|
Modifier and Type | Method and Description |
---|---|
void |
PGStream.setProtocolVersion(ProtocolVersion protocolVersion) |
Modifier and Type | Method and Description |
---|---|
ProtocolVersion |
QueryExecutorImpl.getProtocolVersion() |
Modifier and Type | Method and Description |
---|---|
ProtocolVersion |
PgConnection.getProtocolVersion() |
Copyright © 2025 PostgreSQL Global Development Group. All rights reserved.