Uses of Enum
gudusoft.gsqlparser.nodes.redshift.TRedshiftTableAttributes.EDistStyle
Packages that use TRedshiftTableAttributes.EDistStyle
-
Uses of TRedshiftTableAttributes.EDistStyle in gudusoft.gsqlparser.nodes.redshift
Methods in gudusoft.gsqlparser.nodes.redshift that return TRedshiftTableAttributes.EDistStyleModifier and TypeMethodDescriptionTRedshiftTableAttributes.getDistStyle()Get the distribution styleReturns 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.Methods in gudusoft.gsqlparser.nodes.redshift with parameters of type TRedshiftTableAttributes.EDistStyleModifier and TypeMethodDescriptionTRedshiftTableAttributes.setDistStyle(TRedshiftTableAttributes.EDistStyle distStyle) Set the distribution styleConstructors in gudusoft.gsqlparser.nodes.redshift with parameters of type TRedshiftTableAttributes.EDistStyleModifierConstructorDescriptionConstructor with distribution styleTRedshiftTableAttributes(TRedshiftTableAttributes.EDistStyle distStyle, TObjectName distKey) Constructor with distribution style and key