Skip to content

Commit 1d9fd7a

Browse files
committed
SQL processors to be called prefixes
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
1 parent be1783c commit 1d9fd7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/extensions/db2i/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ The result set will appear below the statement. As your scroll through the resul
3939

4040
SQL statements are executed using the active job selected in the SQL Job Manager view.
4141

42-
### SQL processors
42+
### SQL prefixes
4343

44-
Newer version of SQL provided by Db2 for i allows you to run CL commands in a script. There are also `json`, `csv`, and `sql` processors, which will open the result set in the chosen format.
44+
Newer version of SQL provided by Db2 for i allows you to run CL commands in a script. There are also `json`, `csv`, `sql` and `rpg` prefixes, which will open the result set in the chosen format.
4545

4646
```sql
4747
-- result set as normal table

src/content/docs/workshop/db2i/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ You can use the 'Check SQL syntax' button on the SQL document to trigger the syn
416416

417417
### Intro
418418

419-
The Db2 for IBM i extension provides simple ways to export result sets to multiple formats. The SQL processor supports a 'statement prefix', which tells the SQL execution how to process the statement. ACS has support for the `cl` prefix, but VS Code adds to that by supporting `csv`, `json` and `sql`.
419+
The Db2 for IBM i extension provides simple ways to export result sets to multiple formats. The SQL prefix supports a 'statement prefix', which tells the SQL execution how to process the statement. ACS has support for the `cl` prefix, but VS Code adds to that by supporting `csv`, `json` and `sql`.
420420

421421
### Task
422422

0 commit comments

Comments
 (0)