/AWS1/CL_SCHSEARCHSCHVRSSUMM¶
SearchSchemaVersionSummary
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_createddate TYPE /AWS1/SCH__TIMESTAMPISO8601 /AWS1/SCH__TIMESTAMPISO8601¶
The date the schema version was created.
iv_schemaversion TYPE /AWS1/SCH__STRING /AWS1/SCH__STRING¶
The version number of the schema
iv_type TYPE /AWS1/SCHTYPE /AWS1/SCHTYPE¶
The type of schema.
Queryable Attributes¶
CreatedDate¶
The date the schema version was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDDATE() |
Getter for CREATEDDATE, with configurable default |
ASK_CREATEDDATE() |
Getter for CREATEDDATE w/ exceptions if field has no value |
HAS_CREATEDDATE() |
Determine if CREATEDDATE has a value |
SchemaVersion¶
The version number of the schema
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMAVERSION() |
Getter for SCHEMAVERSION, with configurable default |
ASK_SCHEMAVERSION() |
Getter for SCHEMAVERSION w/ exceptions if field has no value |
HAS_SCHEMAVERSION() |
Determine if SCHEMAVERSION has a value |
Type¶
The type of schema.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT___LISTOFSEARCHSCHEMAVRSSUMM¶
TYPES TT___LISTOFSEARCHSCHEMAVRSSUMM TYPE STANDARD TABLE OF REF TO /AWS1/CL_SCHSEARCHSCHVRSSUMM WITH DEFAULT KEY
.