INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- creation procedure; allows to create simple SQL UPDATE
-- statement that consist only of the UPDATE, SET and WHERE
-- sections
-- string 's' is the table's name
-- set columns from 'c' to the values from 'v'
-- set columns from 'c' to the values from 'v'
-- string 's' is the contents of the WHERE section
-- this method assigns a new part of the WHERE section,
-- merging it with the previous one via AND
-- this method assigns a new part of the WHERE section,
-- merging it with the previous one via OR
-- redefined from SIMPLE_QUERY
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |