simple-jdbc-stats
Toggle table of contents
2.1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
simple-jdbc-stats
simple-jdbc-stats
/
nl.astraeus.jdbc
/
StatementData
Statement
Data
class
StatementData
(
sql
:
String
=
""
)
Members
Constructors
Statement
Data
Link copied to clipboard
constructor
(
sql
:
String
=
""
)
Properties
duration
Link copied to clipboard
var
duration
:
Long
exception
Link copied to clipboard
var
exception
:
SQLException
?
hash
Link copied to clipboard
var
hash
:
Int
parameters
Link copied to clipboard
var
parameters
:
TreeSet
<
Parameter
>
sql
Link copied to clipboard
var
sql
:
String
stacktrace
Link copied to clipboard
var
stacktrace
:
List
<
StackTraceElement
>
start
Link copied to clipboard
var
start
:
Long
Functions
first
Stack
Line
Link copied to clipboard
fun
firstStackLine
(
)
:
String