Ordered database column names for the response
Optional
contextMindsDB context for database where the query is executed.
Optional
error_Error message if the SQL query failed.
Data rows returned from the SQL query. Each row is a dictionary of column name to column value.
Type of the response. 'table' is for successful queries that return data. 'ok' is for successful queries that don't return anything. 'error' is for any queries that fail to execute.
Generated using TypeDoc
Structure of the SQL query result returned by the SDK.