| 1 | // This prevents pollution of the global namespace |
| 2 | var SQL = (function () { |
| 3 | // The Module object: Our interface to the outside world. We import |
| 4 | // and export values on it. There are various ways Module can be used: |
nothing calls this directly
no test coverage detected