MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / API_ROUTINE gds__interprete

Function API_ROUTINE gds__interprete

src/yvalve/gds.cpp:797–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795Both gds__interprete and isc_interprete are deprecated. */
796
797SLONG API_ROUTINE gds__interprete(char* s, ISC_STATUS** vector)
798{
799/**************************************
800 *
801 * g d s _ $ i n t e r p r e t e
802 *
803 **************************************
804 *
805 * Functional description
806 * See safe_interpret for details. Now this is a wrapper for that function.
807 * CVC: Since this routine doesn't get the size of the input buffer,
808 * it's DEPRECATED and we'll assume the buffer size was 1024 as in Borland examples.
809 *
810 **************************************/
811 return safe_interpret(s, 1024, const_cast<const ISC_STATUS**>(vector), true);
812}
813
814
815/**

Callers

nothing calls this directly

Calls 1

safe_interpretFunction · 0.85

Tested by

no test coverage detected