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

Method fastRemove

src/common/classes/tree.h:190–190  ·  view source on GitHub ↗

Remove item. Current position moves to next item after this call. If next item doesn't exist method returns false

Source from the content-addressed store, hash-verified

188 // Remove item. Current position moves to next item after this call.
189 // If next item doesn't exist method returns false
190 bool fastRemove() { return defaultAccessor.fastRemove(); }
191
192 bool isPositioned(const Key& key) const { return defaultAccessor.isPositioned(key); }
193

Callers 15

removeMethod · 0.45
logRecordConnMethod · 0.45
logRecordStmtMethod · 0.45
log_event_detachMethod · 0.45
log_event_dsql_freeMethod · 0.45
sweptMethod · 0.45
EXE_receiveFunction · 0.45
release_blobsFunction · 0.45
releaseSharedMemoryMethod · 0.45
removeSegmentMethod · 0.45

Calls

no outgoing calls

Tested by 2

testBitmapFunction · 0.36
testBePlusTreeFunction · 0.36