| Package | Description |
|---|---|
| org.postgresql.jdbc | |
| org.postgresql.quickautobalance |
| Modifier and Type | Method and Description |
|---|---|
static StatementCancelState |
StatementCancelState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementCancelState[] |
StatementCancelState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StatementCancelState |
ConnectionInfo.getConnectionState() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataNode.setConnectionState(PgConnection pgConnection,
StatementCancelState state)
Set connection state.
|
void |
ConnectionManager.setConnectionState(PgConnection pgConnection,
StatementCancelState state)
Set connection state of cached connections if it exists.
|
void |
Cluster.setConnectionState(PgConnection pgConnection,
StatementCancelState state)
set connection state of cached connections if it exists.
|
void |
ConnectionInfo.setConnectionState(StatementCancelState state) |
Copyright © 2023 openGauss. All rights reserved.