/AWS1/CL_DYNATTRIBUTEDEFN¶
Represents an attribute for describing the schema for the table and indexes.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_attributename TYPE /AWS1/DYNKEYSCHEMAATTRNAME /AWS1/DYNKEYSCHEMAATTRNAME¶
A name for the attribute.
iv_attributetype TYPE /AWS1/DYNSCALARATTRIBUTETYPE /AWS1/DYNSCALARATTRIBUTETYPE¶
The data type for the attribute, where:
S- the attribute is of type String
N- the attribute is of type Number
B- the attribute is of type Binary
Queryable Attributes¶
AttributeName¶
A name for the attribute.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTENAME() |
Getter for ATTRIBUTENAME, with configurable default |
ASK_ATTRIBUTENAME() |
Getter for ATTRIBUTENAME w/ exceptions if field has no value |
HAS_ATTRIBUTENAME() |
Determine if ATTRIBUTENAME has a value |
AttributeType¶
The data type for the attribute, where:
S- the attribute is of type String
N- the attribute is of type Number
B- the attribute is of type Binary
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTETYPE() |
Getter for ATTRIBUTETYPE, with configurable default |
ASK_ATTRIBUTETYPE() |
Getter for ATTRIBUTETYPE w/ exceptions if field has no value |
HAS_ATTRIBUTETYPE() |
Determine if ATTRIBUTETYPE 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_ATTRIBUTEDEFINITIONS¶
TYPES TT_ATTRIBUTEDEFINITIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DYNATTRIBUTEDEFN WITH DEFAULT KEY
.