public abstract class InsertValuesClauseParser extends Object implements SQLClauseParser
| Constructor and Description |
|---|
InsertValuesClauseParser(ShardingRule shardingRule,
LexerEngine lexerEngine) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Keyword[] |
getSynonymousKeywordsForValues() |
void |
parse(InsertStatement insertStatement)
Parse insert values.
|
public InsertValuesClauseParser(ShardingRule shardingRule, LexerEngine lexerEngine)
public void parse(InsertStatement insertStatement)
insertStatement - insert statementprotected abstract Keyword[] getSynonymousKeywordsForValues()
Copyright © 2019 The Apache Software Foundation. All rights reserved.