SqlJsonExtract constructor

SqlJsonExtract(
  1. String path, {
  2. String column = columnValue,
})

Implementation

SqlJsonExtract(String path, {String column = columnValue})
  : super(SqlF("json_extract", [SqlI(column), SqlL(path)]).str);