public abstract class InsertIntoClauseParser extends Object implements SQLClauseParser
| Constructor and Description |
|---|
InsertIntoClauseParser() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Keyword[] |
getSkippedKeywordsBetweenTableAndValues() |
protected abstract Keyword[] |
getUnsupportedKeywordsBeforeInto() |
void |
parse(InsertStatement insertStatement)
Parse insert into.
|
public void parse(InsertStatement insertStatement)
insertStatement - insert statementprotected abstract Keyword[] getUnsupportedKeywordsBeforeInto()
protected abstract Keyword[] getSkippedKeywordsBetweenTableAndValues()
Copyright © 2019 The Apache Software Foundation. All rights reserved.