|
|
Primitive data type representing one Unicode character, or two bytes.
a Java character, which is basically UCS-2.
The Java primitive representing a two byte Unicode character.
A Java keyword used to declare a variable of type character.
A primitive Java data type; a variable of type char holds a single 16-bit Unicode character.
defines a variable of type character. Back
Data type used to store fixed-length character data char value can contain up to 2000 bytes of data. If you insert a value shorter than the specified length, Oracle will blank-pad the value. If you insert a value that is too long, Oracle will return an error. Also see VARCHAR2.
|