public abstract class AbstractDropParser extends Object implements SQLParser
| Constructor and Description |
|---|
AbstractDropParser(ShardingRule shardingRule,
LexerEngine lexerEngine) |
| Modifier and Type | Method and Description |
|---|---|
protected Keyword[] |
getSkippedKeywordsBetweenDropAndTable() |
protected Keyword[] |
getSkippedKeywordsBetweenDropIndexAndIndexName() |
protected abstract Keyword[] |
getSkippedKeywordsBetweenDropTableAndTableName() |
DDLStatement |
parse()
Parse SQL.
|
public AbstractDropParser(ShardingRule shardingRule, LexerEngine lexerEngine)
public DDLStatement parse()
SQLParserprotected Keyword[] getSkippedKeywordsBetweenDropAndTable()
protected Keyword[] getSkippedKeywordsBetweenDropIndexAndIndexName()
protected abstract Keyword[] getSkippedKeywordsBetweenDropTableAndTableName()
Copyright © 2018. All rights reserved.