Uses of Class
org.odpi.openmetadata.accessservices.analyticsmodeling.model.ResponseContainerDatabaseSchema
-
Packages that use ResponseContainerDatabaseSchema Package Description org.odpi.openmetadata.accessservices.analyticsmodeling.api org.odpi.openmetadata.accessservices.analyticsmodeling.responses -
-
Uses of ResponseContainerDatabaseSchema in org.odpi.openmetadata.accessservices.analyticsmodeling.api
Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.api that return types with arguments of type ResponseContainerDatabaseSchema Modifier and Type Method Description List<ResponseContainerDatabaseSchema>AnalyticsModelingImport. getSchemas(String userId, String databaseGuid, int startFrom, int pageSize)Get schema defined by database GUID. -
Uses of ResponseContainerDatabaseSchema in org.odpi.openmetadata.accessservices.analyticsmodeling.responses
Methods in org.odpi.openmetadata.accessservices.analyticsmodeling.responses that return types with arguments of type ResponseContainerDatabaseSchema Modifier and Type Method Description List<ResponseContainerDatabaseSchema>SchemasResponse. getSchemaList()Get list of schemas available for database.Method parameters in org.odpi.openmetadata.accessservices.analyticsmodeling.responses with type arguments of type ResponseContainerDatabaseSchema Modifier and Type Method Description voidSchemasResponse. setSchemaList(List<ResponseContainerDatabaseSchema> databaseSchemas)Set list of schemas available for database.
-