charLengthSemantics property
Specifies whether the length of a character column is in bytes or in
characters. To indicate that the character column length is in characters,
set this attribute to CHAR
. Otherwise, the character column
length is in bytes.
Example: charLengthSemantics=CHAR;
Implementation
final CharLengthSemantics? charLengthSemantics;