| Package | Description | 
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | 
| Modifier and Type | Method and Description | 
|---|---|
DateTimeType | 
Database.getDateTimeType()
Gets the currently configured DateTimeType. 
 | 
static DateTimeType | 
DateTimeType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DateTimeType[] | 
DateTimeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Database.setDateTimeType(DateTimeType dateTimeType)
Sets the DateTimeType. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DateTimeType | 
DatabaseImpl.getDateTimeType()  | 
static DateTimeType | 
DatabaseImpl.getDefaultDateTimeType()
Returns the default DateTimeType. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DatabaseImpl.setDateTimeType(DateTimeType dateTimeType)  | 
Copyright © 2005–2025 OpenHMS. All rights reserved.