Package oracle.i18n.util
Provides general utilities for globalization support.
The following is a list of terminology that defines special meanings used in this package:
getAvailableXXX
- the methods that return all elements available in the GDK. For example, available Oracle languages and available linguistic sorting orders.getCommonXXX
- the methods that return common elements independent of locale. For example, common locales and common time zones.getLocalXXX
- the methods that return common elements for the specified locale. For example, local languages for the specified territory and local time zones for the specified territory.
-
Class Summary Class Description DualInputStreamBuilder TheDualInputStreamBuilder
class generates twoInputStream
wrapper objects for oneInputStream
source.LocaleMapper TheLocaleMapper
class maps between Oracle locale elements and equivalent locale elements in other vendors and standards.OraDisplayLocaleInfo TheOraDisplayLocaleInfo
class is a utility class that provides predefined translations for locale related attributes.OraLocaleInfo TheOraLocaleInfo
is a utility class that provides locale related information regarding locale attributes like language, territory, character set, timezone, collators, etc...OraResourceBundle TheOraResourceBundle
class is the factory class that constructs ajava.util.ResourceBundle
instance.OraSQLUtil TheOraSQLUtil
class is an Oracle SQL utility class.