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

Function gen_cursor_init

src/gpre/languages/ftn.cpp:1266–1275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1264//
1265
1266static void gen_cursor_init(const act* action)
1267{
1268 // If blobs are present, zero out all of the blob handles. After this
1269 // point, the handles are the user's responsibility
1270
1271 if (action->act_request->req_flags & (REQ_sql_blob_open | REQ_sql_blob_create))
1272 {
1273 printa(COLUMN, "isc_%d = 0", action->act_request->req_blobs->blb_ident);
1274 }
1275}
1276
1277
1278//____________________________________________________________

Callers 1

FTN_actionFunction · 0.70

Calls 1

printaFunction · 0.70

Tested by

no test coverage detected