Package | Description |
---|---|
gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
gudusoft.gsqlparser.nodes.redshift | |
gudusoft.gsqlparser.stmt |
Provides the classes represent various SQL statements.
|
Modifier and Type | Method and Description |
---|---|
List<TRedshiftTableAttributes> |
TCreateMaterializedViewSqlNode.getTableAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
TParseTreeVisitor.postVisit(TRedshiftTableAttributes stmt) |
void |
TParseTreeVisitor.preVisit(TRedshiftTableAttributes stmt) |
Modifier and Type | Method and Description |
---|---|
void |
TCreateMaterializedViewSqlNode.setTableAttributes(List<TRedshiftTableAttributes> tableAttributes) |
Modifier and Type | Method and Description |
---|---|
TRedshiftTableAttributes |
TRedshiftTableAttributes.setDistKey(TObjectName distKey)
Set the distribution key
|
TRedshiftTableAttributes |
TRedshiftTableAttributes.setDistStyle(TRedshiftTableAttributes.EDistStyle distStyle)
Set the distribution style
|
Modifier and Type | Method and Description |
---|---|
List<TRedshiftTableAttributes> |
TCreateMaterializedSqlStatement.getTableAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
TCreateMaterializedSqlStatement.setTableAttributes(List<TRedshiftTableAttributes> tableAttributes) |