public abstract class AbstractDropIndexParser extends Object implements SQLParser
| 构造器和说明 |
|---|
AbstractDropIndexParser(ShardingRule shardingRule,
LexerEngine lexerEngine) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Keyword[] |
getSkippedKeywordsBetweenDropAndTable() |
protected Keyword[] |
getSkippedKeywordsBetweenDropIndexAndIndexName() |
DDLStatement |
parse()
Parse SQL.
|
public AbstractDropIndexParser(ShardingRule shardingRule, LexerEngine lexerEngine)
public DDLStatement parse()
SQLParserprotected Keyword[] getSkippedKeywordsBetweenDropAndTable()
protected Keyword[] getSkippedKeywordsBetweenDropIndexAndIndexName()
Copyright © 2018. All rights reserved.