Uses of Class
com.oracle.bmc.databasemanagement.model.CursorCacheStatementCollection.Builder
-
Packages that use CursorCacheStatementCollection.Builder Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of CursorCacheStatementCollection.Builder in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CursorCacheStatementCollection.Builder Modifier and Type Method Description static CursorCacheStatementCollection.Builder
CursorCacheStatementCollection. builder()
Create a new builder.CursorCacheStatementCollection.Builder
CursorCacheStatementCollection.Builder. copy(CursorCacheStatementCollection model)
CursorCacheStatementCollection.Builder
CursorCacheStatementCollection.Builder. items(List<CursorCacheStatementSummary> items)
A list of SQL statements in the cursor cache.CursorCacheStatementCollection.Builder
CursorCacheStatementCollection. toBuilder()
-