insertValue

open fun insertValue(columnName: String, queryBuilder: QueryBuilder)

Appends to a queryBuilder the SQL syntax for a column that represents the same values from the INSERT clause of an upsert command, which should be used in the UPDATE clause.

Parameters

columnName

Name of the column for update.

queryBuilder

Query builder to append the SQL syntax to.