Allows the decoding of the old SPL encoded/crypted.

1 crypt.decryptsql

<crypt.decryptsql encoding='encoding'>
    <var /> !
</crypt.decryptsql>

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>