Uses of Enum
com.alibaba.druid.sql.ast.ClusteringType
Packages that use ClusteringType
-
Uses of ClusteringType in com.alibaba.druid.sql.ast
Methods in com.alibaba.druid.sql.ast that return ClusteringTypeModifier and TypeMethodDescriptionstatic ClusteringTypeReturns the enum constant of this type with the specified name.static ClusteringType[]ClusteringType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ClusteringType in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement declared as ClusteringTypeMethods in com.alibaba.druid.sql.ast.statement that return ClusteringTypeMethods in com.alibaba.druid.sql.ast.statement with parameters of type ClusteringTypeModifier and TypeMethodDescriptionvoidSQLCreateTableStatement.setClusteringType(ClusteringType clusteringType)