Skip to content

/AWS1/CL_ODBDBASECONNSTRINGPFL

A connection string profile for an Autonomous Database.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_consumergroup TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The consumer group associated with the connection string profile.

iv_displayname TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The user-friendly name of the connection string profile.

iv_hostformat TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The host name format used in the connection string.

iv_isregional TYPE /AWS1/ODBBOOLEAN /AWS1/ODBBOOLEAN

Indicates whether the connection string profile is regional.

iv_protocol TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The protocol used by the connection string profile.

iv_sessionmode TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The session mode of the connection string profile.

iv_syntaxformat TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The syntax format of the connection string profile.

iv_tlsauthentication TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The TLS authentication method used by the connection string profile.

iv_value TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The connection string value of the profile.


Queryable Attributes

consumerGroup

The consumer group associated with the connection string profile.

Accessible with the following methods

Method Description
GET_CONSUMERGROUP() Getter for CONSUMERGROUP, with configurable default
ASK_CONSUMERGROUP() Getter for CONSUMERGROUP w/ exceptions if field has no value
HAS_CONSUMERGROUP() Determine if CONSUMERGROUP has a value

displayName

The user-friendly name of the connection string profile.

Accessible with the following methods

Method Description
GET_DISPLAYNAME() Getter for DISPLAYNAME, with configurable default
ASK_DISPLAYNAME() Getter for DISPLAYNAME w/ exceptions if field has no value
HAS_DISPLAYNAME() Determine if DISPLAYNAME has a value

hostFormat

The host name format used in the connection string.

Accessible with the following methods

Method Description
GET_HOSTFORMAT() Getter for HOSTFORMAT, with configurable default
ASK_HOSTFORMAT() Getter for HOSTFORMAT w/ exceptions if field has no value
HAS_HOSTFORMAT() Determine if HOSTFORMAT has a value

isRegional

Indicates whether the connection string profile is regional.

Accessible with the following methods

Method Description
GET_ISREGIONAL() Getter for ISREGIONAL, with configurable default
ASK_ISREGIONAL() Getter for ISREGIONAL w/ exceptions if field has no value
HAS_ISREGIONAL() Determine if ISREGIONAL has a value

protocol

The protocol used by the connection string profile.

Accessible with the following methods

Method Description
GET_PROTOCOL() Getter for PROTOCOL, with configurable default
ASK_PROTOCOL() Getter for PROTOCOL w/ exceptions if field has no value
HAS_PROTOCOL() Determine if PROTOCOL has a value

sessionMode

The session mode of the connection string profile.

Accessible with the following methods

Method Description
GET_SESSIONMODE() Getter for SESSIONMODE, with configurable default
ASK_SESSIONMODE() Getter for SESSIONMODE w/ exceptions if field has no value
HAS_SESSIONMODE() Determine if SESSIONMODE has a value

syntaxFormat

The syntax format of the connection string profile.

Accessible with the following methods

Method Description
GET_SYNTAXFORMAT() Getter for SYNTAXFORMAT, with configurable default
ASK_SYNTAXFORMAT() Getter for SYNTAXFORMAT w/ exceptions if field has no value
HAS_SYNTAXFORMAT() Determine if SYNTAXFORMAT has a value

tlsAuthentication

The TLS authentication method used by the connection string profile.

Accessible with the following methods

Method Description
GET_TLSAUTHENTICATION() Getter for TLSAUTHENTICATION, with configurable default
ASK_TLSAUTHENTICATION() Getter for TLSAUTHENTICATION w/ exceptions if field has no v
HAS_TLSAUTHENTICATION() Determine if TLSAUTHENTICATION has a value

value

The connection string value of the profile.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
HAS_VALUE() Determine if VALUE has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_DBASECONNSTRINGPROFILELIST

TYPES TT_DBASECONNSTRINGPROFILELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ODBDBASECONNSTRINGPFL WITH DEFAULT KEY
.