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

Part No. B10971-02

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 The OraCollationKey class represents a String object under control of a specific OraCollator object.
OraCollator The OraCollator class performs locale-sensitive string comparisons, including linguistic collation and binary sorting.
OraDateFormat The OraDateFormat class is an abstract class to do locale-sensitive formatting and parsing between date/time and string.
OraDateFormatSymbols The OraDateFormatSymbols class is a class that maintains Oracle translations for date/time-related strings such as month names and day-of-the-week names.
OraDecimalFormat The OraDecimalFormat class is a concrete class to do locale-sensitive formatting and parsing between number and string.
OraDecimalFormatSymbols The OraDecimalFormatSymbols class is a class that maintains Oracle decimal format symbols such as decimal separator and currency symbols.
OraNormalizer The OraNormalizer class is a class used for normalizing strings following the Unicode Standard.
OraNumberFormat The OraNumberFormat class is an abstract class to do locale-sensitive formatting and parsing between number and string.
OraSimpleDateFormat The OraSimpleDateFormat class is a concrete class to do locale-sensitive formatting and parsing between date/time 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.0.0)

Part No. B10971-02

Copyright © 2003, 2004, Oracle. All rights reserved.