[ Version ( since = "3.24" ) ]
public virtual bool save (StoreDBMessageRecord record, StringBuilder bdata_str)
Save the this content to the message info record record.
It can populate all but the record->bdata value, which is set fro mthe bdata_str. Use helper functions
util_bdata_put_number and
util_bdata_put_string to put data into the bdata_str.
| this | |
| record |
a StoreDBMessageRecord to populate |
| bdata_str |
a StringBuilder with a string to save as backend specific data ( bdata) |
|
Whether the save succeeded. |