Uses of Class
com.alibaba.druid.sql.ast.statement.SQLCreateTableStatement.Feature
-
Packages that use SQLCreateTableStatement.Feature Package Description com.alibaba.druid.sql.ast.statement -
-
Uses of SQLCreateTableStatement.Feature in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLCreateTableStatement.Feature Modifier and Type Method Description static SQLCreateTableStatement.FeatureSQLCreateTableStatement.Feature. valueOf(String name)Returns 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.Feature Modifier and Type Method Description voidSQLCreateTableStatement. config(SQLCreateTableStatement.Feature feature)voidSQLCreateTableStatement. config(SQLCreateTableStatement.Feature feature, boolean state)booleanSQLCreateTableStatement. isEnabled(SQLCreateTableStatement.Feature feature)
-