/AWS1/CL_CRMSNOWFLAKETBLREFE00¶
A reference to a table within Snowflake.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_secretarn TYPE /AWS1/CRMSECRETSMANAGERARN /AWS1/CRMSECRETSMANAGERARN¶
The secret ARN of the Snowflake table reference.
iv_accountidentifier TYPE /AWS1/CRMSNOWFLAKEACCOUNTID /AWS1/CRMSNOWFLAKEACCOUNTID¶
The account identifier for the Snowflake table reference.
iv_databasename TYPE /AWS1/CRMSNOWFLAKEDATABASENAME /AWS1/CRMSNOWFLAKEDATABASENAME¶
The name of the database the Snowflake table belongs to.
iv_tablename TYPE /AWS1/CRMSNOWFLAKETABLENAME /AWS1/CRMSNOWFLAKETABLENAME¶
The name of the Snowflake table.
iv_schemaname TYPE /AWS1/CRMSNOWFLAKESCHEMANAME /AWS1/CRMSNOWFLAKESCHEMANAME¶
The schema name of the Snowflake table reference.
io_tableschema TYPE REF TO /AWS1/CL_CRMSNOWFLAKETABLESCH /AWS1/CL_CRMSNOWFLAKETABLESCH¶
The schema of the Snowflake table.
Queryable Attributes¶
secretArn¶
The secret ARN of the Snowflake table reference.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECRETARN() |
Getter for SECRETARN, with configurable default |
ASK_SECRETARN() |
Getter for SECRETARN w/ exceptions if field has no value |
HAS_SECRETARN() |
Determine if SECRETARN has a value |
accountIdentifier¶
The account identifier for the Snowflake table reference.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTIDENTIFIER() |
Getter for ACCOUNTIDENTIFIER, with configurable default |
ASK_ACCOUNTIDENTIFIER() |
Getter for ACCOUNTIDENTIFIER w/ exceptions if field has no v |
HAS_ACCOUNTIDENTIFIER() |
Determine if ACCOUNTIDENTIFIER has a value |
databaseName¶
The name of the database the Snowflake 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 |
tableName¶
The name of the Snowflake 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 |
schemaName¶
The schema name of the Snowflake table reference.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMANAME() |
Getter for SCHEMANAME, with configurable default |
ASK_SCHEMANAME() |
Getter for SCHEMANAME w/ exceptions if field has no value |
HAS_SCHEMANAME() |
Determine if SCHEMANAME has a value |
tableSchema¶
The schema of the Snowflake table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLESCHEMA() |
Getter for TABLESCHEMA |