Module: query-parser

query-parser

Methods

compileJoin(condition) → {String}

Return the output of the parsing of the join condition

Parameters:
Name Type Description
condition String

The join condition to evalate

Source:
Returns:
  • The parsed/escaped join condition
Type
String

parseJoin(sql) → {Object}

Tokenize the sql into parts for additional processing

Parameters:
Name Type Description
sql String
Source:
Returns:
Type
Object
DocStrap Copyright © 2012-2014 The contributors to the JSDoc3 and DocStrap projects.
Documentation generated by JSDoc 3.3.0-alpha9 on Mon Dec 1st 2014 using the DocStrap template.