枚举的使用
com.alibaba.druid.sql.dialect.mysql.ast.FullTextType
使用FullTextType的程序包
程序包
说明
-
com.alibaba.druid.sql.dialect.mysql.ast中FullTextType的使用
修饰符和类型方法说明static FullTextType返回带有指定名称的该类型的枚举常量。static FullTextType[]FullTextType.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。 -
com.alibaba.druid.sql.dialect.mysql.ast.statement中FullTextType的使用
修饰符和类型方法说明MysqlAlterFullTextStatement.getType()MysqlDropFullTextStatement.getType()MysqlShowCreateFullTextStatement.getType()MysqlShowFullTextStatement.getType()修饰符和类型方法说明voidMysqlAlterFullTextStatement.setType(FullTextType type) voidMysqlDropFullTextStatement.setType(FullTextType type) voidMysqlShowCreateFullTextStatement.setType(FullTextType type) voidMysqlShowFullTextStatement.setType(FullTextType type) -
com.alibaba.druid.sql.parser中FullTextType的使用