Uses of Enum
com.alibaba.druid.sql.ast.SQLPartitionByList.PartitionByListType
Packages that use SQLPartitionByList.PartitionByListType
-
Uses of SQLPartitionByList.PartitionByListType in com.alibaba.druid.sql.ast
Fields in com.alibaba.druid.sql.ast declared as SQLPartitionByList.PartitionByListTypeModifier and TypeFieldDescriptionprotected SQLPartitionByList.PartitionByListTypeSQLPartitionByList.typeMethods in com.alibaba.druid.sql.ast that return SQLPartitionByList.PartitionByListTypeModifier and TypeMethodDescriptionSQLPartitionByList.getType()Returns the enum constant of this type with the specified name.SQLPartitionByList.PartitionByListType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.ast with parameters of type SQLPartitionByList.PartitionByListTypeModifier and TypeMethodDescriptionvoidSQLPartitionByList.setType(SQLPartitionByList.PartitionByListType type)