blob: 1a46066a2622c82df48a5c96a3d835e65ba66c58 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>插件 on ShardingSphere</title>
<link>https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/</link>
<description>Recent content in 插件 on ShardingSphere</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>SHOW PLUGINS</title>
<link>https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-plugins/</guid>
<description>描述 SHOW PLUGINS OF interfaceClass 语法用于查询指定接口的全部实现。
语法 语法 铁路图 showPluginImplementations ::= &amp;#39;SHOW&amp;#39; &amp;#39;PLUGINS&amp;#39; &amp;#39;OF&amp;#39; interfaceClass interfaceClass ::= string 返回值说明 列 说明 type 类型 type_aliases 类型别名 description 描述 示例 查询 org.apache.shardingsphere.sharding.spi.ShardingAlgorithm 接口的所有实现类 SHOW PLUGINS OF &amp;#39;org.apache.shardingsphere.sharding.spi.ShardingAlgorithm&amp;#39; SHOW PLUGINS OF &amp;#39;org.apache.shardingsphere.sharding.spi.ShardingAlgorithm&amp;#39;; +----------------+--------------+-------------+ | type | type_aliases | description | +----------------+--------------+-------------+ | MOD | | | | HASH_MOD | | | | VOLUME_RANGE | | | | BOUNDARY_RANGE | | | | AUTO_INTERVAL | | | | INTERVAL | | | | CLASS_BASED | | | | INLINE | | | | COMPLEX_INLINE | | | | HINT_INLINE | | | +----------------+--------------+-------------+ 10 rows in set (0.</description>
</item>
<item>
<title>SHOW SHARDING ALGORITHM PLUGINS</title>
<link>https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-sharding-algorithm-plugins/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-sharding-algorithm-plugins/</guid>
<description>描述 SHOW SHARDING ALGORITHM PLUGINS 语法用于查询 org.apache.shardingsphere.sharding.spi.ShardingAlgorithm 接口的所有实现类。
语法 语法 铁路图 showShardingAlgorithmPlugins ::= &amp;#39;SHOW&amp;#39; &amp;#39;SHARDING&amp;#39; &amp;#39;ALGORITHM&amp;#39; &amp;#39;PLUGINS&amp;#39; 返回值说明 列 说明 type 类型 type_aliases 类型别名 description 描述 示例 查询 org.apache.shardingsphere.sharding.spi.ShardingAlgorithm 接口的所有实现类 SHOW SHARDING ALGORITHM PLUGINS SHOW SHARDING ALGORITHM PLUGINS; +----------------+--------------+-------------+ | type | type_aliases | description | +----------------+--------------+-------------+ | MOD | | | | HASH_MOD | | | | VOLUME_RANGE | | | | BOUNDARY_RANGE | | | | AUTO_INTERVAL | | | | INTERVAL | | | | CLASS_BASED | | | | INLINE | | | | COMPLEX_INLINE | | | | HINT_INLINE | | | +----------------+--------------+-------------+ 10 rows in set (0.</description>
</item>
<item>
<title>SHOW LOAD BALANCE ALGORITHM PLUGINS</title>
<link>https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-load-balance-algorithm-plugins/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-load-balance-algorithm-plugins/</guid>
<description>描述 SHOW LOAD BALANCE ALGORITHM PLUGINS 语法用于查询 org.apache.shardingsphere.infra.algorithm.loadbalancer.core.LoadBalanceAlgorithm 接口的所有实现类。
语法 语法 铁路图 showLoadBalanceAlgorithmPlugins ::= &amp;#39;SHOW&amp;#39; &amp;#39;LOAD&amp;#39; &amp;#39;BALANCE&amp;#39; &amp;#39;ALGORITHM&amp;#39; &amp;#39;PLUGINS&amp;#39; 返回值说明 列 说明 type 类型 type_aliases 类型别名 description 描述 示例 查询 org.apache.shardingsphere.infra.algorithm.loadbalancer.core.LoadBalanceAlgorithm 接口的所有实现类 SHOW LOAD BALANCE ALGORITHM PLUGINS SHOW LOAD BALANCE ALGORITHM PLUGINS; +-------------+--------------+-------------+ | type | type_aliases | description | +-------------+--------------+-------------+ | ROUND_ROBIN | | | | RANDOM | | | | WEIGHT | | | +-------------+--------------+-------------+ 3 rows in set (0.</description>
</item>
<item>
<title>SHOW ENCRYPT ALGORITHM PLUGINS</title>
<link>https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-encrypt-algorithm-plugins/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-encrypt-algorithm-plugins/</guid>
<description>描述 SHOW ENCRYPT ALGORITHM PLUGINS 语法用于查询 org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm 接口的所有实现类。
语法 语法 铁路图 showEncryptAlgorithmPlugins ::= &amp;#39;SHOW&amp;#39; &amp;#39;ENCRYPT&amp;#39; &amp;#39;ALGORITHM&amp;#39; &amp;#39;PLUGINS&amp;#39; 返回值说明 列 说明 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.</description>
</item>
<item>
<title>SHOW MASK ALGORITHM PLUGINS</title>
<link>https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-mask-algorithm-plugins/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-mask-algorithm-plugins/</guid>
<description>描述 SHOW MASK ALGORITHM PLUGINS 语法用于查询 org.apache.shardingsphere.mask.spi.MaskAlgorithm 接口的所有实现类。
语法 语法 铁路图 showMaskAlgorithmPlugins ::= &amp;#39;SHOW&amp;#39; &amp;#39;MASK&amp;#39; &amp;#39;ALGORITHM&amp;#39; &amp;#39;PLUGINS&amp;#39; 返回值说明 列 说明 type 类型 type_aliases 类型别名 description 描述 示例 查询 org.apache.shardingsphere.mask.spi.MaskAlgorithm 接口的所有实现类 SHOW MASK ALGORITHM PLUGINS SHOW MASK ALGORITHM PLUGINS; +------------------------------+--------------+-------------+ | type | type_aliases | description | +------------------------------+--------------+-------------+ | MD5 | | | | KEEP_FIRST_N_LAST_M | | | | KEEP_FROM_X_TO_Y | | | | MASK_AFTER_SPECIAL_CHARS | | | | MASK_BEFORE_SPECIAL_CHARS | | | | MASK_FIRST_N_LAST_M | | | | MASK_FROM_X_TO_Y | | | | GENERIC_TABLE_RANDOM_REPLACE | | | +------------------------------+--------------+-------------+ 8 rows in set (0.</description>
</item>
<item>
<title>SHOW SHADOW ALGORITHM PLUGINS</title>
<link>https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-shadow-algorithm-plugins/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-shadow-algorithm-plugins/</guid>
<description>描述 SHOW SHADOW ALGORITHM PLUGINS 语法用于查询 org.apache.shardingsphere.shadow.spi.ShadowAlgorithm 接口的所有实现类。
语法 语法 铁路图 showShadowAlgorithmPlugins ::= &amp;#39;SHOW&amp;#39; &amp;#39;SHADOW&amp;#39; &amp;#39;ALGORITHM&amp;#39; &amp;#39;PLUGINS&amp;#39; 返回值说明 列 说明 type 类型 type_aliases 类型别名 description 描述 示例 查询 org.apache.shardingsphere.shadow.spi.ShadowAlgorithm 接口的所有实现类 SHOW SHADOW ALGORITHM PLUGINS SHOW SHADOW ALGORITHM PLUGINS; +-------------+--------------+-------------+ | type | type_aliases | description | +-------------+--------------+-------------+ | SQL_HINT | | | | REGEX_MATCH | | | | VALUE_MATCH | | | +-------------+--------------+-------------+ 3 rows in set (0.</description>
</item>
<item>
<title>SHOW KEY GENERATE ALGORITHM PLUGINS</title>
<link>https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-key-generate-algorithm-plugins/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-proxy/distsql/syntax/ral/plugin/show-key-generate-algorithm-plugins/</guid>
<description>描述 SHOW KEY GENERATE ALGORITHM PLUGINS 语法用于查询 org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm 接口的所有实现类。
语法 语法 铁路图 showKeyGenerateAlgorithmPlugins ::= &amp;#39;SHOW&amp;#39; &amp;#39;KEY&amp;#39; &amp;#39;GENERATE&amp;#39; &amp;#39;ALGORITHM&amp;#39; &amp;#39;PLUGINS&amp;#39; 返回值说明 列 说明 type 类型 type_aliases 类型别名 description 描述 示例 查询 org.apache.shardingsphere.keygen.core.algorithm.KeyGenerateAlgorithm 接口的所有实现类 SHOW KEY GENERATE ALGORITHM PLUGINS SHOW KEY GENERATE ALGORITHM PLUGINS; +-----------+--------------+-------------+ | type | type_aliases | description | +-----------+--------------+-------------+ | UUID | | | | SNOWFLAKE | | | +-----------+--------------+-------------+ 2 rows in set (0.</description>
</item>
</channel>
</rss>