Package | Description |
---|---|
com.healthmarketscience.jackcess.complex | |
com.healthmarketscience.jackcess.impl.complex |
Modifier and Type | Method and Description |
---|---|
abstract Version |
ComplexValueForeignKey.addVersion(String value) |
abstract Version |
ComplexValueForeignKey.addVersion(String value,
Date modifiedDate)
Deprecated.
see
DateTimeType for details |
abstract Version |
ComplexValueForeignKey.addVersion(String value,
LocalDateTime modifiedDate) |
Modifier and Type | Method and Description |
---|---|
abstract List<Version> |
ComplexValueForeignKey.getVersions() |
Modifier and Type | Method and Description |
---|---|
Version |
ComplexValueForeignKeyImpl.addVersion(String value) |
Version |
ComplexValueForeignKeyImpl.addVersion(String value,
Date modifiedDate) |
Version |
ComplexValueForeignKeyImpl.addVersion(String value,
LocalDateTime modifiedDate) |
static Version |
VersionHistoryColumnInfoImpl.newVersion(ComplexValueForeignKey complexValueFk,
String value,
Object modifiedDate) |
static Version |
VersionHistoryColumnInfoImpl.newVersion(String value,
Object modifiedDate) |
Modifier and Type | Method and Description |
---|---|
List<Version> |
ComplexValueForeignKeyImpl.getVersions() |
Modifier and Type | Method and Description |
---|---|
void |
VersionHistoryColumnInfoImpl.deleteValue(Version value) |
ComplexValue.Id |
VersionHistoryColumnInfoImpl.updateValue(Version value) |
Copyright © 2005–2024 OpenHMS. All rights reserved.