api documentation for json-sql (v0.3.10)

node.js json to sql queries mapper

table of contents

  1. module json-sql
    1. function json-sql (options)
    2. function json-sql.Builder (options)
    3. object json-sql.Builder.prototype
  2. module json-sql.Builder
    1. function json-sql.Builder (options)
  3. module json-sql.Builder.prototype
    1. function json-sql.Builder.prototype._getPlaceholder ()
    2. function json-sql.Builder.prototype._pushValue (value)
    3. function json-sql.Builder.prototype._reset ()
    4. function json-sql.Builder.prototype._wrapPlaceholder (name)
    5. function json-sql.Builder.prototype.build (params)
    6. function json-sql.Builder.prototype.configure (options)
    7. function json-sql.Builder.prototype.setDialect (name)

module json-sql

function json-sql (options)

function json-sql.Builder (options)

module json-sql.Builder

function json-sql.Builder (options)

module json-sql.Builder.prototype

function json-sql.Builder.prototype._getPlaceholder ()

function json-sql.Builder.prototype._pushValue (value)

function json-sql.Builder.prototype._reset ()

function json-sql.Builder.prototype._wrapPlaceholder (name)

function json-sql.Builder.prototype.build (params)

function json-sql.Builder.prototype.configure (options)

function json-sql.Builder.prototype.setDialect (name)

[ this document was created with utility2 ]