Uses of Enum
gudusoft.gsqlparser.nodes.hive.EHiveDescOption
Packages that use EHiveDescOption
-
Uses of EHiveDescOption in gudusoft.gsqlparser.nodes.hive
Methods in gudusoft.gsqlparser.nodes.hive that return EHiveDescOptionModifier and TypeMethodDescriptionTHiveDescribeSqlNode.getDescOption()THiveShowSqlNode.getShowOptions()static EHiveDescOptionReturns the enum constant of this type with the specified name.static EHiveDescOption[]EHiveDescOption.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EHiveDescOption in gudusoft.gsqlparser.stmt.hive
Methods in gudusoft.gsqlparser.stmt.hive that return EHiveDescOptionMethods in gudusoft.gsqlparser.stmt.hive with parameters of type EHiveDescOptionModifier and TypeMethodDescriptionvoidTHiveDescribe.setDescOption(EHiveDescOption descOption) voidTHiveShow.setShowOptions(EHiveDescOption showOptions)