ingo@1123: package de.intevation.gnv.geobackend.sde.datasources; ingo@1123: ingo@1123: /** ingo@1123: * This ResultSet has no special tasks but implements Uncacheable ingo@1123: * to avoid this objects being cached. ingo@1123: * ingo@1123: * @author Ingo Weinzierl ingo@1123: */ ingo@1123: public class UncacheableSDEResultSet ingo@1123: extends SDEResultSet ingo@1123: implements Uncacheable ingo@1123: { ingo@1123: /** ingo@1123: * Creates a new UncacheableSDResultSet object. ingo@1123: */ ingo@1123: public UncacheableSDEResultSet() { ingo@1123: ingo@1123: } ingo@1123: } ingo@1123: // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8: