Package | Description |
---|---|
gudusoft.gsqlparser.nodes.redshift |
Modifier and Type | Method and Description |
---|---|
TRedshiftTableAttributes.EDistStyle |
TRedshiftTableAttributes.getDistStyle()
Get the distribution style
|
static TRedshiftTableAttributes.EDistStyle |
TRedshiftTableAttributes.EDistStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TRedshiftTableAttributes.EDistStyle[] |
TRedshiftTableAttributes.EDistStyle.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.setDistStyle(TRedshiftTableAttributes.EDistStyle distStyle)
Set the distribution style
|
Constructor and Description |
---|
TRedshiftTableAttributes(TRedshiftTableAttributes.EDistStyle distStyle)
Constructor with distribution style
|
TRedshiftTableAttributes(TRedshiftTableAttributes.EDistStyle distStyle,
TObjectName distKey)
Constructor with distribution style and key
|