Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ endif
Function
endif
src/gpre/languages/ada.cpp:145–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
static const char* const DOUBLE_DCL =
"firebird.isc_double"
;
144
145
static inline void endif(const int column)
146
{
147
printa(column,
"end if;"
);
148
}
149
150
static inline void begin(const int column)
151
{
Callers
15
ADA_action
Function · 0.70
asgn_from
Function · 0.70
gen_blob_close
Function · 0.70
gen_blob_open
Function · 0.70
gen_compile
Function · 0.70
gen_create_database
Function · 0.70
gen_ddl
Function · 0.70
gen_dyn_execute
Function · 0.70
gen_dyn_fetch
Function · 0.70
gen_dyn_immediate
Function · 0.70
gen_dyn_open
Function · 0.70
gen_dyn_prepare
Function · 0.70
Calls
1
printa
Function · 0.70
Tested by
no test coverage detected