update
Creates an update statement to update the given Record. Watch out: this will NOT execute the update!
Return
the update statement
Parameters
R
the type of the record
record
the record to update
Throws
if the record has no primary key
Creates an update statement to update the given Record. Watch out: this will NOT execute the update!
the update statement
the type of the record
the record to update
if the record has no primary key