public interface SQLExecutionInfo
Modifier and Type | Method and Description |
---|---|
List<? extends Throwable> |
getExceptions()
Get all exceptions for all statements.
|
List<StatementExecutionInfo> |
getStatementInfos()
Get the list of information about the statements that were executed
|
boolean |
hasExceptions()
Determine if any statements had exceptions
|
boolean hasExceptions()
List<? extends Throwable> getExceptions()
List<StatementExecutionInfo> getStatementInfos()