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

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

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

Methods in com.alibaba.druid.sql.ast.statement that return SQLCommentStatement.Type
 SQLCommentStatement.Type SQLCommentStatement.getType()
           
static SQLCommentStatement.Type SQLCommentStatement.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SQLCommentStatement.Type[] SQLCommentStatement.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 SQLCommentStatement.Type
 void SQLCommentStatement.setType(SQLCommentStatement.Type type)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.