Activate/Disable the cache of Prepared statements.
1 system.cache.setPrepare
<system.cache.setPrepare mode='mode'/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Amode | boolean | True: Disable the cache of Prepared statements / false: Re-active the cache of Prepared statements. |
Returns | |
---|---|
Type | Description |
boolean | Returns true/false depending on what parameter has been called. |
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>