[][src]Function spatialite_sys::spatial_ref_sys_init2

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

Inserts the inlined EPSG dataset into the "spatial_ref_sys" table

\param sqlite handle to current DB connection \param mode can be one of GAIA_EPSG_ANY, GAIA_EPSG_NONE or GAIA_EPSG_WGS84_ONLY \param verbose if TRUE a short report is shown on stderr

\return 0 on failure, any other value on success

\note this function is internally invoked by the SQL function InitSpatialMetadata(), and is not usually intended for direct use.