|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DateFormatType | |
| com.davisor.data | This package defines a powerful parametrized data integration framework for exchanging information between different Java data objects, strings and SQL databases. |
| Uses of DateFormatType in com.davisor.data |
| Subclasses of DateFormatType in com.davisor.data | |
class |
CalendarFieldType
CalendarFieldType defines a data type that formats and parses calendar field information. |
class |
CalendarType
CalendarType defines a data type that formats and parses calendar strings. |
class |
DateInputType
DateInputType defines a data type that parses date strings using given localization format, but always formats them as SQL dates. |
class |
DateOutputType
DateOutputType defines a data type that formats date strings using given localization format, but always parses them as SQL dates or timestamps. |
class |
DateType
DateType defines a data type that formats and parses date strings. |
class |
MomentType
Moment is like a timestamp but when it is added to or subtracted from any other time/date value, the result will be the given moment. |
class |
RelativeTimestampType
RelativeTimestampType defines a data type that supports timestamp values expressed relative to the given zero timestamp value. |
class |
TimeOutputType
TimeOutputType defines a data type that formats time strings using given localization format, but always parses them as SQL times or timestamp. |
class |
TimestampInputType
TimestampInputType defines a data type that parses timestamp strings using given localization format, but always formats them as SQL timestamps. |
class |
TimestampOutputType
TimestampOutputType defines a data type that formats timestamp strings using given localization format, but always parses them as SQL timestamps. |
class |
TimestampType
TimestampType is the base class for all data types that manipulate exact moments of time. |
class |
TimeType
TimeType defines a data type that formats and parses time strings. |
| Fields in com.davisor.data declared as DateFormatType | |
protected DateFormatType |
CalendarFieldData.M_type
The type of this data. |
protected DateFormatType |
TimestampData.M_type
The type of this data. |
| Methods in com.davisor.data with parameters of type DateFormatType | |
protected static long |
TimestampData.initTime(DateFormatType type,
long milliseconds)
Makes a millisecond timestamp value suitable for given type. |
| Constructors in com.davisor.data with parameters of type DateFormatType | |
CalendarData(DateFormatType type)
Creates a new calendar data object with the current time and given type. |
|
CalendarData(DateFormatType type,
CalendarField field)
Creates a calendar data value from a given type and calendar field value. |
|
CalendarData(DateFormatType type,
CalendarField field1,
CalendarField field2)
Creates a calendar data value from a given type and calendar field value. |
|
CalendarData(DateFormatType type,
java.lang.String stringValue,
java.text.ParsePosition status)
Creates a calendar data value from a string value. |
|
CalendarData(DateFormatType type,
java.util.Calendar calendar)
Creates a calendar data value from a given type and calendar value. |
|
CalendarData(DateFormatType type,
CalendarData calendarData)
Creates a calendar data value from a given type and calendar value. |
|
CalendarData(DateFormatType type,
CalendarFieldData cfd)
Creates a calendar data value from a given type and calendar value. |
|
CalendarData(DateFormatType type,
java.util.Date date)
Creates a calendar data value from a given type and date. |
|
CalendarData(DateFormatType type,
long milliseconds)
Creates a calendar data value from a given type and date. |
|
CalendarFieldData(DateFormatType type)
Creates a calendar field data value from a given type and default value (0 ms). |
|
CalendarFieldData(DateFormatType type,
java.lang.String stringValue,
java.text.ParsePosition status)
Creates a calendar field data value from a string value. |
|
CalendarFieldData(DateFormatType type,
int[] fieldValue)
Creates a calendar field data value from a given type and a calendar field value. |
|
CalendarFieldData(DateFormatType type,
CalendarFieldData data)
Creates a calendar field data value from a given type and a calendar field data value. |
|
CalendarFieldData(DateFormatType type,
CalendarField field)
Creates a calendar field data value from a given type and a calendar field value. |
|
DateData(DateFormatType type)
Create a new date data object with the current date and given type. |
|
DateData(DateFormatType type,
java.util.Date value)
Create a new date data object with the given type and value. |
|
DateData(DateFormatType type,
long milliseconds)
Create a new date data object with the given type and value. |
|
DateData(DateFormatType type,
java.lang.String stringValue,
java.text.ParsePosition status)
Creates a date data value from a string value. |
|
DateFormatType(DateFormatType dft)
Deep copy constructor. |
|
MomentData(DateFormatType type)
Create a new moment data object with the current time and given type. |
|
MomentData(DateFormatType type,
java.util.Date value)
Create a new moment data object with the given type and value. |
|
MomentData(DateFormatType type,
long milliseconds)
Create a new moment data object with the given type and value. |
|
MomentData(DateFormatType type,
java.lang.String stringValue,
java.text.ParsePosition status)
Creates a moment data value from a string value. |
|
TimeData(DateFormatType type)
Create a new time data object with the current time and the given type. |
|
TimeData(DateFormatType type,
java.util.Date value)
Create a new time data object with the current time and the given type and value |
|
TimeData(DateFormatType type,
long milliseconds)
Create a new time data object with the current time and the given type and value. |
|
TimeData(DateFormatType type,
java.lang.String stringValue,
java.text.ParsePosition status)
Creates a time data value from a string value. |
|
TimestampData(DateFormatType type)
Creates a new timestamp data object with the current timestamp and given type. |
|
TimestampData(DateFormatType type,
java.util.Date date)
Creates a new timestamp data object with the given type and date. |
|
TimestampData(DateFormatType type,
long milliseconds)
Creates a new timestamp data object with the given type and value. |
|
TimestampData(DateFormatType type,
java.lang.String stringValue,
java.text.ParsePosition status)
Creates a timestamp data value from a string value. |
|
TimestampType(DateFormatType dft)
Deep copy constructor. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||