public abstract class AbstractDeleteParser extends Object implements SQLParser
| Constructor and Description |
|---|
AbstractDeleteParser() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Keyword[] |
getSkippedKeywordsBetweenDeleteAndTable() |
protected Keyword[] |
getUnsupportedKeywordsBetweenDeleteAndTable() |
DMLStatement |
parse()
Parse SQL.
|
public DMLStatement parse()
SQLParserprotected abstract Keyword[] getSkippedKeywordsBetweenDeleteAndTable()
protected Keyword[] getUnsupportedKeywordsBetweenDeleteAndTable()
Copyright © 2018. All rights reserved.