comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/datacage/templating/ResultData.java @ 5305:e60f65540cc2

Added filter to elements in datacage templating. (most work done by Sascha T.).
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 14 Mar 2013 17:09:44 +0100
parents 481ac6468016
children ac2746f3e75f
comparison
equal deleted inserted replaced
5304:ffa5eaad3a7b 5305:e60f65540cc2
22 22
23 protected List<Object []> rows; 23 protected List<Object []> rows;
24 24
25 public ResultData() { 25 public ResultData() {
26 rows = new ArrayList<Object []>(); 26 rows = new ArrayList<Object []>();
27 }
28
29 public ResultData(String [] columns, List<Object []> rows) {
30 this.columns = columns;
31 this.rows = rows;
27 } 32 }
28 33
29 public ResultData(ResultSetMetaData meta) 34 public ResultData(ResultSetMetaData meta)
30 throws SQLException 35 throws SQLException
31 { 36 {

http://dive4elements.wald.intevation.org