/AWS1/CL_FNTQUERYARGPROFILE¶
Query argument-profile mapping for field-level encryption.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_queryarg TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
Query argument for field-level encryption query argument-profile mapping.
iv_profileid TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
ID of profile to use for field-level encryption query argument-profile mapping
Queryable Attributes¶
QueryArg¶
Query argument for field-level encryption query argument-profile mapping.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYARG() |
Getter for QUERYARG, with configurable default |
ASK_QUERYARG() |
Getter for QUERYARG w/ exceptions if field has no value |
HAS_QUERYARG() |
Determine if QUERYARG has a value |
ProfileId¶
ID of profile to use for field-level encryption query argument-profile mapping
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEID() |
Getter for PROFILEID, with configurable default |
ASK_PROFILEID() |
Getter for PROFILEID w/ exceptions if field has no value |
HAS_PROFILEID() |
Determine if PROFILEID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_QUERYARGPROFILELIST¶
TYPES TT_QUERYARGPROFILELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNTQUERYARGPROFILE WITH DEFAULT KEY
.