MCPcopy Index your code
hub / github.com/sequelize/sequelize / bindParam

Method bindParam

src/dialects/postgres/data-types.js:343–345  ·  view source on GitHub ↗
(value, options)

Source from the content-addressed store, hash-verified

341 return `ST_GeomFromGeoJSON(${options.escape(JSON.stringify(value))})`;
342 }
343 bindParam(value, options) {
344 return `ST_GeomFromGeoJSON(${options.bindParam(value)})`;
345 }
346 }
347
348 BaseTypes.GEOGRAPHY.types.postgres = ['geography'];

Callers 8

_bindParamMethod · 0.45
_bindParamMethod · 0.45
_bindParamMethod · 0.45
data-types.jsFile · 0.45
_bindParamMethod · 0.45
updateQueryMethod · 0.45
_bindParamMethod · 0.45
updateQueryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected