[][src]Function spatialite_sys::check_duplicated_rows

pub unsafe extern "C" fn check_duplicated_rows(
    sqlite: *mut sqlite3,
    table: *mut c_char,
    dupl_count: *mut c_int
)

Checks for duplicated rows into the same table

\param sqlite handle to current DB connection \param table name of the table to be checked \param dupl_count on completion will contain the number of duplicated rows found

\sa remove_duplicated_rows \note two (or more) rows are assumed to be duplicated if any column

value (excluding any Primary Key column) is exacly the same