[][src]Function spatialite_sys::gaiaCloneDbfEntity

pub unsafe extern "C" fn gaiaCloneDbfEntity(
    org: gaiaDbfListPtr
) -> gaiaDbfListPtr

Allocates a new DBF List object [duplicating an existing one]

\param org pointer to input DBF List object.

\return the pointer to newly created DBF List object.

\sa gaiaCloneDbfField, gaiaCloneValue,

\note the newly created object is an exact copy of the original one. \n this including any currently set Field Value.