This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new fffe5521471 Update sql-check.en.md (#19284)
fffe5521471 is described below

commit fffe552147113837c3f20ac09a1e213a59140f6a
Author: Swastika Gupta <[email protected]>
AuthorDate: Sun Jul 17 12:03:04 2022 +0530

    Update sql-check.en.md (#19284)
---
 docs/document/content/dev-manual/sql-check.en.md | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/docs/document/content/dev-manual/sql-check.en.md 
b/docs/document/content/dev-manual/sql-check.en.md
index cad6aa5f6a8..f67ee8f8011 100644
--- a/docs/document/content/dev-manual/sql-check.en.md
+++ b/docs/document/content/dev-manual/sql-check.en.md
@@ -5,16 +5,19 @@ weight = 11
 chapter = true
 +++
 
-## SPI Interface
+## SQLChecker
 
-| *SPI Name*             | *Description*     |
-| ---------------------- | ----------------- |
-| SQLChecker             | SQL checker       |
+### Fully-qualified class name
 
-## Sample
-### SQLChecker
+[`org.apache.shardingsphere.infra.executor.check.SQLChecker`](https://github.com/apache/shardingsphere/blob/master/shardingsphere-infra/shardingsphere-infra-executor/src/main/java/org/apache/shardingsphere/infra/executor/check/SQLChecker.java)
 
-| *Implementation Class* | *Description*          |
-| ---------------------- | ---------------------- |
-| AuthorityChecker       | Authority checker      |
-| ShardingAuditChecker   | Sharding audit checker |
+### Definition
+
+SQL checker class definition
+
+### Implementation classes
+
+| *Configuration Type* | *Description*                             | 
*Fully-qualified class name* |
+| -------------------- | ----------------------------------------- | 
---------------------------- |
+| AuthorityRule.class       | Authority checker      | 
[`org.apache.shardingsphere.authority.checker.AuthorityChecker`](https://github.com/apache/shardingsphere/blob/master/shardingsphere-kernel/shardingsphere-authority/shardingsphere-authority-core/src/main/java/org/apache/shardingsphere/authority/checker/AuthorityChecker.java)
 |
+| ShardingAuditChecker   | Sharding audit checker | 
[`org.apache.shardingsphere.sharding.checker.audit.ShardingAuditChecker`](https://github.com/apache/shardingsphere/blob/master/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-core/src/main/java/org/apache/shardingsphere/sharding/checker/audit/ShardingAuditChecker.java)
 |

Reply via email to