Database
BasicDatabase
, SlaveDatabase
public interface LocaleFinder
Modifier and Type | Method | Description |
---|---|---|
java.util.Locale |
getCurrentLocale() |
|
java.text.DateFormat |
getDateFormat() |
Get a formatter for formatting dates.
|
java.text.DateFormat |
getTimeFormat() |
Get a formatter for formatting times.
|
java.text.DateFormat |
getTimestampFormat() |
Get a formatter for formatting timestamps.
|
java.util.Locale getCurrentLocale() throws StandardException
StandardException
- Thrown on errorjava.text.DateFormat getDateFormat() throws StandardException
StandardException
- Thrown on errorjava.text.DateFormat getTimeFormat() throws StandardException
StandardException
- Thrown on errorjava.text.DateFormat getTimestampFormat() throws StandardException
StandardException
- Thrown on errorApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.