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

Function gen_blob_for

src/gpre/languages/rmc.cpp:1233–1241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231//
1232
1233static void gen_blob_for( const act* action)
1234{
1235 gen_blob_open(action);
1236 gen_get_segment(action);
1237 printa(names[COLUMN], false, "PERFORM UNTIL");
1238
1239 printa(names[COLUMN], false, "%s%s(2) NOT = 0 AND %s(2) NOT = 335544366",
1240 INDENT, names[isc_status_pos], names[isc_status_pos]);
1241}
1242
1243
1244//____________________________________________________________

Callers 1

RMC_actionFunction · 0.70

Calls 3

gen_blob_openFunction · 0.70
gen_get_segmentFunction · 0.70
printaFunction · 0.70

Tested by

no test coverage detected