AckdbSqlData

Properties

columnsarray ofrequired

Echoed from the spec.

object
rowsarray ofrequired
object

Example

AckdbSqlData example
{
  "columns": [
    {}
  ],
  "rows": [
    {}
  ]
}