Modifier and Type | Method and Description |
---|---|
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). |
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
void |
ComplexColumnInfo.deleteAllValues(ComplexValueForeignKey complexValueFk) |
List<V> |
ComplexColumnInfo.getValues(ComplexValueForeignKey complexValueFk) |
void |
ComplexValue.setComplexValueForeignKey(ComplexValueForeignKey complexValueFk) |
Modifier and Type | Method and Description |
---|---|
ComplexValueForeignKey |
RowImpl.getForeignKey(String name) |
Modifier and Type | Class and Description |
---|---|
class |
ComplexValueForeignKeyImpl
Value which is returned for a complex column.
|
Modifier and Type | Field and Description |
---|---|
static ComplexValueForeignKey |
ComplexColumnInfoImpl.INVALID_FK |
Modifier and Type | Method and Description |
---|---|
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,
Object 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,
Object 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,
Object modifiedDate) |
Copyright © 2005–2024 OpenHMS. All rights reserved.