|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComplexValue | |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.complex | |
| com.healthmarketscience.jackcess.impl | |
| com.healthmarketscience.jackcess.impl.complex | |
| Uses of ComplexValue in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return types with arguments of type ComplexValue | |
|---|---|
ComplexColumnInfo<? extends ComplexValue> |
Column.getComplexInfo()
Returns extended functionality for "complex" columns. |
| Uses of ComplexValue in com.healthmarketscience.jackcess.complex |
|---|
| Classes in com.healthmarketscience.jackcess.complex with type parameters of type ComplexValue | |
|---|---|
interface |
ComplexColumnInfo<V extends ComplexValue>
Base class for the additional information tracked for complex columns. |
| Subinterfaces of ComplexValue in com.healthmarketscience.jackcess.complex | |
|---|---|
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. |
| Methods in com.healthmarketscience.jackcess.complex that return types with arguments of type ComplexValue | |
|---|---|
abstract List<? extends ComplexValue> |
ComplexValueForeignKey.getValues()
|
| Uses of ComplexValue in com.healthmarketscience.jackcess.impl |
|---|
| Methods in com.healthmarketscience.jackcess.impl that return types with arguments of type ComplexValue | |
|---|---|
static ComplexColumnInfo<? extends ComplexValue> |
ComplexColumnSupport.create(ColumnImpl column,
ByteBuffer buffer,
int offset)
Creates a ComplexColumnInfo for a complex column. |
ComplexColumnInfo<? extends ComplexValue> |
ColumnImpl.getComplexInfo()
|
| Uses of ComplexValue in com.healthmarketscience.jackcess.impl.complex |
|---|
| Classes in com.healthmarketscience.jackcess.impl.complex with type parameters of type ComplexValue | |
|---|---|
class |
ComplexColumnInfoImpl<V extends ComplexValue>
Base class for the additional information tracked for complex columns. |
| Classes in com.healthmarketscience.jackcess.impl.complex that implement ComplexValue | |
|---|---|
protected static class |
ComplexColumnInfoImpl.ComplexValueImpl
|
| Methods in com.healthmarketscience.jackcess.impl.complex that return types with arguments of type ComplexValue | |
|---|---|
protected ComplexColumnInfo<? extends ComplexValue> |
ComplexValueForeignKeyImpl.getComplexInfo()
|
List<? extends ComplexValue> |
ComplexValueForeignKeyImpl.getValues()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||