|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComplexValueForeignKey | |
|---|---|
| com.healthmarketscience.jackcess.complex | |
| com.healthmarketscience.jackcess.impl.complex | |
| Uses of ComplexValueForeignKey in com.healthmarketscience.jackcess.complex |
|---|
| Methods in com.healthmarketscience.jackcess.complex that return ComplexValueForeignKey | |
|---|---|
ComplexValueForeignKey |
ComplexValue.getComplexValueForeignKey()
Returns the foreign key identifier for this complex value (this value is the same for all values in the same row of the main table). |
| Methods in com.healthmarketscience.jackcess.complex with parameters of type ComplexValueForeignKey | |
|---|---|
void |
ComplexColumnInfo.deleteAllValues(ComplexValueForeignKey complexValueFk)
|
List<V> |
ComplexColumnInfo.getValues(ComplexValueForeignKey complexValueFk)
|
void |
ComplexValue.setComplexValueForeignKey(ComplexValueForeignKey complexValueFk)
|
| Uses of ComplexValueForeignKey in com.healthmarketscience.jackcess.impl.complex |
|---|
| Subclasses of ComplexValueForeignKey in com.healthmarketscience.jackcess.impl.complex | |
|---|---|
class |
ComplexValueForeignKeyImpl
Value which is returned for a complex column. |
| Fields in com.healthmarketscience.jackcess.impl.complex declared as ComplexValueForeignKey | |
|---|---|
static ComplexValueForeignKey |
ComplexColumnInfoImpl.INVALID_FK
|
| Methods in com.healthmarketscience.jackcess.impl.complex with parameters of type ComplexValueForeignKey | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||