(bind)
| 1035 | } |
| 1036 | |
| 1037 | bindParam(bind) { |
| 1038 | return value => { |
| 1039 | bind.push(value); |
| 1040 | return `$${bind.length}`; |
| 1041 | }; |
| 1042 | } |
| 1043 | |
| 1044 | /* |
| 1045 | Returns a bind parameter representation of a value (e.g. a string, number or date) |
no outgoing calls
no test coverage detected