Skip navigation links

Oracle® Database Globalization Development Kit Java API Reference
11g Release 1 (11.1)

Book Part Number B28299-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
CharacterValidationReader The CharacterValidationReader class is the validator class that checks the conversion failure, and optionally checks the HTML.
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.
OraUnicodeProperty This OraUnicodeProperty class is used to access Unicode character property.
UTF8ValidationFilter The UTF8ValidationFilter class is used to check the illegal UTF-8 byte sequence to replace with the replacement character U+FFFD or raise an exception.
UTF8ValidationFilter.ValidationBehavior The ValidationBehavior class is the class used to determine the behavior in case the conversion fails.

 

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.


Skip navigation links

Oracle® Database Globalization Development Kit Java API Reference
11g Release 1 (11.1)

Book Part Number B28299-01


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