Interface | Description |
---|---|
InputPosition |
An input position refers to a specific character in a statement.
|
Notification |
Representation for notifications found when executing a statement.
|
Plan |
This describes the plan that the database planner produced and used (or will use) to execute your statement.
|
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 statement.
|
ServerInfo |
Provides some basic information of the server where the result is obtained from.
|
SummaryCounters |
Contains counters for various operations that a statement triggered.
|
Enum | Description |
---|---|
StatementType |
The type of statement executed.
|
Copyright © 2017. All rights reserved.