SAP ABAP Class CL_TREX_QUERY (Query)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TRX-API (Application Component) TREX ABAP + JAVA API
⤷
STREX (Package) TREX ABAP client

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TREX_QUERY | Query Interface | 20070214 |
Properties
Class | CL_TREX_QUERY | |
Short Description | Query | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | STREX | TREX ABAP client |
Created | 20060117 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_TREX_QUERY has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_TREX_QUERY | Query Interface | 20070214 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | IF_TREX_SXML_READABLE | 20070516 | Readable from SXML Reader |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20070214 | ||||
2 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20070214 | ||||
3 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20070214 | ||||
4 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20070214 | ||||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TREXT_QUERY_ENTRIES | Search query | 20060117 |
Methods
Events
Class CL_TREX_QUERY has no event.
Types
Class CL_TREX_QUERY has no local type.
Method Signatures
Method ADD_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INDEX_ID | Call by reference | Type reference (TYPE) | TREXD_INDEX_ID | Index Id | 20060710 | ||
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | TREXD_ATTR_NAME | Attribute name | 20060414 | ||
3 | ![]() |
OPERATOR | Call by reference | Type reference (TYPE) | TREXD_OPERATOR | operator | 20060414 | ||
4 | ![]() |
VALUE1 | Call by reference | Type reference (TYPE) | DATA | 20060414 | |||
5 | ![]() |
VALUE2 | Call by reference | Type reference (TYPE) | DATA | 20060414 |
Method ADD_ATTRIBUTE on class CL_TREX_QUERY has no exception.
Method ADD_ENTRIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENTRIES | Call by reference | Type reference (TYPE) | TREXT_QUERY_ENTRIES | Search query | 20060214 |
Method ADD_ENTRIES on class CL_TREX_QUERY has no exception.
Method ADD_OPERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | 20061211 |
Method ADD_OPERATOR on class CL_TREX_QUERY has no exception.
Method ADD_TERM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACTION | Call by reference | Type reference (TYPE) | TREXD_TERM_ACTION | C_TERM_ACTION_EXACT | Term action (Exact, fuzzy, linquistic search) | 20060414 | |
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | 20060414 |
Method ADD_TERM on class CL_TREX_QUERY has no exception.
Method CLEAR Signature
Method CLEAR on class CL_TREX_QUERY has no parameter.
Method CLEAR on class CL_TREX_QUERY has no exception.
Method CLOSE_BRACKET Signature
Method CLOSE_BRACKET on class CL_TREX_QUERY has no parameter.
Method CLOSE_BRACKET on class CL_TREX_QUERY has no exception.
Method CREATE_BY_ITAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITAB | Call by reference | Type reference (TYPE) | TREXT_QUERY_ENTRIES | Search query | 20060130 | ||
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | CL_TREX_QUERY | Query | 20060130 |
Method CREATE_BY_ITAB on class CL_TREX_QUERY has no exception.
Method CREATE_WITH_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INDEX_ID | Call by reference | Type reference (TYPE) | TREXD_INDEX_ID | Index Id | 20060710 | ||
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | TREXD_ATTR_NAME | Attribute name | 20060414 | ||
3 | ![]() |
OPERATOR | Call by reference | Type reference (TYPE) | TREXD_OPERATOR | operator | 20060414 | ||
4 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | CL_TREX_QUERY | Query | 20060414 | ||
5 | ![]() |
VALUE1 | Call by reference | Type reference (TYPE) | DATA | 20060414 | |||
6 | ![]() |
VALUE2 | Call by reference | Type reference (TYPE) | DATA | 20060414 |
Method CREATE_WITH_ATTRIBUTE on class CL_TREX_QUERY has no exception.
Method CREATE_WITH_TERM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACTION | Call by reference | Type reference (TYPE) | TREXD_TERM_ACTION | C_TERM_ACTION_EXACT | Term action (Exact, fuzzy, linquistic search) | 20060414 | |
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | CL_TREX_QUERY | Query | 20060414 | ||
3 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | 20060414 |
Method CREATE_WITH_TERM on class CL_TREX_QUERY has no exception.
Method GET_OPERATOR_FOR_SQL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SQL_OPERATOR | Value transfer | Type reference (TYPE) | STRING | 20100616 | |||
2 | ![]() |
TREX_ABAP_OPERATOR | Call by reference | Type reference (TYPE) | TREXD_OPERATOR | Operator (EQ, BT, ...) | 20100616 |
Method GET_OPERATOR_FOR_SQL on class CL_TREX_QUERY has no exception.
Method GET_SQL_WHERE_CLAUSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
STATEMENT | Value transfer | Type reference (TYPE) | STRING | 20100616 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Unexpected data received from application. | 20100617 |
Method OPEN_BRACKET Signature
Method OPEN_BRACKET on class CL_TREX_QUERY has no parameter.
Method OPEN_BRACKET on class CL_TREX_QUERY has no exception.
Method PARSE_BY_LINES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
STATEMENT | Value transfer | Type reference (TYPE) | STRING | 20100616 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Unexpected data received from application. | 20100616 |
Method PARSE_BY_POSTFIX_NOTATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
STATEMENT | Value transfer | Type reference (TYPE) | STRING | 20100616 |
Method PARSE_BY_POSTFIX_NOTATION on class CL_TREX_QUERY has no exception.
Method REMOVE_CP_WITH_WILDCARD Signature
Method REMOVE_CP_WITH_WILDCARD on class CL_TREX_QUERY has no parameter.
Method REMOVE_CP_WITH_WILDCARD on class CL_TREX_QUERY has no exception.
Method ROUNDTRIP_CONVERT Signature
Method ROUNDTRIP_CONVERT on class CL_TREX_QUERY has no parameter.
Method ROUNDTRIP_CONVERT on class CL_TREX_QUERY has no exception.
Method ROUNDTRIP_CONVERT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DATA | Call by reference | Type reference (TYPE) | TREXT_QUERY_ENTRIES | Search query | 20071015 |
Method ROUNDTRIP_CONVERT_DATA on class CL_TREX_QUERY has no exception.
Method SET_FREESTYLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | 20060822 |
Method SET_FREESTYLE on class CL_TREX_QUERY has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |