void |
ComplexColumnInfoImpl.deleteAllValues(ComplexValueForeignKey complexValueFk) |
List<V> |
ComplexColumnInfoImpl.getValues(ComplexValueForeignKey complexValueFk) |
static Attachment |
AttachmentColumnInfoImpl.newAttachment(ComplexValueForeignKey complexValueFk,
byte[] data) |
static Attachment |
AttachmentColumnInfoImpl.newAttachment(ComplexValueForeignKey complexValueFk,
String url,
String name,
String type,
byte[] data,
Date timeStamp,
Integer flags) |
static Attachment |
AttachmentColumnInfoImpl.newEncodedAttachment(ComplexValueForeignKey complexValueFk,
byte[] encodedData) |
static Attachment |
AttachmentColumnInfoImpl.newEncodedAttachment(ComplexValueForeignKey complexValueFk,
String url,
String name,
String type,
byte[] encodedData,
Date timeStamp,
Integer flags) |
static SingleValue |
MultiValueColumnInfoImpl.newSingleValue(ComplexValueForeignKey complexValueFk,
Object value) |
static UnsupportedValue |
UnsupportedColumnInfoImpl.newValue(ComplexValueForeignKey complexValueFk,
Map<String,?> values) |
static Version |
VersionHistoryColumnInfoImpl.newVersion(ComplexValueForeignKey complexValueFk,
String value,
Date modifiedDate) |
void |
ComplexColumnInfoImpl.ComplexValueImpl.setComplexValueForeignKey(ComplexValueForeignKey complexValueFk) |
protected com.healthmarketscience.jackcess.impl.complex.VersionHistoryColumnInfoImpl.VersionImpl |
VersionHistoryColumnInfoImpl.toValue(ComplexValueForeignKey complexValueFk,
Row rawValue) |
protected com.healthmarketscience.jackcess.impl.complex.AttachmentColumnInfoImpl.AttachmentImpl |
AttachmentColumnInfoImpl.toValue(ComplexValueForeignKey complexValueFk,
Row rawValue) |
protected abstract V |
ComplexColumnInfoImpl.toValue(ComplexValueForeignKey complexValueFk,
Row rawValues) |
protected com.healthmarketscience.jackcess.impl.complex.UnsupportedColumnInfoImpl.UnsupportedValueImpl |
UnsupportedColumnInfoImpl.toValue(ComplexValueForeignKey complexValueFk,
Row rawValue) |
protected com.healthmarketscience.jackcess.impl.complex.MultiValueColumnInfoImpl.SingleValueImpl |
MultiValueColumnInfoImpl.toValue(ComplexValueForeignKey complexValueFk,
Row rawValue) |
protected List<Version> |
VersionHistoryColumnInfoImpl.toValues(ComplexValueForeignKey complexValueFk,
List<Row> rawValues) |
protected List<V> |
ComplexColumnInfoImpl.toValues(ComplexValueForeignKey complexValueFk,
List<Row> rawValues) |