Uses of Enum
com.alibaba.druid.sql.ast.statement.SQLCreateTableStatement.Type
Packages that use SQLCreateTableStatement.Type
-
Uses of SQLCreateTableStatement.Type in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement declared as SQLCreateTableStatement.TypeModifier and TypeFieldDescriptionprotected SQLCreateTableStatement.TypeSQLCreateTableStatement.typeMethods in com.alibaba.druid.sql.ast.statement that return SQLCreateTableStatement.TypeModifier and TypeMethodDescriptionSQLCreateTableStatement.getType()static SQLCreateTableStatement.TypeReturns the enum constant of this type with the specified name.static SQLCreateTableStatement.Type[]SQLCreateTableStatement.Type.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.TypeModifier and TypeMethodDescriptionvoidSQLCreateTableStatement.setType(SQLCreateTableStatement.Type type)