Skip to content

/AWS1/CL_DMGSCHEMACONVRSREQ

Provides information about a schema conversion action.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_STATUS TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The schema conversion action status.

IV_REQUESTIDENTIFIER TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The identifier for the schema conversion action.

IV_MIGRATIONPROJECTARN TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The migration project ARN.

IO_ERROR TYPE REF TO /AWS1/CL_DMGERRORDETAILS /AWS1/CL_DMGERRORDETAILS

Error

IO_EXPORTSQLDETAILS TYPE REF TO /AWS1/CL_DMGEXPORTSQLDETAILS /AWS1/CL_DMGEXPORTSQLDETAILS

ExportSqlDetails


Queryable Attributes

Status

The schema conversion action status.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

RequestIdentifier

The identifier for the schema conversion action.

Accessible with the following methods

Method Description
GET_REQUESTIDENTIFIER() Getter for REQUESTIDENTIFIER, with configurable default
ASK_REQUESTIDENTIFIER() Getter for REQUESTIDENTIFIER w/ exceptions if field has no v
HAS_REQUESTIDENTIFIER() Determine if REQUESTIDENTIFIER has a value

MigrationProjectArn

The migration project ARN.

Accessible with the following methods

Method Description
GET_MIGRATIONPROJECTARN() Getter for MIGRATIONPROJECTARN, with configurable default
ASK_MIGRATIONPROJECTARN() Getter for MIGRATIONPROJECTARN w/ exceptions if field has no
HAS_MIGRATIONPROJECTARN() Determine if MIGRATIONPROJECTARN has a value

Error

Error

Accessible with the following methods

Method Description
GET_ERROR() Getter for ERROR

ExportSqlDetails

ExportSqlDetails

Accessible with the following methods

Method Description
GET_EXPORTSQLDETAILS() Getter for EXPORTSQLDETAILS

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SCHEMACONVERSIONREQUESTLIST

TYPES TT_SCHEMACONVERSIONREQUESTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DMGSCHEMACONVRSREQ WITH DEFAULT KEY
.