Uses of Class
gudusoft.gsqlparser.nodes.redshift.TRedshiftTableAttributes
Packages that use TRedshiftTableAttributes
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TRedshiftTableAttributes in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return types with arguments of type TRedshiftTableAttributesMethods in gudusoft.gsqlparser.nodes with parameters of type TRedshiftTableAttributesModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TRedshiftTableAttributes stmt) voidTParseTreeVisitor.preVisit(TRedshiftTableAttributes stmt) Method parameters in gudusoft.gsqlparser.nodes with type arguments of type TRedshiftTableAttributesModifier and TypeMethodDescriptionvoidTCreateMaterializedViewSqlNode.setTableAttributes(List<TRedshiftTableAttributes> tableAttributes) -
Uses of TRedshiftTableAttributes in gudusoft.gsqlparser.nodes.redshift
Methods in gudusoft.gsqlparser.nodes.redshift that return TRedshiftTableAttributesModifier and TypeMethodDescriptionTRedshiftTableAttributes.setDistKey(TObjectName distKey) Set the distribution keyTRedshiftTableAttributes.setDistStyle(TRedshiftTableAttributes.EDistStyle distStyle) Set the distribution style -
Uses of TRedshiftTableAttributes in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return types with arguments of type TRedshiftTableAttributesMethod parameters in gudusoft.gsqlparser.stmt with type arguments of type TRedshiftTableAttributesModifier and TypeMethodDescriptionvoidTCreateMaterializedSqlStatement.setTableAttributes(List<TRedshiftTableAttributes> tableAttributes)