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

Function par_relation

src/gpre/sql.cpp:6095–6102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6093//
6094
6095static gpre_rel* par_relation( gpre_req* request)
6096{
6097 SCHAR r_name[NAME_SIZE], db_name[NAME_SIZE], owner_name[NAME_SIZE];
6098
6099 SQL_relation_name(r_name, db_name, owner_name);
6100
6101 return make_relation(request, r_name);
6102}
6103
6104
6105//____________________________________________________________

Callers 5

act_alter_tableFunction · 0.85
act_create_indexFunction · 0.85
act_create_tableFunction · 0.85
act_create_viewFunction · 0.85
act_dropFunction · 0.85

Calls 2

SQL_relation_nameFunction · 0.85
make_relationFunction · 0.85

Tested by

no test coverage detected