Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ blobPrepare
Method
blobPrepare
src/dsql/DsqlBatch.cpp:319–325 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
}
318
319
void DsqlBatch::blobPrepare()
320
{
321
blobSetSize();
322
323
// Align blob stream
324
m_blobs.align(BLOB_STREAM_ALIGN);
325
}
326
327
void DsqlBatch::setDefaultBpb(thread_db* tdbb, unsigned parLength, const unsigned char* par)
328
{
Callers
nothing calls this directly
Calls
1
align
Method · 0.45
Tested by
no test coverage detected