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

Method getQuery

packages/sql/src/query/QueryBuilder.ts:2301–2303  ·  view source on GitHub ↗

* Returns the query with parameters as wildcards.

()

Source from the content-addressed store, hash-verified

2299 * Returns the query with parameters as wildcards.
2300 */
2301 getQuery(): string {
2302 return this.toQuery().sql;
2303 }
2304
2305 /**
2306 * Returns raw fragment representation of this QueryBuilder.

Calls 1

toQueryMethod · 0.95

Tested by

no test coverage detected