Methode which obtains a set of data of the keystore with a given name.
1 system.keystore.getData
<system.keystore.getData />
Returns | |
---|---|
Type | Description |
LongInt | Number of milliseconds. |
Example
Copy
<xsql-script name='system_keystore_getData_sample1'> <body> <println> <system.keystore.getData /> </println> </body> </xsql-script>