SHOW ENCRYPT ALGORITHM PLUGINS
语法用于查询 org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
接口的所有实现类。
showEncryptAlgorithmPlugins ::=
'SHOW' 'ENCRYPT' 'ALGORITHM' 'PLUGINS'
列 | 说明 |
---|---|
type | 类型 |
type_aliases | 类型别名 |
description | 描述 |
org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
接口的所有实现类SHOW ENCRYPT ALGORITHM PLUGINS
SHOW ENCRYPT ALGORITHM PLUGINS;
+------+--------------+-------------+
| type | type_aliases | description |
+------+--------------+-------------+
| AES | | |
| MD5 | | |
+------+--------------+-------------+
2 rows in set (0.06 sec)
SHOW
、ENCRYPT
、ALGORITHM
、PLUGINS