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

Function gen_drop_database

src/gpre/languages/pas.cpp:1357–1366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1355//
1356
1357static void gen_drop_database( const act* action, int column)
1358{
1359 const gpre_dbb* db = (gpre_dbb*) action->act_object;
1360 align(column);
1361
1362 fprintf(gpreGlob.out_file, "GDS__DROP_DATABASE (%s, %" SIZEFORMAT ", '%s', RDB$K_DB_TYPE_GDS);",
1363 status_vector(action),
1364 strlen(db->dbb_filename), db->dbb_filename);
1365 set_sqlcode(action, column);
1366}
1367
1368
1369//____________________________________________________________

Callers 1

PAS_actionFunction · 0.70

Calls 3

alignFunction · 0.70
status_vectorFunction · 0.70
set_sqlcodeFunction · 0.70

Tested by

no test coverage detected