drupflare/worker - v1.0.0
Preparing search index...
ops/cron
CronSql
Interface CronSql
ctx.storage.sql
, or anything with the same exec()/cursor shape.
interface
CronSql
{
exec
(
text
:
string
,
...
params
:
unknown
[]
)
:
CronCursor
;
}
Index
Methods
exec
Methods
exec
exec
(
text
:
string
,
...
params
:
unknown
[]
)
:
CronCursor
Parameters
text
:
string
...
params
:
unknown
[]
Returns
CronCursor
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
exec
drupflare/worker - v1.0.0
Loading...
ctx.storage.sql, or anything with the same exec()/cursor shape.