Function insert_epsg_srid

Source
pub unsafe extern "C" fn insert_epsg_srid(
    sqlite: *mut sqlite3,
    srid: c_int,
) -> c_int
Expand description

Inserts some inlined EPSG definition into the “spatial_ref_sys” table

\param sqlite handle to current DB connection \param srid the SRID value uniquely identifying the required EPSG definition

\return 0 on failure, any other value on success