Uses of Enum
gudusoft.gsqlparser.EAlterTableOptionType
Packages that use EAlterTableOptionType
Package
Description
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects.Provides the classes represents various SQL query parse tree node.
-
Uses of EAlterTableOptionType in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EAlterTableOptionTypeModifier and TypeMethodDescriptionstatic EAlterTableOptionTypeReturns the enum constant of this type with the specified name.static EAlterTableOptionType[]EAlterTableOptionType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EAlterTableOptionType in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return EAlterTableOptionTypeModifier and TypeMethodDescriptionstatic EAlterTableOptionTypeTAlterTableOption.getAlterTableOptionTypeByToken(TSourceToken st) TAlterTableOption.getOptionType()Type of this alter table optionMethods in gudusoft.gsqlparser.nodes with parameters of type EAlterTableOptionTypeModifier and TypeMethodDescriptionvoidTAlterTableOption.setOptionType(EAlterTableOptionType optionType)