public final class SingleTableDropSchemaMetadataValidator extends Object implements SingleTableMetadataValidator<org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.DropSchemaStatement>
| 构造器和说明 |
|---|
SingleTableDropSchemaMetadataValidator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
validate(SingleTableRule rule,
org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.DropSchemaStatement> sqlStatementContext,
org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database)
Validate single table meta data.
|
public void validate(SingleTableRule rule, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.DropSchemaStatement> sqlStatementContext, org.apache.shardingsphere.infra.metadata.database.ShardingSphereDatabase database)
SingleTableMetadataValidatorvalidate 在接口中 SingleTableMetadataValidator<org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.DropSchemaStatement>rule - single table rulesqlStatementContext - SQL statement contextdatabase - databaseCopyright © 2022 The Apache Software Foundation. All rights reserved.