| 1333 | // |
| 1334 | |
| 1335 | static 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 | //____________________________________________________________ |
no test coverage detected