Uses of Enum
gudusoft.gsqlparser.stmt.redshift.EAlterSchema
Packages that use EAlterSchema
-
Uses of EAlterSchema in gudusoft.gsqlparser.stmt.redshift
Methods in gudusoft.gsqlparser.stmt.redshift that return EAlterSchemaModifier and TypeMethodDescriptionTRedshiftAlterSchema.getAlterSchemaType()static EAlterSchemaReturns the enum constant of this type with the specified name.static EAlterSchema[]EAlterSchema.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gudusoft.gsqlparser.stmt.redshift with parameters of type EAlterSchemaModifier and TypeMethodDescriptionvoidTRedshiftAlterSchema.setAlterSchemaType(EAlterSchema alterSchemaType)