Uses of Enum
gudusoft.gsqlparser.stmt.TAlterSchemaStmt.AlterType
Packages that use TAlterSchemaStmt.AlterType
Package
Description
Provides the classes represents various SQL query parse tree node.
Provides the classes represent various SQL statements.
-
Uses of TAlterSchemaStmt.AlterType in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return TAlterSchemaStmt.AlterType -
Uses of TAlterSchemaStmt.AlterType in gudusoft.gsqlparser.stmt
Methods in gudusoft.gsqlparser.stmt that return TAlterSchemaStmt.AlterTypeModifier and TypeMethodDescriptionTAlterSchemaStmt.getAlterType()static TAlterSchemaStmt.AlterTypeReturns the enum constant of this type with the specified name.static TAlterSchemaStmt.AlterType[]TAlterSchemaStmt.AlterType.values()Returns an array containing the constants of this enum type, in the order they are declared.