@gibme/sql
Preparing search index...
sqlite_instance
SQLiteInstance
ExecutionCallBack
Type Alias ExecutionCallBack<Type>
type
ExecutionCallBack
<
Type
=
any
>
=
{
callback
:
(
error
:
Error
|
undefined
,
results
?:
Database
.
Query
.
Result
<
Type
>
[]
,
)
=>
void
;
}
Type Parameters
Type
=
any
Index
Properties
callback
Properties
callback
callback
:
(
error
:
Error
|
undefined
,
results
?:
Database
.
Query
.
Result
<
Type
>
[]
,
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
callback
@gibme/sql
Loading...