Uses of Class
com.oracle.bmc.databasemanagement.requests.ListCursorCacheStatementsRequest
-
Packages that use ListCursorCacheStatementsRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of ListCursorCacheStatementsRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListCursorCacheStatementsRequest Modifier and Type Method Description Future<ListCursorCacheStatementsResponse>
DbManagementAsync. listCursorCacheStatements(ListCursorCacheStatementsRequest request, AsyncHandler<ListCursorCacheStatementsRequest,ListCursorCacheStatementsResponse> handler)
Lists the SQL statements from shared SQL area, also called the cursor cache.Future<ListCursorCacheStatementsResponse>
DbManagementAsyncClient. listCursorCacheStatements(ListCursorCacheStatementsRequest request, AsyncHandler<ListCursorCacheStatementsRequest,ListCursorCacheStatementsResponse> handler)
-
Uses of ListCursorCacheStatementsRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ListCursorCacheStatementsRequest Modifier and Type Method Description ListCursorCacheStatementsRequest
ListCursorCacheStatementsRequest.Builder. build()
Build the instance of ListCursorCacheStatementsRequest as configured by this builderListCursorCacheStatementsRequest
ListCursorCacheStatementsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListCursorCacheStatementsRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type ListCursorCacheStatementsRequest Modifier and Type Method Description ListCursorCacheStatementsRequest.Builder
ListCursorCacheStatementsRequest.Builder. copy(ListCursorCacheStatementsRequest o)
Copy method to populate the builder with values from the given instance.
-