Package | Description |
---|---|
com.healthmarketscience.jackcess.complex | |
com.healthmarketscience.jackcess.impl.complex |
Modifier and Type | Method and Description |
---|---|
ComplexValue.Id |
ComplexColumnInfo.addRawValue(Map<String,?> rawValue) |
ComplexValue.Id |
ComplexColumnInfo.addValue(V value) |
ComplexValue.Id |
ComplexValue.getId()
Returns the unique identifier of this complex value (this value is unique
among all values in all rows of the main table).
|
ComplexValue.Id |
ComplexColumnInfo.updateRawValue(Row rawValue) |
ComplexValue.Id |
ComplexColumnInfo.updateValue(V value) |
Modifier and Type | Method and Description |
---|---|
void |
ComplexValue.setId(ComplexValue.Id newId)
Called once when a new ComplexValue is saved to set the new unique
identifier.
|
Modifier and Type | Field and Description |
---|---|
static ComplexValue.Id |
ComplexColumnInfoImpl.INVALID_ID |
Modifier and Type | Method and Description |
---|---|
ComplexValue.Id |
ComplexColumnInfoImpl.addRawValue(Map<String,?> rawValue) |
ComplexValue.Id |
ComplexColumnInfoImpl.addValue(V value) |
ComplexValue.Id |
ComplexColumnInfoImpl.updateRawValue(Row rawValue) |
ComplexValue.Id |
ComplexColumnInfoImpl.updateValue(V value) |
ComplexValue.Id |
VersionHistoryColumnInfoImpl.updateValue(Version value) |
Copyright © 2005–2024 OpenHMS. All rights reserved.