|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComplexValueForeignKey | |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.complex | |
| com.healthmarketscience.jackcess.impl | |
| com.healthmarketscience.jackcess.impl.complex | |
| Uses of ComplexValueForeignKey in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return ComplexValueForeignKey | |
|---|---|
ComplexValueForeignKey |
Row.getForeignKey(String name)
Convenience method which gets the value for the row with the given name, casting it to a ComplexValueForeignKey (DataType COMPLEX_TYPE). |
| 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 |
|---|
| Methods in com.healthmarketscience.jackcess.impl that return ComplexValueForeignKey | |
|---|---|
ComplexValueForeignKey |
RowImpl.getForeignKey(String name)
|
| 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 that return ComplexValueForeignKey | |
|---|---|
ComplexValueForeignKey |
ComplexColumnInfoImpl.ComplexValueImpl.getComplexValueForeignKey()
|
| 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)
|
void |
ComplexColumnInfoImpl.ComplexValueImpl.setComplexValueForeignKey(ComplexValueForeignKey complexValueFk)
|
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.AttachmentColumnInfoImpl.AttachmentImpl |
AttachmentColumnInfoImpl.toValue(ComplexValueForeignKey complexValueFk,
Row rawValue)
|
protected com.healthmarketscience.jackcess.impl.complex.MultiValueColumnInfoImpl.SingleValueImpl |
MultiValueColumnInfoImpl.toValue(ComplexValueForeignKey complexValueFk,
Row rawValue)
|
protected com.healthmarketscience.jackcess.impl.complex.VersionHistoryColumnInfoImpl.VersionImpl |
VersionHistoryColumnInfoImpl.toValue(ComplexValueForeignKey complexValueFk,
Row rawValue)
|
protected List<V> |
ComplexColumnInfoImpl.toValues(ComplexValueForeignKey complexValueFk,
List<Row> rawValues)
|
protected List<Version> |
VersionHistoryColumnInfoImpl.toValues(ComplexValueForeignKey complexValueFk,
List<Row> rawValues)
|
| Constructors in com.healthmarketscience.jackcess.impl.complex with parameters of type ComplexValueForeignKey | |
|---|---|
ComplexColumnInfoImpl.ComplexValueImpl(ComplexValue.Id id,
ComplexValueForeignKey complexValueFk)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||