|
Interface Summary |
| Attachment |
Complex value corresponding to an attachment. |
| 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. |
| ComplexValue |
Base interface for a value in a complex column (where there may be multiple
values for a single row in the main table). |
| MultiValueColumnInfo |
Complex column info for a column holding multiple simple values per row. |
| SingleValue |
Complex value corresponding to an single value in a multi-value column. |
| UnsupportedColumnInfo |
Complex column info for an unsupported complex type. |
| UnsupportedValue |
Complex value corresponding to an unsupported complex column type. |
| Version |
Complex value corresponding to a version of a memo column. |
| VersionHistoryColumnInfo |
Complex column info for a column which tracking the version history of an
"append only" memo column. |