simple-jdbc-stats
Toggle table of contents
2.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
simple-jdbc-stats
simple-jdbc-stats
/
nl.astraeus.jdbc.pages
/
QueriesPage
/
QueryRow
Query
Row
data
class
QueryRow
(
val
query
:
String
,
val
count
:
Int
,
val
stats
:
Stats
)
Members
Constructors
Query
Row
Link copied to clipboard
constructor
(
query
:
String
,
count
:
Int
,
stats
:
Stats
)
Properties
count
Link copied to clipboard
val
count
:
Int
query
Link copied to clipboard
val
query
:
String
stats
Link copied to clipboard
val
stats
:
Stats