(bind)
| 1158 | } |
| 1159 | |
| 1160 | bindParam(bind) { |
| 1161 | return value => { |
| 1162 | bind.push(value); |
| 1163 | return `$${bind.length}`; |
| 1164 | }; |
| 1165 | } |
| 1166 | |
| 1167 | /* |
| 1168 | Returns a bind parameter representation of a value (e.g. a string, number or date) |
no outgoing calls
no test coverage detected