Skip to content

/AWS1/CL_CRMGLUETABLEREFERENCE

A reference to a table within an Glue data catalog.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_tablename TYPE /AWS1/CRMGLUETABLENAME /AWS1/CRMGLUETABLENAME

The name of the Glue table.

iv_databasename TYPE /AWS1/CRMGLUEDATABASENAME /AWS1/CRMGLUEDATABASENAME

The name of the database the Glue table belongs to.

Optional arguments:

iv_region TYPE /AWS1/CRMCOMMERCIALREGION /AWS1/CRMCOMMERCIALREGION

The Amazon Web Services Region where the Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.


Queryable Attributes

region

The Amazon Web Services Region where the Glue table is located. This parameter is required to uniquely identify and access tables across different Regions.

Accessible with the following methods

Method Description
GET_REGION() Getter for REGION, with configurable default
ASK_REGION() Getter for REGION w/ exceptions if field has no value
HAS_REGION() Determine if REGION has a value

tableName

The name of the Glue table.

Accessible with the following methods

Method Description
GET_TABLENAME() Getter for TABLENAME, with configurable default
ASK_TABLENAME() Getter for TABLENAME w/ exceptions if field has no value
HAS_TABLENAME() Determine if TABLENAME has a value

databaseName

The name of the database the Glue table belongs to.

Accessible with the following methods

Method Description
GET_DATABASENAME() Getter for DATABASENAME, with configurable default
ASK_DATABASENAME() Getter for DATABASENAME w/ exceptions if field has no value
HAS_DATABASENAME() Determine if DATABASENAME has a value