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) |
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) |
static Version |
VersionHistoryColumnInfoImpl.newVersion(ComplexValueForeignKey complexValueFk,
String value,
Date modifiedDate) |
static Version |
VersionHistoryColumnInfoImpl.newVersion(String value,
Date modifiedDate) |
Modifier and Type | Method and Description |
---|---|
List<Version> |
ComplexValueForeignKeyImpl.getVersions() |
protected List<Version> |
VersionHistoryColumnInfoImpl.toValues(ComplexValueForeignKey complexValueFk,
List<Row> rawValues) |
Modifier and Type | Method and Description |
---|---|
protected Object[] |
VersionHistoryColumnInfoImpl.asRow(Object[] row,
Version version) |
void |
VersionHistoryColumnInfoImpl.deleteValue(Version value) |
ComplexValue.Id |
VersionHistoryColumnInfoImpl.updateValue(Version value) |
Copyright © 2005–2018. All rights reserved.