| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<GeneratedKey> |
SQLRouteResult.getGeneratedKey()
Get generated key.
|
| Modifier and Type | Method and Description |
|---|---|
List<ShardingCondition> |
InsertClauseShardingConditionEngine.createShardingConditions(InsertSQLStatementContext insertSQLStatementContext,
GeneratedKey generatedKey,
List<Object> parameters)
Create sharding conditions.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Optional<GeneratedKey> |
GeneratedKey.getGenerateKey(ShardingRule shardingRule,
TableMetas tableMetas,
List<Object> parameters,
org.apache.shardingsphere.sql.parser.sql.statement.dml.InsertStatement insertStatement)
Get generate key.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.