Google Cloud Oracle Database V1 Client - Class SyntaxFormat (0.1.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class SyntaxFormat.

Specifies syntax of the connection string.

Protobuf type google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile.SyntaxFormat

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ DatabaseConnectionStringProfile

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SYNTAX_FORMAT_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum SYNTAX_FORMAT_UNSPECIFIED = 0;

LONG

Value: 1

Long

Generated from protobuf enum LONG = 1;

EZCONNECT

Value: 2

Ezconnect

Generated from protobuf enum EZCONNECT = 2;

EZCONNECTPLUS

Value: 3

Ezconnectplus

Generated from protobuf enum EZCONNECTPLUS = 3;