Uses of Class
com.alibaba.druid.sql.dialect.hive.stmt.HiveCreateFunctionStatement.ResourceType
-
Packages that use HiveCreateFunctionStatement.ResourceType Package Description com.alibaba.druid.sql.dialect.hive.stmt -
-
Uses of HiveCreateFunctionStatement.ResourceType in com.alibaba.druid.sql.dialect.hive.stmt
Fields in com.alibaba.druid.sql.dialect.hive.stmt declared as HiveCreateFunctionStatement.ResourceType Modifier and Type Field Description protected HiveCreateFunctionStatement.ResourceTypeHiveCreateFunctionStatement. resourceTypeMethods in com.alibaba.druid.sql.dialect.hive.stmt that return HiveCreateFunctionStatement.ResourceType Modifier and Type Method Description HiveCreateFunctionStatement.ResourceTypeHiveCreateFunctionStatement. getResourceType()static HiveCreateFunctionStatement.ResourceTypeHiveCreateFunctionStatement.ResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static HiveCreateFunctionStatement.ResourceType[]HiveCreateFunctionStatement.ResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.dialect.hive.stmt with parameters of type HiveCreateFunctionStatement.ResourceType Modifier and Type Method Description voidHiveCreateFunctionStatement. setResourceType(HiveCreateFunctionStatement.ResourceType resourceType)
-