blob: b1cd65aa655f8e1ce79d991268f372d5f07c51c8 [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>Encrypt on ShardingSphere</title>
<link>https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/encrypt/</link>
<description>Recent content in Encrypt on ShardingSphere</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/encrypt/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>SHOW ENCRYPT RULES</title>
<link>https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/encrypt/show-encrypt-rule/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/encrypt/show-encrypt-rule/</guid>
<description>Description The SHOW ENCRYPT RULES syntax is used to query encryption rules for a specified database.
Syntax Grammar Railroad diagram ShowEncryptRule::= &amp;#39;SHOW&amp;#39; &amp;#39;ENCRYPT&amp;#39; (&amp;#39;RULES&amp;#39; | &amp;#39;TABLE&amp;#39; &amp;#39;RULE&amp;#39; ruleName) (&amp;#39;FROM&amp;#39; databaseName)? ruleName ::= identifier databaseName ::= identifier Note When databaseName is not specified, then DATABASEis currently used as the default name. If DATABASE is not used, you will receive a No database selected prompt.</description>
</item>
<item>
<title>COUNT ENCRYPT RULE</title>
<link>https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/encrypt/count-encrypt-rule/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/encrypt/count-encrypt-rule/</guid>
<description>Description The COUNT ENCRYPT RULE syntax is used to query the number of encrypt rules for specified database.
Syntax Grammar Railroad diagram CountEncryptRule::= &amp;#39;COUNT&amp;#39; &amp;#39;ENCRYPT&amp;#39; &amp;#39;RULE&amp;#39; (&amp;#39;FROM&amp;#39; databaseName)? databaseName ::= identifier Supplement When databaseName is not specified, the default is the currently used DATABASE. If DATABASE is not used, No database selected will be prompted. Return value description Column Description rule_name rule type database the database to which the rule belongs count the number of the rule Example Query the number of encrypt rules for specified database.</description>
</item>
</channel>
</rss>