public class InsertIntoClauseParser extends Object implements SQLClauseParser
| 构造器和说明 |
|---|
InsertIntoClauseParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.