SHOW ENCRYPT ALGORITHM PLUGINS

Description

The SHOW ENCRYPT ALGORITHM PLUGINS syntax is used to query all the implementations of the interface org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm.

Syntax

Grammar Railroad diagram

  1. showEncryptAlgorithmPlugins ::=
  2. 'SHOW' 'ENCRYPT' 'ALGORITHM' 'PLUGINS'

Return Value Description

ColumnsDescription
typetype
type_aliasestype aliases
descriptiondescription

Example

  • Query all the implementations for org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm interface
  1. SHOW ENCRYPT ALGORITHM PLUGINS
  1. SHOW ENCRYPT ALGORITHM PLUGINS;
  2. +------+--------------+-------------+
  3. | type | type_aliases | description |
  4. +------+--------------+-------------+
  5. | AES | | |
  6. | MD5 | | |
  7. +------+--------------+-------------+
  8. 2 rows in set (0.06 sec)

Reserved word

SHOW, ENCRYPT, ALGORITHM, PLUGINS