Class CreateDatabaseDiscoveryRuleStatement
java.lang.Object
org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
org.apache.shardingsphere.distsql.parser.statement.DistSQLStatement
org.apache.shardingsphere.distsql.parser.statement.rdl.RDLStatement
org.apache.shardingsphere.distsql.parser.statement.rdl.RuleDefinitionStatement
org.apache.shardingsphere.distsql.parser.statement.rdl.create.CreateRuleStatement
org.apache.shardingsphere.dbdiscovery.distsql.parser.statement.CreateDatabaseDiscoveryRuleStatement
- All Implemented Interfaces:
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode,org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
Create database discovery rule statement.
-
Constructor Summary
ConstructorsConstructorDescriptionCreateDatabaseDiscoveryRuleStatement(boolean ifNotExists, Collection<DatabaseDiscoveryRuleSegment> rules) -
Method Summary
Methods inherited from class org.apache.shardingsphere.distsql.parser.statement.rdl.create.CreateRuleStatement
isIfNotExistsMethods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
getCommentSegments, getParameterCount, getParameterMarkerSegments
-
Constructor Details
-
CreateDatabaseDiscoveryRuleStatement
public CreateDatabaseDiscoveryRuleStatement(boolean ifNotExists, Collection<DatabaseDiscoveryRuleSegment> rules)
-