Mercurial > dive4elements > river
comparison flys-artifacts/src/main/resources/datacage-sql/org-h2-driver.properties @ 992:5b467bc27eda
Datacage: Store
facets of outs into datacage db at initial scan.
flys-artifacts/trunk@2424 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 29 Jul 2011 13:29:29 +0000 |
parents | c675b4a87201 |
children | f61fe8b561d2 |
comparison
equal
deleted
inserted
replaced
991:c675b4a87201 | 992:5b467bc27eda |
---|---|
12 insert.artifact = INSERT INTO artifacts (id, gid, state) VALUES (?, ?, ?) | 12 insert.artifact = INSERT INTO artifacts (id, gid, state) VALUES (?, ?, ?) |
13 artifact.data.id.nextval = SELECT NEXTVAL('ARTIFACT_DATA_ID_SEQ') | 13 artifact.data.id.nextval = SELECT NEXTVAL('ARTIFACT_DATA_ID_SEQ') |
14 insert.artifact.data = INSERT INTO artifact_data (id, artifact_id, kind, k, v) VALUES (?, ?, ?, ?, ?) | 14 insert.artifact.data = INSERT INTO artifact_data (id, artifact_id, kind, k, v) VALUES (?, ?, ?, ?, ?) |
15 out.id.nextval = SELECT NEXTVAL('OUTS_ID_SEQ') | 15 out.id.nextval = SELECT NEXTVAL('OUTS_ID_SEQ') |
16 insert.out = INSERT INTO outs (id, artifact_id, name, description, out_type) VALUES (?, ?, ?, ?, ?) | 16 insert.out = INSERT INTO outs (id, artifact_id, name, description, out_type) VALUES (?, ?, ?, ?, ?) |
17 facet.id.nextval = SELECT NEXTVAL('FACETS_ID_SEQ') | |
18 insert.facet = INSERT INTO facets (id, out_id, name, num, state, description) VALUES (?, ?, ?, ?, ?, ?) |