level.xyz.query.ds
Specify on which datasource a query for the given level needs to be run.
Class | level |
---|---|
Property | level.xyz.query.ds |
Formal specification | level.xyz.query.ds = <datasourceid> |
Required | no |
Default | if the property is not defined, the datasource specified in the mc.ds will be used as the datasource for the level |
Version | 1.25 |
Comment | The datasource name can be defined through the Datasource Specifications. |
Example |
level.country.query = select name from country
level.country.query.ds = mysql |
Reference | |
 |