Wasm-sqlite-open-helper
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wasm-sqlite-open-helper
sqlite-common
/
at.released.wasm.sqlite.open.helper.sqlite.common.api
/
SqliteTrace
/
TraceProfile
Trace
Profile
class
TraceProfile
(
val
db
:
WasmPtr
<
SqliteDb
>
,
val
statement
:
WasmPtr
<
SqliteStatement
>
,
val
time
:
Duration
)
:
SqliteTrace
(
source
)
Members
Constructors
Trace
Profile
Link copied to clipboard
constructor
(
db
:
WasmPtr
<
SqliteDb
>
,
statement
:
WasmPtr
<
SqliteStatement
>
,
time
:
Duration
)
Properties
db
Link copied to clipboard
val
db
:
WasmPtr
<
SqliteDb
>
statement
Link copied to clipboard
val
statement
:
WasmPtr
<
SqliteStatement
>
time
Link copied to clipboard
val
time
:
Duration