Uses of Interface
com.microsoft.sqlserver.jdbc.PerformanceLogCallback
-
Packages that use PerformanceLogCallback Package Description com.microsoft.sqlserver.jdbc -
-
Uses of PerformanceLogCallback in com.microsoft.sqlserver.jdbc
Methods in com.microsoft.sqlserver.jdbc with parameters of type PerformanceLogCallback Modifier and Type Method Description static voidSQLServerDriver. registerPerformanceLogCallback(PerformanceLogCallback cb)Registers a global performance log callback.
-