[][src]Function spatialite_sys::spatial_ref_sys_init

pub unsafe extern "C" fn spatial_ref_sys_init(
    sqlite: *mut sqlite3,
    verbose: c_int
) -> c_int

Inserts the inlined EPSG dataset into the "spatial_ref_sys" table

\param sqlite handle to current DB connection \param verbose if TRUE a short report is shown on stderr

\return 0 on failure, any other value on success

\sa spatial_ref_sys_init2

\note this function is internally invoked by the SQL function InitSpatialMetadata(), and is not usually intended for direct use. This functions is now deprecated, and will simply call spatial_ref_sys_init2(sqlite, GAIA_EPSG_ANY, verbose).