MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / EXT_erase

Function EXT_erase

src/jrd/ext.cpp:220–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219
220void EXT_erase(record_param*, jrd_tra*)
221{
222/**************************************
223 *
224 * E X T _ e r a s e
225 *
226 **************************************
227 *
228 * Functional description
229 * Update an external file.
230 *
231 **************************************/
232
233 ERR_post(Arg::Gds(isc_ext_file_delete));
234}
235
236
237// Third param is unused.

Callers 1

eraseMethod · 0.85

Calls 2

GdsClass · 0.85
ERR_postFunction · 0.70

Tested by

no test coverage detected