Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.complex | |
com.healthmarketscience.jackcess.impl | |
com.healthmarketscience.jackcess.impl.complex |
Modifier and Type | Method and Description |
---|---|
ComplexColumnInfo<? extends ComplexValue> |
Column.getComplexInfo()
Returns extended functionality for "complex" columns.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ComplexColumnInfo<V extends ComplexValue>
Base class for the additional information tracked for complex columns.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Attachment
Complex value corresponding to an attachment.
|
interface |
SingleValue
Complex value corresponding to an single value in a multi-value column.
|
interface |
UnsupportedValue
Complex value corresponding to an unsupported complex column type.
|
interface |
Version
Complex value corresponding to a version of a memo column.
|
Modifier and Type | Method and Description |
---|---|
abstract List<? extends ComplexValue> |
ComplexValueForeignKey.getValues() |
Modifier and Type | Method and Description |
---|---|
static ComplexColumnInfo<? extends ComplexValue> |
ComplexColumnSupport.create(ColumnImpl column,
ByteBuffer buffer,
int offset)
Creates a ComplexColumnInfo for a complex column.
|
ComplexColumnInfo<? extends ComplexValue> |
ColumnImpl.getComplexInfo() |
Modifier and Type | Class and Description |
---|---|
class |
ComplexColumnInfoImpl<V extends ComplexValue>
Base class for the additional information tracked for complex columns.
|
Modifier and Type | Method and Description |
---|---|
List<? extends ComplexValue> |
ComplexValueForeignKeyImpl.getValues() |
Copyright © 2005–2024 OpenHMS. All rights reserved.