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