Home
last modified time | relevance | path

Searched refs:create_wms_tables (Results 1 – 2 of 2) sorted by relevance

/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dextra_tables.c3117 create_wms_tables (sqlite3 * sqlite) in create_wms_tables() function
3283 if (!create_wms_tables (sqlite)) in createWMSTables()
5027 {"wms_getcapabilities", create_wms_tables, NULL, NULL, NULL}, in createMissingSystemTables()
5028 {"wms_getmap", create_wms_tables, NULL, NULL, NULL}, in createMissingSystemTables()
5029 {"wms_ref_sys", create_wms_tables, NULL, NULL, NULL}, in createMissingSystemTables()
5030 {"wms_settings", create_wms_tables, NULL, NULL, NULL}, in createMissingSystemTables()
/dports/databases/spatialite/libspatialite-5.0.1/src/headers/
H A Dspatialite_private.h1501 SPATIALITE_PRIVATE int create_wms_tables (sqlite3 * sqlite);