Description. This function is used to obtain the size of a column.
The NDB API handles column names in case-sensitive fashion; “myColumn” and “Mycolumn” are not considered to refer to the same column. It is recommended that you minimize the possibility of errors from using the wrong lettercase for column names by naming all columns consistently using only uppercase or only lowercase.
Signature.
int getSize
(
void
) const
Parameters. None.
Return Value. The column's size in bytes (an integer value).
