| Modifier and Type | Method and Description |
|---|---|
TableId |
ColumnReference.getTableId() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnReference.setTableId(TableId tableId) |
| Constructor and Description |
|---|
ColumnReference(TableId tableId,
ColumnLocalId columnId) |
| Modifier and Type | Method and Description |
|---|---|
TableId |
ViewColumnMetadata.getTargetTableId() |
| Constructor and Description |
|---|
ViewColumnMetadata(TableId targetTableId,
ColumnLocalId targetColumnId,
ColumnLocalId sourceDimensionColumnId) |
| Modifier and Type | Method and Description |
|---|---|
TableId |
DatasetViewTableMetadata.getTargetDatasetViewTableId() |
| Constructor and Description |
|---|
DatasetViewTableMetadata(TableId datasetViewTableId) |
| Modifier and Type | Method and Description |
|---|---|
TableId |
TableRelationshipImpl.getForeignKeyTableId() |
TableId |
TableRelationship.getForeignKeyTableId() |
TableId |
TableRelationshipImpl.getTargetTableId() |
TableId |
ColumnRelationshipImpl.getTargetTableId() |
TableId |
ColumnRelationship.getTargetTableId() |
| Constructor and Description |
|---|
ColumnRelationshipImpl(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 |
|---|---|
TableId |
Table.getId() |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.setId(TableId id) |
Copyright © 2014. All Rights Reserved.