Home
last modified time | relevance | path

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

/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dstatistics.c5667 check_for_system_tables (sqlite3 * sqlite, const char *prefix, in check_for_system_tables() function
6050 if (!check_for_system_tables (sqlite, prefix, table, NULL, &aux)) in gaiaDropTableEx3()
6149 if (!check_for_system_tables (sqlite, prefix, table, NULL, &aux)) in gaiaDropTable5()
6291 if (!check_for_system_tables (sqlite, prefix, old_name, NULL, &aux)) in gaiaRenameTable()
6309 if (!check_for_system_tables (sqlite, prefix, new_name, NULL, &aux)) in gaiaRenameTable()
6536 if (!check_for_system_tables (sqlite, prefix, table, old_name, &aux)) in gaiaRenameColumn()
6554 if (!check_for_system_tables (sqlite, prefix, table, new_name, &aux)) in gaiaRenameColumn()