{
"results": [
{
"schema": [
{
"ordinal": <int>,
"catalogName": "<string>",
"schemaName": "<string>",
"tableName": "<string>",
"columnName": "<string>",
"columnLabel": "<string>",
"dataType": <int>,
"dataTypeName": "<string>",
"length": <int>,
"precision": <int>,
"scale": <int>,
"nullable": <bool>
},
...
],
"rows": [
[<any>, <any>, ...],
...
],
"affectedRows": <int>,
},
...
],
"parameters": {
"@p1": { "dataType": <int>, "direction": <int>, "value": <any> }
...
},
"error": {
"code": "<string>",
"message": "<string>"
}
}