MCPcopy Create free account
hub / github.com/apache/cloudberry / ecpg_init_sqlca

Function ecpg_init_sqlca

src/interfaces/ecpg/ecpglib/misc.c:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95static FILE *debugstream = NULL;
96
97void
98ecpg_init_sqlca(struct sqlca_t *sqlca)
99{
100 memcpy((char *) sqlca, (char *) &sqlca_init, sizeof(struct sqlca_t));
101}
102
103bool
104ecpg_init(const struct connection *con, const char *connection_name, const int lineno)

Callers 9

ECPGconnectFunction · 0.85
ECPGdisconnectFunction · 0.85
ECPGget_desc_headerFunction · 0.85
ECPGget_descFunction · 0.85
ECPGdeallocate_descFunction · 0.85
ECPGallocate_descFunction · 0.85
ecpg_initFunction · 0.85
ECPGget_sqlcaFunction · 0.85
ECPGset_varFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected