Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ begin
Function
begin
src/gpre/obj_cxx.cpp:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
static const char* const DCL_QUAD =
"ISC_QUAD"
;
145
146
static inline void begin(const int column)
147
{
148
printa(column,
"{"
);
149
}
150
151
static inline void endp(const int column)
152
{
Callers
15
OBJ_CXX_action
Function · 0.70
gen_blob_close
Function · 0.70
gen_blob_open
Function · 0.70
gen_create_database
Function · 0.70
gen_cursor_close
Function · 0.70
gen_cursor_open
Function · 0.70
gen_erase
Function · 0.70
gen_event_init
Function · 0.70
gen_event_wait
Function · 0.70
gen_fetch
Function · 0.70
gen_for
Function · 0.70
gen_get_segment
Function · 0.70
Calls
1
printa
Function · 0.70
Tested by
no test coverage detected