| Modifier and Type | Class and Description |
|---|---|
class |
MySQLInsertParser
Insert parser for MySQL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OracleInsertParser
Insert parser for Oracle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSQLInsertParser
Insert parser for PostgreSQL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerInsertParser
Insert parser for SQLServer.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractInsertParser |
InsertParserFactory.newInstance(DatabaseType dbType,
ShardingRule shardingRule,
LexerEngine lexerEngine,
ShardingTableMetaData shardingTableMetaData)
Create insert parser instance.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.