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

Method getParams

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

* Returns the list of all parameters for this query.

()

Source from the content-addressed store, hash-verified

2330 * Returns the list of all parameters for this query.
2331 */
2332 getParams(): readonly unknown[] {
2333 return this.toQuery().params;
2334 }
2335
2336 /**
2337 * Returns raw interpolated query string with all the parameters inlined.

Calls 1

toQueryMethod · 0.95

Tested by

no test coverage detected