col.xyz.query.ds
When a list is initialized with a query, use this property to specify which database should be used.
Class | column |
---|---|
Property | col.xyz.query.ds |
Formal specification | col.xyz.query.ds = datasource name |
Required | yes when col.xyz.query is specified |
Default | |
Version | |
Comment | More details on how to specify the datasource name is available on Datasource Specifications |
Example | col.city=CitiesÂ
col.city.type = listÂ
col.city.query=select cityName, id from cities order by cityName;Â
col.city.query.ds = touristInfoÂ
|
Reference | Datasource Specifications |