Uses of Class
com.alibaba.druid.sql.ast.statement.SQLCommentStatement.Type
-
Packages that use SQLCommentStatement.Type Package Description 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 Modifier and Type Method Description SQLCommentStatement.TypeSQLCommentStatement. getType()static SQLCommentStatement.TypeSQLCommentStatement.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 Modifier and Type Method Description voidSQLCommentStatement. setType(SQLCommentStatement.Type type)
-