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

Function MET_get_column_default

src/gpre/boot/gpre_meta_boot.cpp:171–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 */
170
171bool MET_get_column_default(const gpre_rel*, //relation,
172 const TEXT*, // column_name,
173 TEXT*, // buffer,
174 USHORT) // buff_length)
175{
176 fb_assert(0);
177 return false;
178}
179
180
181/*____________________________________________________________

Callers 1

create_set_default_trgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected