Package | Description |
---|---|
org.postgresql | |
org.postgresql.core | |
org.postgresql.ds.common | |
org.postgresql.jdbc |
Modifier and Type | Method and Description |
---|---|
AutoSave |
PGConnection.getAutosave()
Connection configuration regarding automatic per-query savepoints.
|
Modifier and Type | Method and Description |
---|---|
void |
PGConnection.setAutosave(AutoSave autoSave)
Configures if connection should use automatic savepoints.
|
Modifier and Type | Method and Description |
---|---|
AutoSave |
QueryExecutorBase.getAutoSave() |
AutoSave |
QueryExecutor.getAutoSave() |
Modifier and Type | Method and Description |
---|---|
void |
QueryExecutorBase.setAutoSave(AutoSave autoSave) |
void |
QueryExecutor.setAutoSave(AutoSave autoSave) |
Modifier and Type | Method and Description |
---|---|
AutoSave |
BaseDataSource.getAutosave() |
Modifier and Type | Method and Description |
---|---|
void |
BaseDataSource.setAutosave(AutoSave autoSave) |
Modifier and Type | Method and Description |
---|---|
AutoSave |
PgConnection.getAutosave() |
static AutoSave |
AutoSave.of(java.lang.String value) |
static AutoSave |
AutoSave.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AutoSave[] |
AutoSave.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PgConnection.setAutosave(AutoSave autoSave) |
Copyright © 2021 PostgreSQL Global Development Group. All rights reserved.