Uses of Enum
gudusoft.gsqlparser.nodes.hive.EHiveDescribleType
Packages that use EHiveDescribleType
-
Uses of EHiveDescribleType in gudusoft.gsqlparser.nodes.hive
Methods in gudusoft.gsqlparser.nodes.hive that return EHiveDescribleTypeModifier and TypeMethodDescriptionTHiveDescribeSqlNode.getDescribleType()static EHiveDescribleTypeReturns the enum constant of this type with the specified name.static EHiveDescribleType[]EHiveDescribleType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EHiveDescribleType in gudusoft.gsqlparser.stmt.hive
Methods in gudusoft.gsqlparser.stmt.hive that return EHiveDescribleTypeMethods in gudusoft.gsqlparser.stmt.hive with parameters of type EHiveDescribleTypeModifier and TypeMethodDescriptionvoidTHiveDescribe.setDescribleType(EHiveDescribleType describleType)