MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / execute

Method execute

packages/sql/src/query/QueryBuilder.ts:4421–4421  ·  view source on GitHub ↗
(method?: 'all' | 'get' | 'run', mapResults?: boolean)

Source from the content-addressed store, hash-verified

4419 operator?: keyof typeof GroupOperator,
4420 ): this;
4421 execute<Result = QueryResult<Entity>>(method?: 'all' | 'get' | 'run', mapResults?: boolean): Promise<Result>;
4422}
4423
4424/**

Callers 15

executeMethod · 0.65
countByMethod · 0.65
beginFunction · 0.65
commitFunction · 0.65
rollbackFunction · 0.65
findFunction · 0.65
nativeInsertFunction · 0.65
nativeCloneSimpleFunction · 0.65
nativeCloneTPTFunction · 0.65
nativeUpdateFunction · 0.65
nativeUpdateManyFunction · 0.65
nativeDeleteFunction · 0.65

Implementers 1

QueryBuilderpackages/sql/src/query/QueryBuilder.ts

Calls

no outgoing calls

Tested by

no test coverage detected