Uses of Class
com.oracle.bmc.databasetools.model.DatabaseToolsSqlReportSummary
-
Packages that use DatabaseToolsSqlReportSummary Package Description com.oracle.bmc.databasetools com.oracle.bmc.databasetools.model -
-
Uses of DatabaseToolsSqlReportSummary in com.oracle.bmc.databasetools
Methods in com.oracle.bmc.databasetools that return types with arguments of type DatabaseToolsSqlReportSummary Modifier and Type Method Description Iterable<DatabaseToolsSqlReportSummary>DatabaseToolsPaginators. listDatabaseToolsSqlReportsRecordIterator(ListDatabaseToolsSqlReportsRequest request)Creates a new iterable which will iterate over theDatabaseToolsSqlReportSummaryobjects contained in responses from the listDatabaseToolsSqlReports operation. -
Uses of DatabaseToolsSqlReportSummary in com.oracle.bmc.databasetools.model
Subclasses of DatabaseToolsSqlReportSummary in com.oracle.bmc.databasetools.model Modifier and Type Class Description classDatabaseToolsSqlReportSummaryOracleDatabaseSummary of the Database Tools SQL report for an Oracle Database.Methods in com.oracle.bmc.databasetools.model that return types with arguments of type DatabaseToolsSqlReportSummary Modifier and Type Method Description List<DatabaseToolsSqlReportSummary>DatabaseToolsSqlReportCollection. getItems()Array of Database Tools SQL report summary items.Method parameters in com.oracle.bmc.databasetools.model with type arguments of type DatabaseToolsSqlReportSummary Modifier and Type Method Description DatabaseToolsSqlReportCollection.BuilderDatabaseToolsSqlReportCollection.Builder. items(List<DatabaseToolsSqlReportSummary> items)Array of Database Tools SQL report summary items.Constructor parameters in com.oracle.bmc.databasetools.model with type arguments of type DatabaseToolsSqlReportSummary Constructor Description DatabaseToolsSqlReportCollection(List<DatabaseToolsSqlReportSummary> items)Deprecated.
-