| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes.redshift |
| Modifier and Type | Method and Description |
|---|---|
TRedshiftTableAttributes.EAutoRefresh |
TRedshiftTableAttributes.getAutoRefresh()
Get the auto refresh setting
|
static TRedshiftTableAttributes.EAutoRefresh |
TRedshiftTableAttributes.EAutoRefresh.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TRedshiftTableAttributes.EAutoRefresh[] |
TRedshiftTableAttributes.EAutoRefresh.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TRedshiftTableAttributes |
TRedshiftTableAttributes.setAutoRefresh(TRedshiftTableAttributes.EAutoRefresh autoRefresh)
Set the auto refresh setting
|