Package | Description |
---|---|
gudusoft.gsqlparser.nodes.redshift |
Modifier and Type | Method and Description |
---|---|
ETableAttributeType |
TRedshiftTableAttributes.getAttributeType()
Get the attribute type
|
static ETableAttributeType |
ETableAttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETableAttributeType[] |
ETableAttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TRedshiftTableAttributes.setAttributeType(ETableAttributeType attributeType)
Set the attribute type
|