Google Cloud Oracle Database V1 Client - Class SessionMode (0.2.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class SessionMode.
The session mode of the connection.
Protobuf type google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.SessionMode
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ DatabaseConnectionStringProfileMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SESSION_MODE_UNSPECIFIED
Value: 0Default unspecified value.
Generated from protobuf enum SESSION_MODE_UNSPECIFIED = 0;
DIRECT
Value: 1Direct
Generated from protobuf enum DIRECT = 1;
INDIRECT
Value: 2Indirect
Generated from protobuf enum INDIRECT = 2;