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

Function gen_blob_for

src/gpre/languages/cob.cpp:1104–1112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1102//
1103
1104static void gen_blob_for( const act* action)
1105{
1106 gen_blob_open(action);
1107 gen_get_segment(action);
1108 printa(names[COLUMN], false, "PERFORM UNTIL");
1109
1110 printa(names[COLUMN], false, "%s%s(2) NOT = 0 AND %s(2) NOT = 335544366",
1111 INDENT, names[isc_status_pos], names[isc_status_pos]);
1112}
1113
1114
1115//____________________________________________________________

Callers 1

COB_actionFunction · 0.70

Calls 3

gen_blob_openFunction · 0.70
gen_get_segmentFunction · 0.70
printaFunction · 0.70

Tested by

no test coverage detected