Classes
OracleDatabaseClient
Service describing handlers for resources.
OracleDatabaseConnection
The OracleDatabaseConnection
object for OracleDatabaseClient
.
OracleDatabaseConnectionIdempotencyPolicy
OracleDatabaseLimitedErrorCountRetryPolicy
A retry policy for OracleDatabaseConnection
based on counting errors.
OracleDatabaseLimitedTimeRetryPolicy
A retry policy for OracleDatabaseConnection
based on elapsed time.
OracleDatabaseRetryPolicy
The retry policy for OracleDatabaseConnection
.
Structs
OracleDatabaseBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
OracleDatabaseConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
OracleDatabasePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
OracleDatabaseRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeOracleDatabaseConnection(Options)
A factory function to construct an object of type OracleDatabaseConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of OracleDatabaseClient.
The optional options
argument may be used to configure aspects of the returned OracleDatabaseConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< OracleDatabaseConnection > |
MakeDefaultOracleDatabaseConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< OracleDatabaseConnectionIdempotencyPolicy > |