* Returns the list of all parameters for this query.
()
| 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. |
no test coverage detected