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

Method getBuilder

examples/interfaces/05.user_metadata.cpp:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 }
174
175 IMetadataBuilder* getBuilder(ThrowStatusWrapper* status)
176 {
177 ISC_STATUS err[] = {isc_arg_gds, isc_wish_list, isc_arg_end};
178 status->setErrors(err);
179 return NULL;
180 }
181
182 unsigned getMessageLength(ThrowStatusWrapper* /*status*/)
183 {

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls 1

setErrorsMethod · 0.45

Tested by

no test coverage detected