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.databasemanagement
Methods 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 theCursorCacheStatementSummary
objects contained in responses from the listCursorCacheStatements operation. -
Uses of CursorCacheStatementSummary in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CursorCacheStatementSummary Modifier and Type Method Description CursorCacheStatementSummary
CursorCacheStatementSummary.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.Builder
CursorCacheStatementSummary.Builder. copy(CursorCacheStatementSummary model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type CursorCacheStatementSummary Modifier and Type Method Description CursorCacheStatementCollection.Builder
CursorCacheStatementCollection.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.
-