Uses of Class
org.odpi.openmetadata.accessservices.dataengine.model.RelationalTable
-
-
Uses of RelationalTable in org.odpi.openmetadata.accessservices.dataengine.event
Methods in org.odpi.openmetadata.accessservices.dataengine.event that return RelationalTable Modifier and Type Method Description RelationalTableRelationalTableEvent. getRelationalTable()Return the relational table beanMethods in org.odpi.openmetadata.accessservices.dataengine.event with parameters of type RelationalTable Modifier and Type Method Description voidRelationalTableEvent. setRelationalTable(RelationalTable relationalTable)Set up the relational table bean -
Uses of RelationalTable in org.odpi.openmetadata.accessservices.dataengine.model
Methods in org.odpi.openmetadata.accessservices.dataengine.model that return types with arguments of type RelationalTable Modifier and Type Method Description List<RelationalTable>Database. getTables()Gets the relational tables inside the database.Method parameters in org.odpi.openmetadata.accessservices.dataengine.model with type arguments of type RelationalTable Modifier and Type Method Description voidDatabase. setTables(List<RelationalTable> tables)Sets up relational tables inside the database. -
Uses of RelationalTable in org.odpi.openmetadata.accessservices.dataengine.rest
Methods in org.odpi.openmetadata.accessservices.dataengine.rest that return RelationalTable Modifier and Type Method Description RelationalTableRelationalTableRequestBody. getRelationalTable()Return the relational table beanMethods in org.odpi.openmetadata.accessservices.dataengine.rest with parameters of type RelationalTable Modifier and Type Method Description voidRelationalTableRequestBody. setRelationalTable(RelationalTable relationalTable)Set up the relational table bean
-