Package | Description |
---|---|
org.postgresql | |
org.postgresql.core | |
org.postgresql.ds.common | |
org.postgresql.jdbc |
Modifier and Type | Method and Description |
---|---|
PreferQueryMode |
PGConnection.getPreferQueryMode()
Returns the query mode for this connection.
|
Modifier and Type | Method and Description |
---|---|
PreferQueryMode |
QueryExecutor.getPreferQueryMode() |
PreferQueryMode |
QueryExecutorBase.getPreferQueryMode() |
Modifier and Type | Method and Description |
---|---|
PreferQueryMode |
BaseDataSource.getPreferQueryMode() |
Modifier and Type | Method and Description |
---|---|
void |
BaseDataSource.setPreferQueryMode(PreferQueryMode preferQueryMode) |
Modifier and Type | Method and Description |
---|---|
PreferQueryMode |
PgConnection.getPreferQueryMode() |
static PreferQueryMode |
PreferQueryMode.of(String mode) |
static PreferQueryMode |
PreferQueryMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreferQueryMode[] |
PreferQueryMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 PostgreSQL Global Development Group. All rights reserved.