Giving the name of an accelerator, returns the list of data-marts which contains it, and also its state, it memory
consumption and the load date.
1 iwa.listMarts
<iwa.listMarts accel_name='accel_name'/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aaccel_name | string | Name of the IWA instance. |
Returns | |
---|---|
Type | Description |
Vtable | Result of the operation. |
Example
List the data-marts of IWASERVER:
Copy
<xsql-script name='iwa_list_datamarts'> <body> <return> <iwa.listMarts accelerator-name='IWASERVER' /> </return> </body> </xsql-script>