* Creates an object representing nested where conditions for postgres/sqlite/mysql json data-type. * * @see * Model.findAll * * @param {string|object} conditionsOrPath A hash containing strings/numbers or other nested hash, a string using dot notation or a string using postgre
(conditionsOrPath, value)
| 1105 | * @returns {Sequelize.json} |
| 1106 | */ |
| 1107 | static json(conditionsOrPath, value) { |
| 1108 | return new Utils.Json(conditionsOrPath, value); |
| 1109 | } |
| 1110 | |
| 1111 | /** |
| 1112 | * A way of specifying attr = condition. |
no outgoing calls
no test coverage detected