| Package | Description |
|---|---|
| com.alibaba.druid.sql.dialect.mysql.ast | |
| com.alibaba.druid.sql.dialect.mysql.ast.statement |
| Modifier and Type | Method and Description |
|---|---|
static FullTextType |
FullTextType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FullTextType[] |
FullTextType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FullTextType |
MysqlDropFullTextStatement.getType() |
FullTextType |
MysqlShowFullTextStatement.getType() |
FullTextType |
MysqlShowCreateFullTextStatement.getType() |
FullTextType |
MysqlAlterFullTextStatement.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MysqlDropFullTextStatement.setType(FullTextType type) |
void |
MysqlShowFullTextStatement.setType(FullTextType type) |
void |
MysqlShowCreateFullTextStatement.setType(FullTextType type) |
void |
MysqlAlterFullTextStatement.setType(FullTextType type) |
Copyright © 2013–2020 Alibaba Group. All rights reserved.