Activate/Disable the cache of Prepared statements.

1 system.cache.setPrepare

<system.cache.setPrepare mode='mode'/>
Example

Desible the cache of Prepared statements.

Copy
<xsql-script name='system_cache_setPrepare_sample1'>
    <body>
        <println>
            <system.cache.setPrepare mode='true'/>
        </println>
    </body>
</xsql-script>