[][src]Function spatialite_sys::gaiaUpdateMetaCatalogStatisticsFromMaster

pub unsafe extern "C" fn gaiaUpdateMetaCatalogStatisticsFromMaster(
    handle: *mut sqlite3,
    master_table: *const c_char,
    table_name: *const c_char,
    column_name: *const c_char
) -> c_int

Updates the "splite_metacatalog_statistics" table (using a Master Table).

\param handle SQLite handle to current DB connection. \param master_table name of the master-table controlling the whole process. \param table_name name of the column into the master-table containing table-names. \param column_name name of the column into the master-table containing column-names.

\return 0 (FALSE) on failure, any other value (TRUE) on success

\sa gaiaCreateMetaCatalogTables, gaiaUpdateMetaCatalogStatistics