| 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 java.util.List<? extends ComplexValue> |
ComplexValueForeignKey.getValues() |
| Modifier and Type | Field and Description |
|---|---|
private ComplexColumnInfo<? extends ComplexValue> |
ComplexColumnImpl._complexInfo
additional information specific to complex columns
|
| Modifier and Type | Method and Description |
|---|---|
static ComplexColumnInfo<? extends ComplexValue> |
ComplexColumnSupport.create(ColumnImpl column,
java.nio.ByteBuffer buffer,
int offset)
Creates a ComplexColumnInfo for a complex column.
|
ComplexColumnInfo<? extends ComplexValue> |
ColumnImpl.getComplexInfo() |
ComplexColumnInfo<? extends ComplexValue> |
ComplexColumnImpl.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 | Class and Description |
|---|---|
private static class |
AttachmentColumnInfoImpl.AttachmentImpl |
protected static class |
ComplexColumnInfoImpl.ComplexValueImpl |
private static class |
MultiValueColumnInfoImpl.SingleValueImpl |
private static class |
UnsupportedColumnInfoImpl.UnsupportedValueImpl |
private static class |
VersionHistoryColumnInfoImpl.VersionImpl |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<? extends ComplexValue> |
ComplexValueForeignKeyImpl._values |
| Modifier and Type | Method and Description |
|---|---|
protected ComplexColumnInfo<? extends ComplexValue> |
ComplexValueForeignKeyImpl.getComplexInfo() |
java.util.List<? extends ComplexValue> |
ComplexValueForeignKeyImpl.getValues() |