public class ProfiledConnectionEntry extends Object
Modifier and Type | Field and Description |
---|---|
int |
count
Number of times the query has been executed.
|
String |
sql
The SQL query.
|
int |
totalTime
The total time spent executing the query (in milliseconds).
|
Constructor and Description |
---|
ProfiledConnectionEntry(String sql) |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.