public interface SqlDataBaseListener
| Modifier and Type | Method and Description |
|---|---|
void |
onPreparedStatementFinish(SqlStatementStats statementStats)
Enregistre la fin d'une exécution de PreparedStatement avec le temps d'exécution en ms et son statut (OK/KO).
|
void |
onPreparedStatementStart(SqlPreparedStatement preparedStatement)
Enregistre le début d'exécution d'un PreparedStatement.
|
void onPreparedStatementStart(SqlPreparedStatement preparedStatement)
preparedStatement - Statementvoid onPreparedStatementFinish(SqlStatementStats statementStats)
statementStats - Informations sur l'éxécutionCopyright © 2014. All Rights Reserved.