Uses of Class
com.oracle.bmc.databasemanagement.model.CursorCacheStatementCollection
-
Packages that use CursorCacheStatementCollection Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.responses -
-
Uses of CursorCacheStatementCollection in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CursorCacheStatementCollection Modifier and Type Method Description CursorCacheStatementCollection
CursorCacheStatementCollection.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type CursorCacheStatementCollection Modifier and Type Method Description CursorCacheStatementCollection.Builder
CursorCacheStatementCollection.Builder. copy(CursorCacheStatementCollection model)
-
Uses of CursorCacheStatementCollection in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return CursorCacheStatementCollection Modifier and Type Method Description CursorCacheStatementCollection
ListCursorCacheStatementsResponse. getCursorCacheStatementCollection()
The returned CursorCacheStatementCollection instance.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type CursorCacheStatementCollection Modifier and Type Method Description ListCursorCacheStatementsResponse.Builder
ListCursorCacheStatementsResponse.Builder. cursorCacheStatementCollection(CursorCacheStatementCollection cursorCacheStatementCollection)
The returned CursorCacheStatementCollection instance.
-