SHOW SHADOW ALGORITHM PLUGINS 语法用于查询 org.apache.shardingsphere.shadow.spi.ShadowAlgorithm 接口的所有实现类。
showShadowAlgorithmPlugins ::=
'SHOW' 'SHADOW' 'ALGORITHM' 'PLUGINS'
| 列 | 说明 |
|---|---|
| type | 类型 |
| type_aliases | 类型别名 |
| description | 描述 |
org.apache.shardingsphere.shadow.spi.ShadowAlgorithm 接口的所有实现类SHOW SHADOW ALGORITHM PLUGINS
SHOW SHADOW ALGORITHM PLUGINS;
+-------------+--------------+-------------+
| type | type_aliases | description |
+-------------+--------------+-------------+
| SQL_HINT | | |
| REGEX_MATCH | | |
| VALUE_MATCH | | |
+-------------+--------------+-------------+
3 rows in set (0.37 sec)
SHOW、SHADOW、ALGORITHM、PLUGINS
