dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
ProgressHandlerDelegate
d2sqlite3
database
Delegate types
alias
UpdateHookDelegate
=
void
delegate
(
int
type
,
string
dbName
,
string
tableName
,
long
rowid
)
nothrow
alias
CommitHookDelegate
=
int
delegate
()
nothrow
alias
RoolbackHookDelegate
=
void
delegate
()
nothrow
alias
ProgressHandlerDelegate
=
int
delegate
()
nothrow
alias
ProgressHandlerDelegate
=
int
delegate
(
)
nothrow
alias
TraceCallbackDelegate
=
void
delegate
(
string
sql
)
nothrow
alias
ProfileCallbackDelegate
=
void
delegate
(
string
sql
,
ulong
time
)
nothrow
Meta
Source
See Implementation
d2sqlite3
database
aliases
Blob
CommitHookDelegate
ProfileCallbackDelegate
ProgressHandlerDelegate
RoolbackHookDelegate
TraceCallbackDelegate
UpdateHookDelegate
classes
SqliteException
UnlockNotifyHandler
enums
Deterministic
SqliteType
interfaces
IUnlockNotifyHandler
structs
Database
TableColumnMetadata
Delegate types