| 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 |
ViewColumnMetadata.getSourceTableDimensionColumnId() |
ColumnLocalId |
ViewColumnMetadata.getTargetTableColumnId() |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnLocalId> |
ValidationReferencesMetadata.getValidationReferenceColumn() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationReferencesMetadata.add(ColumnLocalId columnId) |
| Constructor and Description |
|---|
ValidationReferencesMetadata(ColumnLocalId columnId) |
ViewColumnMetadata(TableId targetTableId,
ColumnLocalId targetColumnId,
ColumnLocalId sourceDimensionColumnId) |
| Modifier and Type | Method and Description |
|---|---|
ColumnLocalId |
TableRelationship.getForeignKeyColumnId() |
ColumnLocalId |
TableRelationshipImpl.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.