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

Function gen_drop_database

src/gpre/obj_cxx.cpp:1614–1624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1612//
1613
1614static void gen_drop_database( const act* action, int column)
1615{
1616 ObjectNotImplemented();
1617 const gpre_dbb* db = (gpre_dbb*) action->act_object;
1618 align(column);
1619
1620 fprintf(gpreGlob.out_file, "isc_drop_database (%s, %" SIZEFORMAT", \"%s\", rdb$k_db_type_gds);",
1621 status_vector(action),
1622 strlen(db->dbb_filename), db->dbb_filename);
1623 set_sqlcode(action, column);
1624}
1625
1626
1627//____________________________________________________________

Callers 1

OBJ_CXX_actionFunction · 0.70

Calls 4

ObjectNotImplementedFunction · 0.85
alignFunction · 0.70
status_vectorFunction · 0.70
set_sqlcodeFunction · 0.70

Tested by

no test coverage detected