compilableQueryWatch()
function compilableQueryWatch<T>(
db,
query,
handler,
options?): void
Type Parameters
Type Parameter |
---|
T |
Parameters
Parameter | Type |
---|---|
db | AbstractPowerSyncDatabase |
query | CompilableQuery <T > |
handler | CompilableQueryWatchHandler <T > |
options ? | SQLWatchOptions |
Returns
void