-
threadID
long threadID
Thread ID from which SQL statement originated.
-
threadName
String threadName
Thread Name from which SQL statement originated.
-
poolName
String poolName
Pool Name in which the SQL statement is executed.
-
className
String className
Type of SQL query. Could be PreparedStatement, CallableStatement or
other object types.
-
methodName
String methodName
Method that executed the query.
-
timeStamp
long timeStamp
Time of execution of query.
-
params
Object[] params
Parameters of the method that executed the SQL query. Includes information
like SQL query, arguments and so on.