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