[−][src]Function ejdb_sys::ejdbrmcoll
pub unsafe extern "C" fn ejdbrmcoll(
jb: *mut EJDB,
colname: *const c_char,
unlinkfile: bool
) -> bool
Removes collections specified by colname
@param jb EJDB handle.
@param colname Name of collection.
@param unlink It true the collection db file and all of its index files will be removed.
@return If successful return true, otherwise return false.