Class CreateDatabaseDiscoveryTypeStatement
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.CreateDatabaseDiscoveryTypeStatement
- All Implemented Interfaces:
DistSQLOperationSupplier,CreateOperationSupplier,DistSQLSubjectSupplier,DatabaseDiscoverySubjectSupplier,org.apache.shardingsphere.sql.parser.api.visitor.ASTNode,org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
public final class CreateDatabaseDiscoveryTypeStatement
extends CreateRuleStatement
implements DatabaseDiscoverySubjectSupplier
Create database discovery type statement.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.shardingsphere.distsql.parser.statement.rdl.RDLStatement
getStatementTypeMethods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
getCommentSegments, getParameterCount, getParameterMarkerSegments, setParameterCountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.distsql.parser.operation.impl.CreateOperationSupplier
getOperationTypeMethods inherited from interface org.apache.shardingsphere.distsql.parser.subject.impl.DatabaseDiscoverySubjectSupplier
getSubjectTypeMethods inherited from interface org.apache.shardingsphere.distsql.parser.subject.DistSQLSubjectSupplier
getSubjectNames
-
Constructor Details
-
CreateDatabaseDiscoveryTypeStatement
public CreateDatabaseDiscoveryTypeStatement()
-