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 TheDualInputStreamBuilderclass generates twoInputStreamwrapper objects for oneInputStreamsource.LocaleMapper TheLocaleMapperclass maps between Oracle locale elements and equivalent locale elements in other vendors and standards.OraDisplayLocaleInfo TheOraDisplayLocaleInfoclass is a utility class that provides predefined translations for locale related attributes.OraLocaleInfo TheOraLocaleInfois a utility class that provides locale related information regarding locale attributes like language, territory, character set, timezone, collators, etc...OraResourceBundle TheOraResourceBundleclass is the factory class that constructs ajava.util.ResourceBundleinstance.OraSQLUtil TheOraSQLUtilclass is an Oracle SQL utility class.