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

Function gen_cursor_close

src/gpre/obj_cxx.cpp:1335–1350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1333//
1334
1335static int gen_cursor_close( const act* action, const gpre_req* request, int column)
1336{
1337 PAT args;
1338 ObjectNotImplemented();
1339 const TEXT* pattern1 = "if (%RIs && !isc_dsql_free_statement (%V1, &%RIs, %L1))";
1340
1341 args.pat_request = request;
1342 args.pat_vector1 = status_vector(action);
1343 args.pat_long1 = 1;
1344
1345 PATTERN_expand((USHORT) column, pattern1, &args);
1346 column += INDENT;
1347 begin(column);
1348
1349 return column;
1350}
1351
1352
1353//____________________________________________________________

Callers 2

gen_blob_closeFunction · 0.70
gen_s_endFunction · 0.70

Calls 4

ObjectNotImplementedFunction · 0.85
PATTERN_expandFunction · 0.85
status_vectorFunction · 0.70
beginFunction · 0.70

Tested by

no test coverage detected