* Returns the query with parameters as wildcards.
()
| 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. |
no test coverage detected