Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/doc/conf/queries.properties @ 1033:35c442410738
Added a comment after implementing cache cleaner
gnv-artifacts/trunk@1073 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Hans Plum <hans.plum@intevation.de> |
---|---|
date | Fri, 07 May 2010 06:50:47 +0000 |
parents | 3fbabd4803d7 |
children | da4306683186 |
comparison
equal
deleted
inserted
replaced
1032:df6a640f590c | 1033:35c442410738 |
---|---|
1400 geometry_type = select geometry_type \ | 1400 geometry_type = select geometry_type \ |
1401 from sde.geometry_columns \ | 1401 from sde.geometry_columns \ |
1402 where f_table_schema = '?' and \ | 1402 where f_table_schema = '?' and \ |
1403 f_table_name = '?' and \ | 1403 f_table_name = '?' and \ |
1404 f_geometry_column='SHAPE' | 1404 f_geometry_column='SHAPE' |
1405 | 1405 |
1406 | |
1407 ############################################# | |
1408 ############################################# | |
1409 ###### Sync of cache after DB updates ####### | |
1410 ############################################# | |
1411 ############################################# | |
1406 updated_tables = SELECT FULLTABLENAME \ | 1412 updated_tables = SELECT FULLTABLENAME \ |
1407 FROM MEDIAN.LASTUPDATED \ | 1413 FROM MEDIAN.LASTUPDATED \ |
1408 WHERE LASTUPDATE >= to_date('?', 'YYYY.MM.DD HH24:MI:SS') | 1414 WHERE LASTUPDATE >= to_date('?', 'YYYY.MM.DD HH24:MI:SS') |