| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.informationview.events |
| Modifier and Type | Class and Description |
|---|---|
class |
DerivedColumn |
| Modifier and Type | Method and Description |
|---|---|
DatabaseColumn |
SemanticAssignment.getDatabaseColumn() |
DatabaseColumn |
DerivedColumn.getSourceColumn()
Return the real column associated with the derived column
|
| Modifier and Type | Method and Description |
|---|---|
List<DatabaseColumn> |
TableContextEvent.getTableColumns()
Return the list of columns
|
| Modifier and Type | Method and Description |
|---|---|
void |
SemanticAssignment.setDatabaseColumn(DatabaseColumn databaseColumn) |
void |
DerivedColumn.setSourceColumn(DatabaseColumn sourceColumn)
set up the real column linked to the derived column
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableContextEvent.setTableColumns(List<DatabaseColumn> tableColumns)
set up the column list of the table
|
Copyright © 2018–2019 ODPi. All rights reserved.