[][src]Function spatialite_sys::dump_dbf_ex

pub unsafe extern "C" fn dump_dbf_ex(
    sqlite: *mut sqlite3,
    table: *mut c_char,
    dbf_path: *mut c_char,
    charset: *mut c_char,
    rows: *mut c_int,
    err_msg: *mut c_char
) -> c_int

Dumps a full table into an external DBF file

\param sqlite handle to current DB connection \param table the name of the table to be exported \param dbf_path pathname of the DBF to be exported \param charset a valid GNU ICONV charset to be used for DBF text strings \param rows on completion will contain the total number of exported rows \param err_msg on completion will contain an error message (if any)

\sa dump_dbf

\return 0 on failure, any other value on success