ingo@1127: /* ingo@1127: * Copyright (c) 2010 by Intevation GmbH ingo@1127: * ingo@1127: * This program is free software under the LGPL (>=v2.1) ingo@1127: * Read the file LGPL.txt coming with the software for details ingo@1127: * or visit http://www.gnu.org/licenses/ if it does not exist. ingo@1127: */ ingo@1127: 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: