/AWS1/CL_GLUFEDERATEDDATABASE¶
A database that points to an entity outside the Glue Data Catalog.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_identifier TYPE /AWS1/GLUFEDERATIONIDENTIFIER /AWS1/GLUFEDERATIONIDENTIFIER¶
A unique identifier for the federated database.
iv_connectionname TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING¶
The name of the connection to the external metastore.
iv_connectiontype TYPE /AWS1/GLUNAMESTRING /AWS1/GLUNAMESTRING¶
The type of connection used to access the federated database, such as JDBC, ODBC, or other supported connection protocols.
Queryable Attributes¶
Identifier¶
A unique identifier for the federated database.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTIFIER() |
Getter for IDENTIFIER, with configurable default |
ASK_IDENTIFIER() |
Getter for IDENTIFIER w/ exceptions if field has no value |
HAS_IDENTIFIER() |
Determine if IDENTIFIER has a value |
ConnectionName¶
The name of the connection to the external metastore.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONNAME() |
Getter for CONNECTIONNAME, with configurable default |
ASK_CONNECTIONNAME() |
Getter for CONNECTIONNAME w/ exceptions if field has no valu |
HAS_CONNECTIONNAME() |
Determine if CONNECTIONNAME has a value |
ConnectionType¶
The type of connection used to access the federated database, such as JDBC, ODBC, or other supported connection protocols.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONTYPE() |
Getter for CONNECTIONTYPE, with configurable default |
ASK_CONNECTIONTYPE() |
Getter for CONNECTIONTYPE w/ exceptions if field has no valu |
HAS_CONNECTIONTYPE() |
Determine if CONNECTIONTYPE has a value |