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