public final class ShardingRuleStatementConverter extends Object
| Constructor and Description |
|---|
ShardingRuleStatementConverter() |
| Modifier and Type | Method and Description |
|---|---|
static YamlShardingRuleConfiguration |
convert(org.apache.shardingsphere.distsql.parser.statement.rdl.alter.impl.AlterShardingBindingTableRulesStatement sqlStatement)
Convert alter sharding binding table rule statement context to YAML sharding rule configuration.
|
static YamlShardingRuleConfiguration |
convert(org.apache.shardingsphere.distsql.parser.statement.rdl.alter.impl.AlterShardingTableRuleStatement sqlStatement)
Convert alter sharding table rule statement context to YAML sharding rule configuration.
|
static YamlShardingRuleConfiguration |
convert(org.apache.shardingsphere.distsql.parser.statement.rdl.create.impl.CreateShardingBindingTableRulesStatement sqlStatement)
Convert create sharding binding table rule statement context to YAML sharding rule configuration.
|
static YamlShardingRuleConfiguration |
convert(org.apache.shardingsphere.distsql.parser.statement.rdl.create.impl.CreateShardingTableRuleStatement sqlStatement)
Convert create sharding table rule statement context to YAML sharding rule configuration.
|
public static YamlShardingRuleConfiguration convert(org.apache.shardingsphere.distsql.parser.statement.rdl.create.impl.CreateShardingTableRuleStatement sqlStatement)
sqlStatement - create sharding table rule statementpublic static YamlShardingRuleConfiguration convert(org.apache.shardingsphere.distsql.parser.statement.rdl.alter.impl.AlterShardingTableRuleStatement sqlStatement)
sqlStatement - alter sharding table rule statementpublic static YamlShardingRuleConfiguration convert(org.apache.shardingsphere.distsql.parser.statement.rdl.create.impl.CreateShardingBindingTableRulesStatement sqlStatement)
sqlStatement - create sharding binding table rule statementpublic static YamlShardingRuleConfiguration convert(org.apache.shardingsphere.distsql.parser.statement.rdl.alter.impl.AlterShardingBindingTableRulesStatement sqlStatement)
sqlStatement - alter sharding binding table rule statementCopyright © 2021 The Apache Software Foundation. All rights reserved.