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