Uses of Interface
com.healthmarketscience.jackcess.complex.ComplexValue
-
Packages that use ComplexValue Package Description 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 Modifier and Type Method Description 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 Modifier and Type Interface Description interfaceComplexColumnInfo<V extends ComplexValue>Base class for the additional information tracked for complex columns.Subinterfaces of ComplexValue in com.healthmarketscience.jackcess.complex Modifier and Type Interface Description interfaceAttachmentComplex value corresponding to an attachment.interfaceSingleValueComplex value corresponding to an single value in a multi-value column.interfaceUnsupportedValueComplex value corresponding to an unsupported complex column type.interfaceVersionComplex value corresponding to a version of a memo column.Methods in com.healthmarketscience.jackcess.complex that return types with arguments of type ComplexValue Modifier and Type Method Description 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 Modifier and Type Method 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() -
Uses of ComplexValue in com.healthmarketscience.jackcess.impl.complex
Classes in com.healthmarketscience.jackcess.impl.complex with type parameters of type ComplexValue Modifier and Type Class Description classComplexColumnInfoImpl<V extends ComplexValue>Base class for the additional information tracked for complex columns.Methods in com.healthmarketscience.jackcess.impl.complex that return types with arguments of type ComplexValue Modifier and Type Method Description List<? extends ComplexValue>ComplexValueForeignKeyImpl. getValues()
-