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

Function par_options

src/gpre/sql.cpp:6049–6057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6047//
6048
6049static void par_options(const TEXT** transaction)
6050{
6051 *transaction = NULL;
6052
6053 if (!MSC_match(KW_TRANSACTION))
6054 return;
6055
6056 *transaction = PAR_native_value(false, true);
6057}
6058
6059
6060//____________________________________________________________

Callers 10

act_deleteFunction · 0.70
act_executeFunction · 0.70
act_insertFunction · 0.70
act_opencloseFunction · 0.70
act_prepareFunction · 0.70
act_procedureFunction · 0.70
act_selectFunction · 0.70
act_transactionFunction · 0.70
act_updateFunction · 0.70
act_upsertFunction · 0.70

Calls 2

MSC_matchFunction · 0.85
PAR_native_valueFunction · 0.85

Tested by

no test coverage detected