You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by tu...@apache.org on 2022/07/15 06:41:05 UTC

[shardingsphere] branch master updated: Update kernel.cn.md (#19209)

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

tuichenchuxin 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 94ef19ef857 Update kernel.cn.md (#19209)
94ef19ef857 is described below

commit 94ef19ef8576ef0f8354a15d4c58e694746cf16d
Author: Mike0601 <40...@users.noreply.github.com>
AuthorDate: Fri Jul 15 14:40:59 2022 +0800

    Update kernel.cn.md (#19209)
---
 docs/document/content/dev-manual/kernel.cn.md | 27 +--------------------------
 1 file changed, 1 insertion(+), 26 deletions(-)

diff --git a/docs/document/content/dev-manual/kernel.cn.md b/docs/document/content/dev-manual/kernel.cn.md
index ec46afad656..8a5bf5881fe 100644
--- a/docs/document/content/dev-manual/kernel.cn.md
+++ b/docs/document/content/dev-manual/kernel.cn.md
@@ -6,40 +6,15 @@ chapter = true
 +++
 
 ## SPI 接口
-## SQLRouter
+
 
 | *SPI 名称*                           | *详细说明*             |
 | ----------------------------------- | --------------------- |
 | SQLRouter                           | 用于处理路由结果         |
-
-### SQLRewriteContextDecorator
-
-| *SPI 名称*                          | *详细说明*          |
-| ---------------------------------- | ------------------ |
 | SQLRewriteContextDecorator         | 用于处理 SQL 改写结果 |
-
-### SQLExecutionHook
-
-| *SPI 名称*                     | *详细说明*       |
-| ----------------------------- | --------------- |
 | SQLExecutionHook              | SQL 执行过程监听器 |
-
-### ResultProcessEngine
-
-| *SPI 名称*                    | *详细说明*           |
-| ---------------------------- | ------------------- |
 | ResultProcessEngine          | 用于处理结果集        |
-
-### StoragePrivilegeHandler
-
-| *SPI 名称*                  | *详细说明*                      |
-| -------------------------- | ------------------------------ |
 | StoragePrivilegeHandler    | 使用数据库方言处理权限信息          |
-
-### DynamicDataSourceStrategy
-
-| *SPI 名称*                                  | *详细说明*                      |
-| ------------------------------------------ | ------------------------------ |
 | DynamicDataSourceStrategy                  | 动态数据源获取策略                 |
 
 ## 示例