I.3.5 “BLOBs”
Group objects can be saved in SQL database as “BLOB” objects.
Two methods are defined in Group class to convert object to and from Blobs:
-
“toBlob” has no argument and returns the BLOB in a String object.
-
“fromBlob” has one String argument corresponding to the BLOB, and initializes the
Group according to Blob content.