/AWS1/CL_CRLPROTECTEDQUERYIN00¶
Provides information necessary to perform the protected query.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_sqlparameters TYPE REF TO /AWS1/CL_CRLPROTECTEDQUERYSQ00 /AWS1/CL_CRLPROTECTEDQUERYSQ00¶
The parameters for the SQL type Protected Query.
Optional arguments:¶
io_computeconfiguration TYPE REF TO /AWS1/CL_CRLCOMPUTECONF /AWS1/CL_CRLCOMPUTECONF¶
Provides configuration information for the workers that will perform the protected query.
iv_resultformat TYPE /AWS1/CRLRESULTFORMAT /AWS1/CRLRESULTFORMAT¶
The format in which the query results should be returned. If not specified, defaults to
CSV.
Queryable Attributes¶
sqlParameters¶
The parameters for the SQL type Protected Query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SQLPARAMETERS() |
Getter for SQLPARAMETERS |
computeConfiguration¶
Provides configuration information for the workers that will perform the protected query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPUTECONFIGURATION() |
Getter for COMPUTECONFIGURATION |
resultFormat¶
The format in which the query results should be returned. If not specified, defaults to
CSV.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTFORMAT() |
Getter for RESULTFORMAT, with configurable default |
ASK_RESULTFORMAT() |
Getter for RESULTFORMAT w/ exceptions if field has no value |
HAS_RESULTFORMAT() |
Determine if RESULTFORMAT has a value |