Uses of Class
org.odpi.openmetadata.accessservices.analyticsmodeling.model.ResponseContainerSchemaTables
-
Packages that use ResponseContainerSchemaTables Package Description org.odpi.openmetadata.accessservices.analyticsmodeling.api org.odpi.openmetadata.accessservices.analyticsmodeling.responses -
-
Uses of ResponseContainerSchemaTables in org.odpi.openmetadata.accessservices.analyticsmodeling.api
Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.api that return ResponseContainerSchemaTables Modifier and Type Method Description ResponseContainerSchemaTablesAnalyticsModelingImport. getTables(String userId, String databaseGuid, String catalog, String schema)Get tables for the schema. -
Uses of ResponseContainerSchemaTables in org.odpi.openmetadata.accessservices.analyticsmodeling.responses
Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.responses that return ResponseContainerSchemaTables Modifier and Type Method Description ResponseContainerSchemaTablesSchemaTablesResponse. getTableList()Get list of tables of the schema.Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.responses with parameters of type ResponseContainerSchemaTables Modifier and Type Method Description voidSchemaTablesResponse. setTableList(ResponseContainerSchemaTables tables)Set list of tables of the schema.
-