Documentation of 'org.apache.derby.iapi.services.i18n.LocaleFinder' Java class
LocaleFinder
org.apache.derby.iapi.services.i18n

Interface LocaleFinder

  • All Known Subinterfaces:
    Database
    All Known Implementing Classes:
    BasicDatabase, SlaveDatabase


    public interface LocaleFinder
    A LocaleFinder gets a Locale and things associated with Locales.
    • Method Detail

      • getDateFormat

        java.text.DateFormat getDateFormat()
                                    throws StandardException
        Get a formatter for formatting dates. The implementation may cache this value, since it never changes for a given Locale.
        Throws:
        StandardException - Thrown on error
      • getTimeFormat

        java.text.DateFormat getTimeFormat()
                                    throws StandardException
        Get a formatter for formatting times. The implementation may cache this value, since it never changes for a given Locale.
        Throws:
        StandardException - Thrown on error
      • getTimestampFormat

        java.text.DateFormat getTimestampFormat()
                                         throws StandardException
        Get a formatter for formatting timestamps. The implementation may cache this value, since it never changes for a given Locale.
        Throws:
        StandardException - Thrown on error

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.