Mercurial > lada > lada-server
view src/main/resources/messprogrammquery.json @ 728:dd4ecf527075
Added tag 2.1.2 for changeset 2ba85d14160e
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 27 Aug 2015 10:50:59 +0200 |
parents | cdcb7a141529 |
children | 9ed60af6e61e |
line wrap: on
line source
[ { "id": "1", "name": "Kein Filter", "description": "Abfrage der Messprogramme ohne Filter", "sql": "select m.id as id, m.name as name, m.mst_id as mstId, m.umw_id as umwId from land.messprogramm m", "result": [ {"dataIndex": "name", "header": "Name", "width": 100}, {"dataIndex": "mstId", "header": "MST", "width": 100}, {"dataIndex": "umwId", "header": "Umweltbereich", "width": 100} ], "filters": [ ] } ]