Allows the decoding of the old SPL encoded/crypted.
1 crypt.decryptsql
<crypt.decryptsql encoding='encoding'>
<var /> !
</crypt.decryptsql>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aencoding | string | Indicates the coding of the string of characters to process, for example ISO-8859-1 or UTF-8. If it is not specified, the one defined in the configuration file for the server is used. |
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Evar | Object2String | Entry variables. |
Returns | |
---|---|
Type | Description |
String |
Exceptions
requires 1 argument
The entry parameter has not been specified.
Example
Copy
<xsql-script name='string_crypt_decryptsql_sample1'> <body> <set name='a'> <crypt.encrypt> SELECT cdiarios FROM cdiarios </crypt.encrypt> </set> <println> <crypt.decryptsql><a /></crypt.decryptsql> </println> </body> </xsql-script>