| Constructor and Description |
|---|
TypedColumnReference(TableId tableId,
ColumnLocalId columnId,
DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
ColumnLocalId |
ColumnReference.getColumnId() |
ColumnLocalId |
Column.getLocalId() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnReference.setColumnId(ColumnLocalId columnId) |
void |
Column.setLocalId(ColumnLocalId localId) |
| Constructor and Description |
|---|
Column(ColumnLocalId columnId,
DataType dataType,
ColumnType columnType) |
ColumnReference(TableId tableId,
ColumnLocalId columnId) |
| Constructor and Description |
|---|
NoSuchColumnException(ColumnLocalId id) |
NoSuchColumnException(ColumnLocalId id,
Table table) |
| Modifier and Type | Method and Description |
|---|---|
ColumnLocalId |
HarmonizationRule.getReferredCodelistColumn() |
| Modifier and Type | Method and Description |
|---|---|
void |
HarmonizationRule.setReferredCodelistColumn(ColumnLocalId referredCodelistColumn) |
| Constructor and Description |
|---|
HarmonizationRule(TDTypeValue toChangeValue,
TDTypeValue toSetValue,
ColumnLocalId reference)
SET DATASET.TARGET_COLUMN=TO_CHANGE_VALUE WHERE DATASET.TARGET_COLUMN=TO_SET_VALUE
|
HarmonizationRule(TDTypeValue toChangeValue,
TDTypeValue toSetValue,
ColumnLocalId reference,
Boolean enabled,
String toChangeValueDescription,
String toSetValueDescription) |
| Modifier and Type | Method and Description |
|---|---|
ColumnLocalId |
ViewColumnMetadata.getSourceTableDimensionColumnId() |
ColumnLocalId |
ViewColumnMetadata.getTargetTableColumnId() |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnLocalId> |
ValidationReferencesMetadata.getValidationReferenceColumn() |
| Constructor and Description |
|---|
ValidationReferencesMetadata(ColumnLocalId... columnId) |
ViewColumnMetadata(TableId targetTableId,
ColumnLocalId targetColumnId,
ColumnLocalId sourceDimensionColumnId) |
| Modifier and Type | Method and Description |
|---|---|
ColumnLocalId |
GlobalDataValidationReportMetadata.getValidationColumnId() |
| Constructor and Description |
|---|
GlobalDataValidationReportMetadata(LocalizedText description,
LocalizedText name,
int invalidRowsCount,
ColumnLocalId validationColumnId) |
| Modifier and Type | Method and Description |
|---|---|
ColumnLocalId |
TableRelationshipImpl.getForeignKeyColumnId() |
ColumnLocalId |
TableRelationship.getForeignKeyColumnId() |
ColumnLocalId |
ColumnRelationship.getTargetColumnId() |
ColumnLocalId |
ImmutableColumnRelationship.getTargetColumnId() |
ColumnLocalId |
TableRelationshipImpl.getTargetColumnId() |
| Constructor and Description |
|---|
ImmutableColumnRelationship(TableId targetTableId,
ColumnLocalId targetColumnId) |
TableRelationshipImpl(ColumnRelationship columnRelationship,
TableId foreignKeyTableId,
ColumnLocalId foreignKeyColumnId) |
TableRelationshipImpl(TableId targetTableId,
ColumnLocalId targetColumnId,
TableId foreignKeyTableId,
ColumnLocalId foreignKeyColumnId) |
| Modifier and Type | Method and Description |
|---|---|
Column |
Table.getColumnById(ColumnLocalId columnId) |
Copyright © 2014. All Rights Reserved.