Package | Description |
---|---|
com.oracle.bmc.databasemanagement | |
com.oracle.bmc.databasemanagement.responses |
Modifier and Type | Method and Description |
---|---|
ListCursorCacheStatementsResponse |
DbManagementClient.listCursorCacheStatements(ListCursorCacheStatementsRequest request) |
ListCursorCacheStatementsResponse |
DbManagement.listCursorCacheStatements(ListCursorCacheStatementsRequest request)
Lists the SQL statements from shared SQL area, also called the cursor cache.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListCursorCacheStatementsResponse |
ListCursorCacheStatementsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListCursorCacheStatementsResponse.Builder |
ListCursorCacheStatementsResponse.Builder.copy(ListCursorCacheStatementsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.