Uses of Class
com.alibaba.druid.sql.ast.statement.SQLCreateTableStatement.Type

Packages that use SQLCreateTableStatement.Type
com.alibaba.druid.sql.ast.statement   
 

Uses of SQLCreateTableStatement.Type in com.alibaba.druid.sql.ast.statement
 

Methods in com.alibaba.druid.sql.ast.statement that return SQLCreateTableStatement.Type
 SQLCreateTableStatement.Type SQLCreateTableStatement.getType()
           
static SQLCreateTableStatement.Type SQLCreateTableStatement.Type.valueOf(String name)
          Returns 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.Type
 void SQLCreateTableStatement.setType(SQLCreateTableStatement.Type type)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.