Description. This method is used to get the part size of a blob column — that is, the number of bytes that are stored in each tuple of the blob table.
This method is applicable to blob columns only.
Signature.
int getPartSize
(
void
) const
Parameters. None.
Return Value.
The column's part size, as an integer. In the case of a
Tinyblob column, this value is
0 (that is, only inline bytes are stored).
