/AWS1/CL_CRMCFGUREDTBLALYRULE¶
A configured table analysis rule, which limits how data for this table can be used.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_configuredtableid TYPE /AWS1/CRMUUID /AWS1/CRMUUID¶
The unique ID for the configured table.
iv_configuredtablearn TYPE /AWS1/CRMCONFIGUREDTABLEARN /AWS1/CRMCONFIGUREDTABLEARN¶
The unique ARN for the configured table.
io_policy TYPE REF TO /AWS1/CL_CRMCFGUREDTBLALYRLPLY /AWS1/CL_CRMCFGUREDTBLALYRLPLY¶
The policy that controls SQL query rules.
iv_type TYPE /AWS1/CRMCFGUREDTBLALYRULETYPE /AWS1/CRMCFGUREDTBLALYRULETYPE¶
The type of configured table analysis rule.
iv_createtime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP¶
The time the configured table analysis rule was created.
iv_updatetime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP¶
The time the configured table analysis rule was last updated.
Queryable Attributes¶
configuredTableId¶
The unique ID for the configured table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGUREDTABLEID00() |
Getter for CONFIGUREDTABLEID, with configurable default |
ASK_CONFIGUREDTABLEID00() |
Getter for CONFIGUREDTABLEID w/ exceptions if field has no v |
HAS_CONFIGUREDTABLEID00() |
Determine if CONFIGUREDTABLEID has a value |
configuredTableArn¶
The unique ARN for the configured table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGUREDTABLEARN() |
Getter for CONFIGUREDTABLEARN, with configurable default |
ASK_CONFIGUREDTABLEARN() |
Getter for CONFIGUREDTABLEARN w/ exceptions if field has no |
HAS_CONFIGUREDTABLEARN() |
Determine if CONFIGUREDTABLEARN has a value |
policy¶
The policy that controls SQL query rules.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICY() |
Getter for POLICY |
type¶
The type of configured table analysis rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
createTime¶
The time the configured table analysis rule was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
updateTime¶
The time the configured table analysis rule was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATETIME() |
Getter for UPDATETIME, with configurable default |
ASK_UPDATETIME() |
Getter for UPDATETIME w/ exceptions if field has no value |
HAS_UPDATETIME() |
Determine if UPDATETIME has a value |