comparison geo-backend/src/main/java/de/intevation/gnv/geobackend/base/ResultDescriptor.java @ 271:8aad9d098b08

Integrated Patch of issue57 to get some Memoryusage-improvements geo-backend/trunk@248 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 20 Oct 2009 09:57:52 +0000
parents b02310d7ffee
children 12f88239fb33
comparison
equal deleted inserted replaced
270:1fe93e3c80c0 271:8aad9d098b08
36 * Adds a new ColumnDescription into the Descriptor 36 * Adds a new ColumnDescription into the Descriptor
37 * @param name the Name of the Column (unique) 37 * @param name the Name of the Column (unique)
38 * @param className the Name of the Class (e.g. Double, Integer 38 * @param className the Name of the Class (e.g. Double, Integer
39 */ 39 */
40 public void addColumn(String name, String className); 40 public void addColumn(String name, String className);
41
42 public int [] getColumnIndices(String [] columnNames);
43
44 public int getColumnIndex(String columnName);
41 } 45 }

http://dive4elements.wald.intevation.org