| 程序包 | 说明 |
|---|---|
| com.shulie.druid.sql.dialect.mysql.ast | |
| com.shulie.druid.sql.dialect.mysql.ast.statement | |
| com.shulie.druid.sql.parser |
| 限定符和类型 | 方法和说明 |
|---|---|
static FullTextType |
FullTextType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FullTextType[] |
FullTextType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
FullTextType |
MysqlAlterFullTextStatement.getType() |
FullTextType |
MysqlShowFullTextStatement.getType() |
FullTextType |
MysqlShowCreateFullTextStatement.getType() |
FullTextType |
MysqlDropFullTextStatement.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MysqlAlterFullTextStatement.setType(FullTextType type) |
void |
MysqlShowFullTextStatement.setType(FullTextType type) |
void |
MysqlShowCreateFullTextStatement.setType(FullTextType type) |
void |
MysqlDropFullTextStatement.setType(FullTextType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected FullTextType |
SQLStatementParser.parseFullTextType() |
Copyright © 2013–2023. All rights reserved.