[][src]Function spatialite_sys::insert_epsg_srid

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

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