Uses of Class
org.odpi.openmetadata.accessservices.dataengine.model.RelationalColumn
-
Packages that use RelationalColumn Package Description org.odpi.openmetadata.accessservices.dataengine.model -
-
Uses of RelationalColumn in org.odpi.openmetadata.accessservices.dataengine.model
Methods in org.odpi.openmetadata.accessservices.dataengine.model that return types with arguments of type RelationalColumn Modifier and Type Method Description List<RelationalColumn>RelationalTable. getColumns()Returns list of columns of the relational table.Method parameters in org.odpi.openmetadata.accessservices.dataengine.model with type arguments of type RelationalColumn Modifier and Type Method Description voidRelationalTable. setColumns(List<RelationalColumn> columns)Sets up the list of columns of the relational table.
-