| Modifier and Type | Method and Description |
|---|---|
ComplexValueForeignKey |
Row.getForeignKey(java.lang.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) |
java.util.List<V> |
ComplexColumnInfo.getValues(ComplexValueForeignKey complexValueFk) |
void |
ComplexValue.setComplexValueForeignKey(ComplexValueForeignKey complexValueFk) |
| Modifier and Type | Method and Description |
|---|---|
ComplexValueForeignKey |
RowImpl.getForeignKey(java.lang.String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexValueForeignKeyImpl
Value which is returned for a complex column.
|
| Modifier and Type | Field and Description |
|---|---|
private ComplexValueForeignKey |
ComplexColumnInfoImpl.ComplexValueImpl._complexValueFk |
static ComplexValueForeignKey |
ComplexColumnInfoImpl.INVALID_FK |
| Modifier and Type | Method and Description |
|---|---|
ComplexValueForeignKey |
ComplexColumnInfoImpl.ComplexValueImpl.getComplexValueForeignKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexColumnInfoImpl.deleteAllValues(ComplexValueForeignKey complexValueFk) |
java.util.List<V> |
ComplexColumnInfoImpl.getValues(ComplexValueForeignKey complexValueFk) |
static Attachment |
AttachmentColumnInfoImpl.newAttachment(ComplexValueForeignKey complexValueFk,
byte[] data) |
static Attachment |
AttachmentColumnInfoImpl.newAttachment(ComplexValueForeignKey complexValueFk,
java.lang.String url,
java.lang.String name,
java.lang.String type,
byte[] data,
java.util.Date timeStamp,
java.lang.Integer flags) |
static Attachment |
AttachmentColumnInfoImpl.newEncodedAttachment(ComplexValueForeignKey complexValueFk,
byte[] encodedData) |
static Attachment |
AttachmentColumnInfoImpl.newEncodedAttachment(ComplexValueForeignKey complexValueFk,
java.lang.String url,
java.lang.String name,
java.lang.String type,
byte[] encodedData,
java.util.Date timeStamp,
java.lang.Integer flags) |
static SingleValue |
MultiValueColumnInfoImpl.newSingleValue(ComplexValueForeignKey complexValueFk,
java.lang.Object value) |
static UnsupportedValue |
UnsupportedColumnInfoImpl.newValue(ComplexValueForeignKey complexValueFk,
java.util.Map<java.lang.String,?> values) |
static Version |
VersionHistoryColumnInfoImpl.newVersion(ComplexValueForeignKey complexValueFk,
java.lang.String value,
java.util.Date modifiedDate) |
void |
ComplexColumnInfoImpl.ComplexValueImpl.setComplexValueForeignKey(ComplexValueForeignKey complexValueFk) |
protected MultiValueColumnInfoImpl.SingleValueImpl |
MultiValueColumnInfoImpl.toValue(ComplexValueForeignKey complexValueFk,
Row rawValue) |
protected VersionHistoryColumnInfoImpl.VersionImpl |
VersionHistoryColumnInfoImpl.toValue(ComplexValueForeignKey complexValueFk,
Row rawValue) |
protected abstract V |
ComplexColumnInfoImpl.toValue(ComplexValueForeignKey complexValueFk,
Row rawValues) |
protected AttachmentColumnInfoImpl.AttachmentImpl |
AttachmentColumnInfoImpl.toValue(ComplexValueForeignKey complexValueFk,
Row rawValue) |
protected UnsupportedColumnInfoImpl.UnsupportedValueImpl |
UnsupportedColumnInfoImpl.toValue(ComplexValueForeignKey complexValueFk,
Row rawValue) |
protected java.util.List<Version> |
VersionHistoryColumnInfoImpl.toValues(ComplexValueForeignKey complexValueFk,
java.util.List<Row> rawValues) |
protected java.util.List<V> |
ComplexColumnInfoImpl.toValues(ComplexValueForeignKey complexValueFk,
java.util.List<Row> rawValues) |
| Constructor and Description |
|---|
AttachmentImpl(ComplexValue.Id id,
ComplexValueForeignKey complexValueFk,
java.lang.String url,
java.lang.String name,
java.lang.String type,
byte[] data,
java.util.Date timeStamp,
java.lang.Integer flags,
byte[] encodedData) |
ComplexValueImpl(ComplexValue.Id id,
ComplexValueForeignKey complexValueFk) |
SingleValueImpl(ComplexValue.Id id,
ComplexValueForeignKey complexValueFk,
java.lang.Object value) |
UnsupportedValueImpl(ComplexValue.Id id,
ComplexValueForeignKey complexValueFk,
java.util.Map<java.lang.String,java.lang.Object> values) |
VersionImpl(ComplexValue.Id id,
ComplexValueForeignKey complexValueFk,
java.lang.String value,
java.util.Date modifiedDate) |