About
Tabular type is a resource attribute that permits to define the tabular type
Type
The tabular type has 2 possible values:
- command: information about the result of a command execution (ie an exit status column is returned in the data)
- data: all other type
Example
| Resource | Tabular Type | Description |
|---|---|---|
| SQL select | data | A result set is returned |
| SQL DDL | command | An exit status is returned |
| SQL Insert | command | An exit status is returned if there is no returning clause |
| CSV | data | Lines of data is returned |
| Runtime Executable | command | An exit status is returned but it may be changed to data |
Usage
It's used in the execute operation to define the default execution mode