[Geoserver-users] sql queries

Hi
can someone tell me where the sql queries are build in the sources for the wms/wfs requests? Thanks.

Stefan

Mit freundlichem Gruss
Stefan Ziegler
Leiter Aufsicht

Kanton Solothurn
Bau- und Justizdepartement
Amt für Geoinformation
Rötistrasse 4
4501 Solothurn
Telefon 032 627 75 96
Telefax 032 627 75 98
stefan.ziegler@anonymised.com
http://www.so.ch

Ziegler Stefan ha scritto:

Hi
can someone tell me where the sql queries are build in the sources for the wms/wfs requests? Thanks.

Inside the datastores. OGC Filter representations are turned into
sql by SQLBuilder, FilterToSql and friends (hem, subclasses) whose
actual implementation depends on the dbms capabilities.

Trying to hunt down some misbehaviour?
Cheers
Andrea