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
/
Statistics
Statistics
object
Statistics
Members
Properties
query
Count
Link copied to clipboard
val
queryCount
:
MutableMap
<
Int
,
AtomicInteger
>
transactions
Link copied to clipboard
val
transactions
:
MaxSizeArray
<
ArrayList
<
PreparedStatementData
>
>
Functions
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
<
PreparedStatementData
>
get
Queries
Link copied to clipboard
fun
getQueries
(
count
:
Int
=
queries.count
)
:
Array
<
PreparedStatementData
>
log
Prepared
Statement
Link copied to clipboard
fun
logPreparedStatement
(
statement
:
PreparedStatementData
)
log
Transaction
Link copied to clipboard
fun
logTransaction
(
transaction
:
ArrayList
<
PreparedStatementData
>
)