public interface ResultSummary
Modifier and Type | Method and Description |
---|---|
boolean |
hasPlan() |
boolean |
hasProfile() |
List<Notification> |
notifications()
A list of notifications that might arise when executing the statement.
|
Plan |
plan()
This describes how the database will execute your statement.
|
ProfiledPlan |
profile()
This describes how the database did execute your statement.
|
Statement |
statement() |
StatementType |
statementType() |
UpdateStatistics |
updateStatistics() |
Statement statement()
UpdateStatistics updateStatistics()
StatementType statementType()
boolean hasPlan()
boolean hasProfile()
Plan plan()
ProfiledPlan profile()
was profiled
, the statement plan will contain detailed
information about what each step of the plan did. That more in-depth version of the statement plan becomes
available here.List<Notification> notifications()
Copyright © 2015. All rights reserved.