/AWS1/CL_KYSPARTITIONKEY¶
The partition key portion of the primary key is required and determines how Amazon Keyspaces stores the data. The partition key can be a single column, or it can be a compound value composed of two or more columns.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/KYSGENERICSTRING /AWS1/KYSGENERICSTRING¶
The name(s) of the partition key column(s).
Queryable Attributes¶
name¶
The name(s) of the partition key column(s).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME 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_PARTITIONKEYLIST¶
TYPES TT_PARTITIONKEYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_KYSPARTITIONKEY WITH DEFAULT KEY
.