Retro Eye care Haitian Deep Dark Default

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

showEncryptAlgorithmPlugins ::=
  'SHOW' 'ENCRYPT' 'ALGORITHM' 'PLUGINS'

Return Value Description

Columns Description
type type
type_aliases type aliases
description description

Example

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

Reserved word

SHOW, ENCRYPT, ALGORITHM, PLUGINS