Uses of Class
com.microsoft.sqlserver.jdbc.PerformanceActivity
-
Packages that use PerformanceActivity Package Description com.microsoft.sqlserver.jdbc -
-
Uses of PerformanceActivity in com.microsoft.sqlserver.jdbc
Methods in com.microsoft.sqlserver.jdbc that return PerformanceActivity Modifier and Type Method Description static PerformanceActivityPerformanceActivity. valueOf(String name)Returns the enum constant of this type with the specified name.static PerformanceActivity[]PerformanceActivity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.sqlserver.jdbc with parameters of type PerformanceActivity Modifier and Type Method Description voidPerformanceLogCallback. publish(PerformanceActivity activity, int connectionId, int statementId, long durationMs, Exception exception)Publish performance log for statement-level activities.voidPerformanceLogCallback. publish(PerformanceActivity activity, int connectionId, long durationMs, Exception exception)Publish performance log for connection-level activities.
-