Details
-
Sub-Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
6.2.0
-
None
-
MXS-SPRINT-138, MXS-SPRINT-139
Description
A history object contains the following keys:
- connName: Connection name
- status: Status of the query .e.g. Finished, Error, Pending
- startTime: Time when executing the query
- stopTime: Time when receive the query
- exeTime: Execution time
- sql: Query text
- complete: result set is complete or not. Possible values: true/false/null
- rowCount: Row count for result set. Possible values: Number/null