Package com.healthmarketscience.jackcess.complex

Interface Summary
Attachment Complex value corresponding to an attachment.
ComplexValue Base class for a value in a complex column (where there may be multiple values for a single row in the main table).
SingleValue Complex value corresponding to an single value in a multi-value column.
UnsupportedValue Complex value corresponding to an unsupported complex column type.
Version Complex value corresponding to a version of a memo column.
 

Class Summary
AttachmentColumnInfo Complex column info for a column holding 0 or more attachments per row.
ComplexColumnInfo<V extends ComplexValue> Base class for the additional information tracked for complex columns.
ComplexValueForeignKey Value which is returned for a complex column.
MultiValueColumnInfo Complex column info for a column holding multiple values per row.
UnsupportedColumnInfo Complex column info for an unsupported complex type.
VersionHistoryColumnInfo Complex column info for a column which tracking the version history of an "append only" memo column.
 

Enum Summary
ComplexDataType Secondary type classification for the data in a complex column.
 



Copyright © 2005-2013 Health Market Science. All Rights Reserved.