Kotlin SQLite
Toggle table of contents
0.0.3
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlin SQLite
Ksqlite C API
/
ksqlite.capi.types
/
SqliteTraceEvent
/
Profile
Profile
class
Profile
(
val
stmt
:
sqlite3_stmt
,
val
nanos
:
Long
)
:
SqliteTraceEvent
(
source
)
SqliteTraceEventCode.PROFILE
related event.
Members
Constructors
Profile
Link copied to clipboard
constructor
(
stmt
:
sqlite3_stmt
,
nanos
:
Long
)
Properties
nanos
Link copied to clipboard
val
nanos
:
Long
stmt
Link copied to clipboard
val
stmt
:
sqlite3_stmt