Variable ColumnInfo.octetsMax
Capacity in bytes - same as chars if not a unicode table definition, -1L if not applicable.
Declaration
struct ColumnInfo
								
								{
								
  // ...
								
  long octetsMax;
								
  // ...
								
								}