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