dataType property

int dataType
final

Indicates the how does the data is stored. Byte1('n') Identifies the data as NULL value. Or Byte1('u') Identifies unchanged TOASTed value (the actual value is not sent). Or Byte1('t') Identifies the data as text formatted value. Or Byte1('b') Identifies the data as binary value.

Implementation

final int dataType;