Uses of Class
org.odpi.openmetadata.accessservices.analyticsmodeling.model.module.Table
-
Packages that use Table Package Description org.odpi.openmetadata.accessservices.analyticsmodeling.model.module -
-
Uses of Table in org.odpi.openmetadata.accessservices.analyticsmodeling.model.module
Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.model.module that return types with arguments of type Table Modifier and Type Method Description List<Table>DataSource. getTable()Get list of tables of the data source schema.Method parameters in org.odpi.openmetadata.accessservices.analyticsmodeling.model.module with type arguments of type Table Modifier and Type Method Description voidDataSource. setTable(List<Table> tables)Set tables of the data source schema.
-