update

fun update(sql: String, params: Array<out Any?> = emptyArray(), parameterSerializer: ParameterSerializer? = null): Long

Uses Extended Query Protocol (Parse, Bind, Execute, Sync). Intended for DML (INSERT, UPDATE, DELETE). Expects no rows returned. Returns the number of updated rows.