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

Function par_statement

src/gpre/sql.cpp:6111–6118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6109//
6110
6111static dyn* par_statement()
6112{
6113 dyn* statement = (dyn*) MSC_alloc(DYN_LEN);
6114 statement->dyn_statement_name = PAR_symbol(SYM_dummy);
6115 statement->dyn_database = gpreGlob.isc_databases;
6116
6117 return statement;
6118}
6119
6120
6121//____________________________________________________________

Callers 4

act_declareFunction · 0.85
act_describeFunction · 0.85
act_executeFunction · 0.85
act_prepareFunction · 0.85

Calls 2

MSC_allocFunction · 0.85
PAR_symbolFunction · 0.85

Tested by

no test coverage detected