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