Uses of Class
gudusoft.gsqlparser.EAlterTableOptionType

Packages that use EAlterTableOptionType
gudusoft.gsqlparser   
gudusoft.gsqlparser.nodes   
 

Uses of EAlterTableOptionType in gudusoft.gsqlparser
 

Methods in gudusoft.gsqlparser that return EAlterTableOptionType
static EAlterTableOptionType EAlterTableOptionType.valueOf(java.lang.String name)
          Returns 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're declared.
 

Uses of EAlterTableOptionType in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes that return EAlterTableOptionType
 EAlterTableOptionType TAlterTableOption.getOptionType()
           
 

Methods in gudusoft.gsqlparser.nodes with parameters of type EAlterTableOptionType
 void TAlterTableOption.setOptionType(EAlterTableOptionType optionType)