simple-jdbc-stats
Toggle table of contents
2.3.1
jvm
Platform filter
jvm
Switch theme
Search in API
simple-jdbc-stats
simple-jdbc-stats
/
nl.astraeus.jdbc
/
Statistics
Statistics
object
Statistics
Members
Properties
package
Name
Link copied to clipboard
var
packageName
:
String
paused
Link copied to clipboard
var
paused
:
Boolean
query
Count
Link copied to clipboard
val
queryCount
:
MutableMap
<
Int
,
AtomicInteger
>
query
Delay
In
Nano
Link copied to clipboard
var
queryDelayInNano
:
AtomicLong
stacks
Link copied to clipboard
val
stacks
:
MutableMap
<
Int
,
Array
<
StackTraceElement
>
>
stacks
Sql
Link copied to clipboard
val
stacksSql
:
MutableMap
<
Int
,
String
>
transactions
Link copied to clipboard
val
transactions
:
MaxSizeArray
<
ArrayList
<
StatementData
>
>
Functions
clear
Link copied to clipboard
fun
clear
(
)
duration
Link copied to clipboard
fun
duration
(
)
:
String
find
Query
By
Hash
Link copied to clipboard
fun
findQueryByHash
(
hash
:
Int
)
:
Pair
<
String
,
Stats
>
get
Last
Queries
Link copied to clipboard
fun
getLastQueries
(
count
:
Int
=
queries.count
)
:
Array
<
StatementData
>
get
Queries
Link copied to clipboard
fun
getQueries
(
count
:
Int
=
queries.count
)
:
Array
<
StatementData
>
get
Query
Link copied to clipboard
fun
getQuery
(
hash
:
Int
)
:
<Error class: unknown class>
log
Prepared
Statement
Link copied to clipboard
fun
logPreparedStatement
(
statement
:
StatementData
)
log
Transaction
Link copied to clipboard
fun
logTransaction
(
transaction
:
ArrayList
<
StatementData
>
)
query
Count
Link copied to clipboard
fun
queryCount
(
)
:
Int