class Null
  constructor: ->

  toSql: ->
    "NULL"

module.exports = Null
