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