| 程序包 | 说明 |
|---|---|
| org.apache.shardingsphere.sharding.route.engine.type | |
| org.apache.shardingsphere.sharding.route.engine.validator |
| 限定符和类型 | 方法和说明 |
|---|---|
static ShardingRouteEngine |
ShardingRouteEngineFactory.newInstance(ShardingRule shardingRule,
org.apache.shardingsphere.infra.metadata.ShardingSphereMetaData metaData,
SQLStatementContext<?> sqlStatementContext,
ShardingConditions shardingConditions,
org.apache.shardingsphere.infra.config.properties.ConfigurationProperties props)
Create new instance of routing engine.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Optional<ShardingStatementValidator> |
ShardingStatementValidatorFactory.newInstance(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement,
ShardingConditions shardingConditions)
New instance of sharding statement validator.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.