/AWS1/CL_GLASELECTPARAMETERS¶
Contains information about the parameters used for a select.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_inputserialization
TYPE REF TO /AWS1/CL_GLAINPUTSERIALIZATION
/AWS1/CL_GLAINPUTSERIALIZATION
¶
Describes the serialization format of the object.
iv_expressiontype
TYPE /AWS1/GLAEXPRESSIONTYPE
/AWS1/GLAEXPRESSIONTYPE
¶
The type of the provided expression, for example
SQL
.
iv_expression
TYPE /AWS1/GLASTRING
/AWS1/GLASTRING
¶
The expression that is used to select the object.
io_outputserialization
TYPE REF TO /AWS1/CL_GLAOUTSERIALIZATION
/AWS1/CL_GLAOUTSERIALIZATION
¶
Describes how the results of the select job are serialized.
Queryable Attributes¶
InputSerialization¶
Describes the serialization format of the object.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INPUTSERIALIZATION() |
Getter for INPUTSERIALIZATION |
ExpressionType¶
The type of the provided expression, for example
SQL
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXPRESSIONTYPE() |
Getter for EXPRESSIONTYPE, with configurable default |
ASK_EXPRESSIONTYPE() |
Getter for EXPRESSIONTYPE w/ exceptions if field has no valu |
HAS_EXPRESSIONTYPE() |
Determine if EXPRESSIONTYPE has a value |
Expression¶
The expression that is used to select the object.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXPRESSION() |
Getter for EXPRESSION, with configurable default |
ASK_EXPRESSION() |
Getter for EXPRESSION w/ exceptions if field has no value |
HAS_EXPRESSION() |
Determine if EXPRESSION has a value |
OutputSerialization¶
Describes how the results of the select job are serialized.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OUTPUTSERIALIZATION() |
Getter for OUTPUTSERIALIZATION |