Mercurial > dive4elements > river
comparison etl/src/main/resources/sql/flys-oracle-jdbc-oracledriver.properties @ 7730:e1b831fe435a slt-simplify-cross-sections
Merged default into slt-simplify-cross-sections branch and updated package and class names.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 20 Jan 2014 14:04:20 +0100 |
parents | 5aa05a7a34b7 |
children |
comparison
equal
deleted
inserted
replaced
5084:ca45dd039b54 | 7730:e1b831fe435a |
---|---|
1 next.gauge.id = \ | |
2 SELECT GAUGES_ID_SEQ.NEXTVAL AS gauge_id FROM DUAL | |
3 next.timeinterval.id = \ | |
4 SELECT TIME_INTERVALS_ID_SEQ.NEXTVAL AS time_interval_id FROM DUAL | |
5 next.discharge.id = \ | |
6 SELECT DISCHARGE_TABLES_ID_SEQ.NEXTVAL AS discharge_table_id FROM DUAL | |
7 next.discharge.table.values.id = \ | |
8 SELECT DISCHARGE_TABLE_VALUES_ID_SEQ.NEXTVAL AS discharge_table_values_id FROM DUAL |