Uses of Class
com.oracle.bmc.databasemanagement.responses.ListCursorCacheStatementsResponse
-
Packages that use ListCursorCacheStatementsResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ListCursorCacheStatementsResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ListCursorCacheStatementsResponse Modifier and Type Method Description ListCursorCacheStatementsResponseDbManagement. listCursorCacheStatements(ListCursorCacheStatementsRequest request)Lists the SQL statements from shared SQL area, also called the cursor cache.ListCursorCacheStatementsResponseDbManagementClient. listCursorCacheStatements(ListCursorCacheStatementsRequest request)Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ListCursorCacheStatementsResponse 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)Iterable<ListCursorCacheStatementsResponse>DbManagementPaginators. listCursorCacheStatementsResponseIterator(ListCursorCacheStatementsRequest request)Creates a new iterable which will iterate over the responses received from the listCursorCacheStatements operation.Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ListCursorCacheStatementsResponse 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 ListCursorCacheStatementsResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ListCursorCacheStatementsResponse Modifier and Type Method Description ListCursorCacheStatementsResponseListCursorCacheStatementsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ListCursorCacheStatementsResponse Modifier and Type Method Description ListCursorCacheStatementsResponse.BuilderListCursorCacheStatementsResponse.Builder. copy(ListCursorCacheStatementsResponse o)Copy method to populate the builder with values from the given instance.
-