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

Function end_of_command

src/gpre/sql.cpp:141–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139static swe* global_whenever_list;
140
141static inline bool end_of_command()
142{
143 return
144 (gpreGlob.sw_language != lang_cobol && gpreGlob.token_global.tok_keyword == KW_SEMI_COLON) ||
145 (gpreGlob.sw_language == lang_cobol && gpreGlob.token_global.tok_keyword == KW_END_EXEC);
146}
147
148static inline bool range_short_integer(const SLONG x)
149{

Callers 2

act_alter_domainFunction · 0.85
act_alter_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected