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