|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DateType | |
| 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 DateType in com.davisor.data |
| Subclasses of DateType in com.davisor.data | |
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. |
| Fields in com.davisor.data declared as DateType | |
static DateType |
DateType.DEFAULT
Default date type. |
| Constructors in com.davisor.data with parameters of type DateType | |
DateType(DateType dt)
Copy constructor. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||