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

Function EXT_modify

src/jrd/ext.cpp:452–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450
451
452void EXT_modify(record_param* /*old_rpb*/, record_param* /*new_rpb*/, jrd_tra* /*transaction*/)
453{
454/**************************************
455 *
456 * E X T _ m o d i f y
457 *
458 **************************************
459 *
460 * Functional description
461 * Update an external file.
462 *
463 **************************************/
464
465 ERR_post(Arg::Gds(isc_ext_file_modify));
466}
467
468
469void EXT_open(Database* dbb, ExternalFile* file)

Callers 1

modifyMethod · 0.85

Calls 2

GdsClass · 0.85
ERR_postFunction · 0.70

Tested by

no test coverage detected