/AWS1/CL_CRMPOPNALYSQLPARAMS¶
Contains the SQL parameters used to populate an intermediate table.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_querystring TYPE /AWS1/CRMSTRING /AWS1/CRMSTRING¶
The SQL query string used to populate the intermediate table. Maximum length of 500,000 characters.
iv_analysistemplatearn TYPE /AWS1/CRMANALYSISTEMPLATEARN /AWS1/CRMANALYSISTEMPLATEARN¶
The Amazon Resource Name (ARN) of the analysis template to use for populating the intermediate table.
Queryable Attributes¶
queryString¶
The SQL query string used to populate the intermediate table. Maximum length of 500,000 characters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYSTRING() |
Getter for QUERYSTRING, with configurable default |
ASK_QUERYSTRING() |
Getter for QUERYSTRING w/ exceptions if field has no value |
HAS_QUERYSTRING() |
Determine if QUERYSTRING has a value |
analysisTemplateArn¶
The Amazon Resource Name (ARN) of the analysis template to use for populating the intermediate table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANALYSISTEMPLATEARN() |
Getter for ANALYSISTEMPLATEARN, with configurable default |
ASK_ANALYSISTEMPLATEARN() |
Getter for ANALYSISTEMPLATEARN w/ exceptions if field has no |
HAS_ANALYSISTEMPLATEARN() |
Determine if ANALYSISTEMPLATEARN has a value |