/AWS1/CL_QSTASTBUNDLEIMPJOBD02¶
A username and password credential pair to use to import a data source resource.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_username TYPE /AWS1/QSTDBUSERNAME /AWS1/QSTDBUSERNAME¶
The username for the data source connection.
iv_password TYPE /AWS1/QSTPASSWORD /AWS1/QSTPASSWORD¶
The password for the data source connection.
Queryable Attributes¶
Username¶
The username for the data source connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAME() |
Getter for USERNAME, with configurable default |
ASK_USERNAME() |
Getter for USERNAME w/ exceptions if field has no value |
HAS_USERNAME() |
Determine if USERNAME has a value |
Password¶
The password for the data source connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PASSWORD() |
Getter for PASSWORD, with configurable default |
ASK_PASSWORD() |
Getter for PASSWORD w/ exceptions if field has no value |
HAS_PASSWORD() |
Determine if PASSWORD has a value |