.checkData() |
Checks those data manipulations against the database that are currently unchecked. Returns the 'this' object. Syntax
Options is a struct that can have the following items, all of which are optional. Quiet is a boolean that determines whether or not a message is displayed when an error occurs. The default is false, meaning that a message is displayed by default. Before-function is a function called before the operation is executed. Success-function is a function called after the operation has successfully completed. Error-function is a function called if an error occurs.
Example $.udb.checkData({quiet:true}); |