Uses of Class
com.alibaba.druid.sql.ast.ClusteringType
-
Packages that use ClusteringType Package Description com.alibaba.druid.sql.ast com.alibaba.druid.sql.ast.statement -
-
Uses of ClusteringType in com.alibaba.druid.sql.ast
Methods in com.alibaba.druid.sql.ast that return ClusteringType Modifier and Type Method Description static ClusteringTypeClusteringType. valueOf(String name)Returns 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 ClusteringType Modifier and Type Field Description protected ClusteringTypeSQLCreateTableStatement. clusteringTypeMethods in com.alibaba.druid.sql.ast.statement that return ClusteringType Modifier and Type Method Description ClusteringTypeSQLCreateTableStatement. getClusteringType()Methods in com.alibaba.druid.sql.ast.statement with parameters of type ClusteringType Modifier and Type Method Description voidSQLCreateTableStatement. setClusteringType(ClusteringType clusteringType)
-