| Interface | Description |
|---|---|
| DatabaseInfo |
Provides basic information about where a
ResultSummary is obtained from. |
| InputPosition |
An input position refers to a specific character in a query.
|
| Notification |
Representation for notifications found when executing a query.
|
| Plan |
This describes the plan that the database planner produced and used (or will use) to execute your query.
|
| ProfiledPlan |
This is the same as a regular
Plan - except this plan has been executed, meaning it also contains detailed information about how much work each
step of the plan incurred on the database. |
| ResultSummary |
The result summary of running a query.
|
| ServerInfo |
Provides some basic information of the server where the result is obtained from.
|
| SummaryCounters |
Contains counters for various operations that a query triggered.
|
| Enum | Description |
|---|---|
| QueryType |
The type of query executed.
|