SAP ABAP Interface IF_OS_QUERY_EXPR_FACTORY (Object Services Query Expression Factory)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA-OBS (Application Component) Object Services
⤷
SOS_PERSISTENCE (Package) Object Services Persistence

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_OS_QUERY | Object Services Query | 20040422 |
Properties
Interface | IF_OS_QUERY_EXPR_FACTORY | |
Short Description | Object Services Query Expression Factory |
General Data
Package | SOS_PERSISTENCE | Object Services Persistence |
Created | 20040422 | SAP |
Last changed | 20050228 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | OSCON | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_OS_QUERY_EXPR_FACTORY has no interface.
Friends
Interface IF_OS_QUERY_EXPR_FACTORY has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | EQUAL | Constant | Public | Type reference (TYPE) | OPERATOR | `=` | Equals Operator | 20050207 | |
2 | GREATER | Constant | Public | Type reference (TYPE) | OPERATOR | `>` | Greater Than Operator | 20050207 | |
3 | GREATER_OR_EQUAL | Constant | Public | Type reference (TYPE) | OPERATOR | `>=` | Greater Than or Equals Operator | 20050207 | |
4 | LESS | Constant | Public | Type reference (TYPE) | OPERATOR | `<` | Less Than Operator | 20050207 | |
5 | LESS_OR_EQUAL | Constant | Public | Type reference (TYPE) | OPERATOR | `<=` | Less Than or Equals Operator | 20050207 | |
6 | NOT_EQUAL | Constant | Public | Type reference (TYPE) | OPERATOR | `<>` | Not Equals Operator | 20050207 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Create AND Expression (Filter) | 20040422 |
2 | ![]() |
Instance method | Public | Method | Create IS NULLD Expression (Filter) | 20040422 |
3 | ![]() |
Instance method | Public | Method | Create LIKED Expression (Filter) | 20040422 |
4 | ![]() |
Instance method | Public | Method | Create NOT Expression (Filter) | 20040422 |
5 | ![]() |
Instance method | Public | Method | Create Operator Expression (Filter) | 20050207 |
6 | ![]() |
Instance method | Public | Method | Create Sort Expression | 20050208 |
7 | ![]() |
Instance method | Public | Method | Create OR Expression (Filter) | 20040422 |
8 | ![]() |
Instance method | Public | Method | Create Parameters Expression | 20050208 |
9 | ![]() |
Instance method | Public | Method | Create Reference Expression (Filter) | 20040422 |
Events
Interface IF_OS_QUERY_EXPR_FACTORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | OPERATOR | Public | Type reference (TYPE) | STRING | Operator | 20050207 |
|
Method Signatures
Method CREATE_AND_EXPR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EXPR1 | Call by reference | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 | |||
2 | ![]() |
I_EXPR2 | Call by reference | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 | |||
3 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 |
Method CREATE_AND_EXPR on Interface IF_OS_QUERY_EXPR_FACTORY has no exception.
Method CREATE_ISNULL_EXPR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ATTR | Call by reference | Type reference (TYPE) | STRING | 20040422 | |||
2 | ![]() |
I_NOT | Call by reference | Type reference (TYPE) | OS_BOOLEAN | OSCON_FALSE | 20040422 | ||
3 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 |
Method CREATE_ISNULL_EXPR on Interface IF_OS_QUERY_EXPR_FACTORY has no exception.
Method CREATE_LIKE_EXPR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ATTR | Call by reference | Type reference (TYPE) | STRING | 20040422 | |||
2 | ![]() |
I_ESCAPE | Call by reference | Type reference (TYPE) | STRING | 20040422 | |||
3 | ![]() |
I_ESCAPE_W_QUOTES | Call by reference | Type reference (TYPE) | STRING | 20050208 | |||
4 | ![]() |
I_IDX | Call by reference | Type reference (TYPE) | I | 20040422 | |||
5 | ![]() |
I_NOT | Call by reference | Type reference (TYPE) | OS_BOOLEAN | OSCON_FALSE | 20040422 | ||
6 | ![]() |
I_PATTERN | Call by reference | Type reference (TYPE) | STRING | 20040422 | |||
7 | ![]() |
I_PATTERN_W_QUOTES | Call by reference | Type reference (TYPE) | STRING | 20050208 | |||
8 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20050208 |
Method CREATE_NOT_EXPR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EXPR | Call by reference | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 | |||
2 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 |
Method CREATE_NOT_EXPR on Interface IF_OS_QUERY_EXPR_FACTORY has no exception.
Method CREATE_OPERATOR_EXPR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ATTR1 | Call by reference | Type reference (TYPE) | STRING | 20050207 | |||
2 | ![]() |
I_ATTR2 | Call by reference | Type reference (TYPE) | STRING | 20050207 | |||
3 | ![]() |
I_IDX | Call by reference | Type reference (TYPE) | I | 20050207 | |||
4 | ![]() |
I_OPERATOR | Call by reference | Type reference (TYPE) | OPERATOR | 20050207 | |||
5 | ![]() |
I_VAL | Call by reference | Type reference (TYPE) | STRING | 20050207 | |||
6 | ![]() |
I_VAL_W_QUOTES | Call by reference | Type reference (TYPE) | STRING | 20050208 | |||
7 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | Object Services Query Experssion Interface | 20050207 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20050208 |
Method CREATE_ORDERING_EXPR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_OS_QUERY_ORDERING_EXPR | Sortierungs Ausdruck | 20050208 |
Method CREATE_ORDERING_EXPR on Interface IF_OS_QUERY_EXPR_FACTORY has no exception.
Method CREATE_OR_EXPR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EXPR1 | Call by reference | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 | |||
2 | ![]() |
I_EXPR2 | Call by reference | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 | |||
3 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 |
Method CREATE_OR_EXPR on Interface IF_OS_QUERY_EXPR_FACTORY has no exception.
Method CREATE_PARAMETERS_EXPR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_OS_QUERY_PARAMETERS_EXPR | Parameters Ausdruck | 20050208 |
Method CREATE_PARAMETERS_EXPR on Interface IF_OS_QUERY_EXPR_FACTORY has no exception.
Method CREATE_REF_EXPR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ATTR | Call by reference | Type reference (TYPE) | STRING | 20040422 | |||
2 | ![]() |
I_CLSGUID | Call by reference | Type reference (TYPE) | STRING | 20040422 | |||
3 | ![]() |
I_GUID | Call by reference | Type reference (TYPE) | STRING | 20040422 | |||
4 | ![]() |
I_IDX | Call by reference | Type reference (TYPE) | I | 20040422 | |||
5 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_OS_QUERY_FILTER_EXPR | 20040422 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20050208 |
History
Last changed by/on | SAP | 20050228 |
SAP Release Created in | 700 |