(oid, format)
| 586 | } |
| 587 | |
| 588 | getTypeParser(oid, format) { |
| 589 | return this._types.getTypeParser(oid, format) |
| 590 | } |
| 591 | |
| 592 | // escapeIdentifier and escapeLiteral moved to utility functions & exported |
| 593 | // on PG |
no outgoing calls
no test coverage detected