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