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

Function gen_database

src/gpre/languages/ftn.cpp:1341–1355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1339//
1340
1341static void gen_database()
1342{
1343 if (global_first_flag)
1344 return;
1345
1346 global_first_flag = true;
1347
1348 sprintf(output_buffer, "\n%s **** GDS Preprocessor Definitions ****\n\n", COMMENT);
1349 FTN_print_buffer(output_buffer);
1350
1351 gen_database_decls(); //(action);
1352 gen_database_data(); //(action);
1353
1354 printa(COMMENT, "**** end of GPRE definitions ****\n");
1355}
1356
1357
1358//____________________________________________________________

Callers 1

FTN_actionFunction · 0.70

Calls 4

FTN_print_bufferFunction · 0.85
gen_database_declsFunction · 0.85
gen_database_dataFunction · 0.85
printaFunction · 0.70

Tested by

no test coverage detected