Uses of Class
com.alibaba.druid.sql.ast.DistributedByType
-
Packages that use DistributedByType Package Description com.alibaba.druid.sql.ast com.alibaba.druid.sql.dialect.starrocks.ast.statement -
-
Uses of DistributedByType in com.alibaba.druid.sql.ast
Methods in com.alibaba.druid.sql.ast that return DistributedByType Modifier and Type Method Description static DistributedByTypeDistributedByType. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributedByType[]DistributedByType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DistributedByType in com.alibaba.druid.sql.dialect.starrocks.ast.statement
Fields in com.alibaba.druid.sql.dialect.starrocks.ast.statement declared as DistributedByType Modifier and Type Field Description protected DistributedByTypeStarRocksCreateTableStatement. distributedByTypeMethods in com.alibaba.druid.sql.dialect.starrocks.ast.statement that return DistributedByType Modifier and Type Method Description DistributedByTypeStarRocksCreateTableStatement. getDistributedByType()Methods in com.alibaba.druid.sql.dialect.starrocks.ast.statement with parameters of type DistributedByType Modifier and Type Method Description voidStarRocksCreateTableStatement. setDistributedByType(DistributedByType distributedByType)
-