| Package | Description |
|---|---|
| com.amazon.redshift | |
| com.amazon.redshift.core | |
| com.amazon.redshift.ds.common | |
| com.amazon.redshift.jdbc |
| Modifier and Type | Method and Description |
|---|---|
AutoSave |
RedshiftConnection.getAutosave()
Connection configuration regarding automatic per-query savepoints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RedshiftConnection.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 |
RedshiftConnectionImpl.getAutosave() |
static AutoSave |
AutoSave.of(String value) |
static AutoSave |
AutoSave.valueOf(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 |
RedshiftConnectionImpl.setAutosave(AutoSave autoSave) |
Copyright © 2024 Amazon.com Inc.. All rights reserved.