@@ -1869,36 +1869,36 @@ Class Reference
18691869
18701870 .. php :method :: updateFields($set, [$addToDefault = false, [$ignore = null]])
18711871
1872+ .. versionadded :: 4.3.0
1873+
18721874 :param mixed $set: Row of columns or array of rows, a row is an array or object
18731875 :param bool $addToDefault: Adds an additional column than those in dataset
18741876 :param bool $ignore: An array of columns to ignore from those in $set
18751877 :returns: ``BaseBuilder `` instance (method chaining)
18761878 :rtype: ``BaseBuilder ``
18771879
1878- .. versionadded :: 4.3.0
1879-
18801880 Used with ``updateBatch() `` and ``upsertBatch() `` methods. This defines the fields which will be updated.
18811881
18821882 .. php :method :: onConstraint($set)
18831883
1884+ .. versionadded :: 4.3.0
1885+
18841886 :param mixed $set: A set of fields or field used has keys or constraints
18851887 :returns: ``BaseBuilder `` instance (method chaining)
18861888 :rtype: ``BaseBuilder ``
18871889
1888- .. versionadded :: 4.3.0
1889-
18901890 Used with ``updateBatch() `` and ``upsertBatch() `` methods. This takes a comma delimited string of columns, and array, associative array, or RawSql.
18911891
18921892 .. php :method :: setData($set, [$escape = null, [$alias = '']])
18931893
1894+ .. versionadded :: 4.3.0
1895+
18941896 :param mixed $set: Row of columns or array of rows, a row is an array or object
18951897 :param bool $escape: Whether to escape values
18961898 :param bool $alias: A table alias for dataset
18971899 :returns: ``BaseBuilder `` instance (method chaining)
18981900 :rtype: ``BaseBuilder ``
18991901
1900- .. versionadded :: 4.3.0
1901-
19021902 Used for ``*Batch() `` methods to set data for insert, update, upsert.
19031903
19041904 .. php :method :: setUpdateBatch($key[, $value = ''[, $escape = null]])
0 commit comments