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

  1. showShadowAlgorithmPlugins ::=
  2. 'SHOW' 'SHADOW' 'ALGORITHM' 'PLUGINS'

Return Value Description

ColumnsDescription
typetype
type_aliasestype aliases
descriptiondescription

Example

  • Query all the implementations for org.apache.shardingsphere.shadow.spi.ShadowAlgorithm interface
  1. SHOW SHADOW ALGORITHM PLUGINS
  1. SHOW SHADOW ALGORITHM PLUGINS;
  2. +-------------+--------------+-------------+
  3. | type | type_aliases | description |
  4. +-------------+--------------+-------------+
  5. | SQL_HINT | | |
  6. | REGEX_MATCH | | |
  7. | VALUE_MATCH | | |
  8. +-------------+--------------+-------------+
  9. 3 rows in set (0.37 sec)

Reserved word

SHOW, SHADOW, ALGORITHM, PLUGINS