Uses of Enum
com.alibaba.druid.sql.ast.statement.SQLCreateTableStatement.Feature
Packages that use SQLCreateTableStatement.Feature
-
Uses of SQLCreateTableStatement.Feature in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLCreateTableStatement.FeatureModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static SQLCreateTableStatement.Feature[]SQLCreateTableStatement.Feature.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLCreateTableStatement.FeatureModifier and TypeMethodDescriptionvoidSQLCreateTableStatement.config(SQLCreateTableStatement.Feature feature) voidSQLCreateTableStatement.config(SQLCreateTableStatement.Feature feature, boolean state) booleanSQLCreateTableStatement.isEnabled(SQLCreateTableStatement.Feature feature)