public interface SqlExecutedHandler
void
onDone(String datasoureName, String nativeSql, Long usedTime, Throwable error)
onTimeout(String datasoureName, String nativeSql, long thresholdMillSeconds)
void onTimeout(String datasoureName, String nativeSql, long thresholdMillSeconds)
datasoureName
nativeSql
thresholdMillSeconds
void onDone(String datasoureName, String nativeSql, Long usedTime, Throwable error)
usedTime
error
Copyright © 2023. All rights reserved.