A character set is a set of symbols and encodings. Character data
types are represented as Unicode 2.0 sequences in
Derby. Collation defines how
character data is sorted.
How collation works in Derby
Derby supports a wide range of character sets and encodes all of the character sets by using the Unicode support provided by the java.lang.Character class in the Java Virtual Machine (JVM) in which the Derby database runs.
Locale-based collation
Derby supports the ability to define collation rules that are appropriate to a locale. This is referred to as locale-based collation.