TableUpdate::setAdd field to be updated Description
public mysql_xdevapi\TableUpdate mysql_xdevapi\TableUpdate::set(string
$table_field, string $expression_or_literal)Updates the column value on records in a table. Parameters
Return ValuesTableUpdate object. ExamplesExample #1 mysql_xdevapi\TableUpdate::set example |