|
Table::updateUpdate rows in table Description
public mysql_xdevapi\TableUpdate mysql_xdevapi\Table::update()
Updates columns in a table. ParametersThis function has no parameters. Return ValuesA TableUpdate object; use the execute() method to execute the update statement. ExamplesExample #1 mysql_xdevapi\Table::update example
|