SHOW SHADOW ALGORITHM PLUGINS
Description
The SHOW SHADOW ALGORITHM PLUGINS
syntax is used to query all the implementations of the interface org.apache.shardingsphere.shadow.spi.ShadowAlgorithm
.
Syntax
Grammar Railroad diagram
showShadowAlgorithmPlugins ::=
'SHOW' 'SHADOW' 'ALGORITHM' 'PLUGINS'
Return Value Description
Columns | Description |
---|---|
type | type |
type_aliases | type aliases |
description | description |
Example
- Query all the implementations for
org.apache.shardingsphere.shadow.spi.ShadowAlgorithm
interface
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)
Reserved word
SHOW
, SHADOW
, ALGORITHM
, PLUGINS
Related links
当前内容版权归 ShardingSphere 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ShardingSphere .