Uses of Class
com.oracle.bmc.databasemanagement.model.CursorCacheStatementSummary
- 
Packages that use CursorCacheStatementSummary Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.model 
- 
- 
Uses of CursorCacheStatementSummary in com.oracle.bmc.databasemanagementMethods in com.oracle.bmc.databasemanagement that return types with arguments of type CursorCacheStatementSummary Modifier and Type Method Description Iterable<CursorCacheStatementSummary>DbManagementPaginators. listCursorCacheStatementsRecordIterator(ListCursorCacheStatementsRequest request)Creates a new iterable which will iterate over theCursorCacheStatementSummaryobjects contained in responses from the listCursorCacheStatements operation.
- 
Uses of CursorCacheStatementSummary in com.oracle.bmc.databasemanagement.modelMethods in com.oracle.bmc.databasemanagement.model that return CursorCacheStatementSummary Modifier and Type Method Description CursorCacheStatementSummaryCursorCacheStatementSummary.Builder. build()Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type CursorCacheStatementSummary Modifier and Type Method Description List<CursorCacheStatementSummary>CursorCacheStatementCollection. getItems()A list of SQL statements in the cursor cache.Methods in com.oracle.bmc.databasemanagement.model with parameters of type CursorCacheStatementSummary Modifier and Type Method Description CursorCacheStatementSummary.BuilderCursorCacheStatementSummary.Builder. copy(CursorCacheStatementSummary model)Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type CursorCacheStatementSummary Modifier and Type Method Description CursorCacheStatementCollection.BuilderCursorCacheStatementCollection.Builder. items(List<CursorCacheStatementSummary> items)A list of SQL statements in the cursor cache.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type CursorCacheStatementSummary Constructor Description CursorCacheStatementCollection(List<CursorCacheStatementSummary> items)Deprecated.
 
-