Oracle® Globalization Development Kit Java API Reference
10g Release 1(10.1)

B10971-01

Package oracle.i18n.text

Provides general text data globalization support, such as collation, date/time format, and number/currency format associated with specific Oracle locale

See:
          Description

Class Summary
OraCollationKey OraCollationKey class represents a String under control of a specific OraCollator object.
OraCollator OraCollator class performs locale-sensitive String comparisons, including linguistic collation and binary sorting.
OraDateFormat OraDateFormat is an abstract class to do locale sensitive formatting and parsing between datetime and string locale dependently.
OraDateFormatSymbols OraDateFormatSymbols is a class to maintain Oracle translations for date time related strings such as month names and day-of-the-week names.
OraDecimalFormat OraDecimalFormat is an concrete class to do locale sensitive formatting and parsing between number and string.
OraDecimalFormatSymbols OraDecimalFormatSymbols is a class to maintain Oracle decimal format symbols such as decimal separator and currency symbols.
OraNormalizer OraNormalizer is a class used for normalizing strings following the Unicode Standard.
OraNumberFormat OraNumberFormat is an abstract class to do locale sensitive formatting and parsing between number and string.
OraSimpleDateFormat OraSimpleDateFormat is an concrete class to do locale sensitive formatting and parsing between datetime and string.

 

Package oracle.i18n.text Description

Provides general text data globalization support, such as collation, date/time format, and number/currency format associated with specific Oracle locale.


Oracle® Globalization Development Kit Java API Reference
10g Release 1(10.1)

B10971-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.