pub unsafe extern "C" fn gaiaCreateMetaCatalogTables(
handle: *mut sqlite3,
) -> c_intExpand description
Creates (or re-creates) the “splite_metacatalog” and “splite_metacalog_statistics” tables.
\param handle SQLite handle to current DB connection.
\return 0 (FALSE) on failure, any other value (TRUE) on success
\sa gaiaUpdateMetaCatalogStatistics, gaiaUpdateMetaCatalogStatisticsFromMaster