Check if the schema is disabled.
1 olap.schema.isDisabled
<olap.schema.isDisabled name='name'/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aname | String | Name of the schema that you want to check. |
Returns | |
---|---|
Type | Description |
boolean | Returns true if the schema is disabled, false otherwise. |
Example
Copy
<xsql-script name='olap_schema_isDisabled'> <body> <println> <olap.schema.isDisabled name='s_foodmart' /> </println> </body> </xsql-script>
false