Skip to main content
Module

x/typeorm/src/index.ts>QueryBuilder#callListeners

Forked from https://github.com/typeorm/typeorm
Latest
method QueryBuilder.prototype.callListeners
import { QueryBuilder } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Indicates if listeners and subscribers must be called before and after query execution. Enabled by default.

Parameters

enabled: boolean