[][src]Function spatialite_sys::gaiaOpenDbfRead

pub unsafe extern "C" fn gaiaOpenDbfRead(
    dbf: gaiaDbfPtr,
    path: *const c_char,
    charFrom: *const c_char,
    charTo: *const c_char
)

Open a DBF File in read mode

\param dbf pointer to the DBF File object. \param path pathname to the corresponding file-system file. \param charFrom GNU ICONV name identifying the input charset encoding. \param charTo GNU ICONV name identifying the output charset encoding.

\sa gaiaAllocDbf, gaiaFreeDbf, gaiaOpenDbfWrite, gaiaReadDbfEntity, gaiaWriteDbfEntity, gaiaFlushDbfHeader

\note on failure the object member \e Valid will be set to 0; and the object member \e LastError will contain the appropriate error message.