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

Method andHaving

packages/sql/src/query/QueryBuilder.ts:1902–1907  ·  view source on GitHub ↗
(
    cond?: QBFilterQuery<Entity, RootAlias, Context, RawAliases> | string,
    params?: any[],
  )

Source from the content-addressed store, hash-verified

1900 }
1901
1902 andHaving(
1903 cond?: QBFilterQuery<Entity, RootAlias, Context, RawAliases> | string,
1904 params?: any[],
1905 ): SelectQueryBuilder<Entity, RootAlias, Hint, Context, RawAliases, Fields, CTEs> {
1906 return this.having(cond, params, '$and');
1907 }
1908
1909 orHaving(
1910 cond?: QBFilterQuery<Entity, RootAlias, Context, RawAliases> | string,

Callers 1

Calls 1

havingMethod · 0.95

Tested by

no test coverage detected