枚举的使用
com.alibaba.druid.sql.ast.statement.SQLCreateTableStatement.Type
-
com.alibaba.druid.sql.ast.statement中SQLCreateTableStatement.Type的使用
修饰符和类型方法说明SQLCreateTableStatement.getType()static SQLCreateTableStatement.Type返回带有指定名称的该类型的枚举常量。static SQLCreateTableStatement.Type[]SQLCreateTableStatement.Type.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。