public interface SQLExecuteLogger
Modifier and Type | Method and Description |
---|---|
void |
cancel()
This method is called when execution is cancelled.
|
void |
finish(long executionTime)
This method is called when all statements have been executed.
|
void |
log(StatementExecutionInfo info)
A statement has completed executing, and this method can be used
to log information about the statement
|
void log(StatementExecutionInfo info)
info
- information about the statement that was executedvoid finish(long executionTime)
executionTime
- the time it took in milliseconds for all statements
to be executed.void cancel()