This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang 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 beefc41fb84 Update data-source.en.md (#19208)
beefc41fb84 is described below
commit beefc41fb84d3959679e43a315fe3534ad5225f3
Author: Mike0601 <[email protected]>
AuthorDate: Fri Jul 15 14:37:21 2022 +0800
Update data-source.en.md (#19208)
---
docs/document/content/dev-manual/data-source.en.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/document/content/dev-manual/data-source.en.md
b/docs/document/content/dev-manual/data-source.en.md
index f88f9734727..5cbf8852456 100644
--- a/docs/document/content/dev-manual/data-source.en.md
+++ b/docs/document/content/dev-manual/data-source.en.md
@@ -16,7 +16,7 @@ chapter = true
## Sample
-### DatabaseType Known Implementation Class
+### DatabaseType
| *Implementation Class* | *Description* |
| ---------------------- | ----------------------- |
@@ -29,7 +29,7 @@ chapter = true
| H2DatabaseType | H2 database |
| OpenGaussDatabaseType | OpenGauss database |
-### DialectTableMetaDataLoader Known Implementation Class
+### DialectTableMetaDataLoader
| *Implementation Class* | *Description* |
| ---------------------------- | ----------------------------------------- |
@@ -40,14 +40,14 @@ chapter = true
| H2TableMetaDataLoader | Use H2 dialect to load meta data |
| OpenGaussTableMetaDataLoader | Use OpenGauss dialect to load meta data |
-### DataSourcePoolMetaData Known Implementation Class
+### DataSourcePoolMetaData
| *Implementation Class* | *Description* |
|------------------------------|-----------------------------------|
| DBCPDataSourcePoolMetaData | DBCP data source pool meta data |
| HikariDataSourcePoolMetaData | Hikari data source pool meta data |
-### DataSourcePoolActiveDetector Known Implementation Class
+### DataSourcePoolActiveDetector
| *Implementation Class* | *Description*
|
| ----------------------------------- |
---------------------------------------- |