[][src]Function spatialite_sys::gaiaAllocDbf

pub unsafe extern "C" fn gaiaAllocDbf() -> gaiaDbfPtr

Allocates a new DBF File object.

\return the pointer to newly created DBF File object.

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

\note you are responsible to destroy (before or after) any allocated DBF File. \n you should phisically open the DBF File in \e read or \e write mode before performing any actual I/O operation.