Uses of Enum
com.alibaba.druid.sql.ast.statement.SQLCommentStatement.Type
Packages that use SQLCommentStatement.Type
-
Uses of SQLCommentStatement.Type in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLCommentStatement.TypeModifier and TypeMethodDescriptionSQLCommentStatement.getType()static SQLCommentStatement.TypeReturns 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.TypeModifier and TypeMethodDescriptionvoidSQLCommentStatement.setType(SQLCommentStatement.Type type)