Changeset 9684 for trunk/ippdb/tests/dbsetup.c
- Timestamp:
- Oct 20, 2006, 2:38:16 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbsetup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbsetup.c
r9301 r9684 13 13 14 14 // remove the table if it already exists 15 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS weather");16 weatherCreateTable(dbh);17 18 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyp_transparency");19 skyp_transparencyCreateTable(dbh);20 21 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyp_absorption");22 skyp_absorptionCreateTable(dbh);23 24 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyp_emission");25 skyp_emissionCreateTable(dbh);26 27 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS dimm");28 dimmCreateTable(dbh);29 30 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyp_ir");31 skyp_irCreateTable(dbh);32 33 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS dome");34 domeCreateTable(dbh);35 36 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS telescope");37 telescopeCreateTable(dbh);38 39 15 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS summitExp"); 40 16 summitExpCreateTable(dbh);
Note:
See TracChangeset
for help on using the changeset viewer.
