Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-support-sqlite
/
org.ktorm.support.sqlite
/
jsonRemove
json
Remove
fun
ColumnDeclaring
<
*
>
.
jsonRemove
(
path
:
String
)
:
FunctionExpression
<
String
>
(
source
)
SQLite json_remove function, translated to
json_remove(column, path)
.