[][src]Function spatialite_sys::gaiaUpdateMetaCatalogStatistics

pub unsafe extern "C" fn gaiaUpdateMetaCatalogStatistics(
    handle: *mut sqlite3,
    table: *const c_char,
    column: *const c_char
) -> c_int

Updates the "splite_metacatalog_statistics" table.

\param handle SQLite handle to current DB connection. \param table name of the table to be processed. \param column name of the column to be processed.

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

\sa gaiaCreateMetaCatalogTables, gaiaUpdateMetaCatalogStatisticsFromMaster