SAP ABAP Class CL_ABAP_DB_X_LOCATOR (Binary LOB Locator)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP_STREAMS_AND_LOCATORS (Package) Streams and Locators
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ABAP_CLOSE_RESOURCE | Close Resource | 20080416 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ABAP_DB_BLOB_HANDLE | BLOB Column of a Database Table | 20080416 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ABAP_DB_LOB_HANDLE | LOB Column of a Database Table | 20080416 |
Properties
| Class | CL_ABAP_DB_X_LOCATOR | |
| Short Description | Binary LOB Locator | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SABP_STREAMS_AND_LOCATORS | Streams and Locators |
| Created | 20071108 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ABAP_CLOSE_RESOURCE | Close Resource | 20080416 | ||
| 2 | IF_ABAP_DB_BLOB_HANDLE | BLOB Column of a Database Table | 20080416 | ||
| 3 | IF_ABAP_DB_LOB_HANDLE | LOB Column of a Database Table | 20080416 |
Friends
Class CL_ABAP_DB_X_LOCATOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Locator Closed (Yes/No) | 20071108 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | LOB_HANDLE_ATTR | Lob Handle Attribute | 20071108 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20071108 | ||
| 2 | Instance method | Public | Method | 20080205 | ||
| 3 | Instance method | Public | Method | Searchs for a Search String in a LOB | 20080311 | |
| 4 | Instance method | Public | Method | Creates a Subsequence of a LOB | 20071108 | |
| 5 | Instance method | Public | Method | returns Length of LOB in Bytes | 20071108 | |
| 6 | Instance method | Public | Method | 20071108 |
Events
Class CL_ABAP_DB_X_LOCATOR has no event.
Types
Class CL_ABAP_DB_X_LOCATOR has no local type.
Method Signatures
Method CLOSE Signature
Method CLOSE on class CL_ABAP_DB_X_LOCATOR has no parameter.
Method CLOSE on class CL_ABAP_DB_X_LOCATOR has no exception.
Method DESTRUCTOR Signature
Method DESTRUCTOR on class CL_ABAP_DB_X_LOCATOR has no parameter.
Method DESTRUCTOR on class CL_ABAP_DB_X_LOCATOR has no exception.
Method FIND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MATCH_OFFSET | Value transfer | Type reference (TYPE) | ABAP_MSIZE | 20080311 | ||||
| 2 | PATTERN | Call by reference | Type reference (TYPE) | XSTRING | 20080311 | ||||
| 3 | START_OFFSET | Call by reference | Type reference (TYPE) | ABAP_MSIZE | 0 | 20080311 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080311 | |||
| 2 | Parameter mit ungültigem Wertebereich | 20080311 | ||
| 3 | Ressource bereits geschlossen | 20080311 | ||
| 4 | System-Exceptions bei Teilfeldzugriff außerhalb der Grenzen | 20080415 |
Method GET_BYTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LENGTH | Call by reference | Type reference (TYPE) | ABAP_MSIZE | Länge der zu lesenden Bytes | 20071108 | |||
| 2 | OFFSET | Call by reference | Type reference (TYPE) | ABAP_MSIZE | des ersten zu lesenden Bytes | 20080115 | |||
| 3 | XSTR | Value transfer | Type reference (TYPE) | XSTRING | 20071108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080118 | |||
| 2 | Parameter mit ungültigem Wertebereich | 20071128 | ||
| 3 | Ressource bereits geschlossen | 20080116 | ||
| 4 | System-Exceptions bei Teilfeldzugriff außerhalb der Grenzen | 20080415 |
Method GET_LENGTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LENGTH | Value transfer | Type reference (TYPE) | ABAP_MSIZE | Länge der LOB-Spalte | 20071108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080118 | |||
| 2 | Lokator ist geschlossen. | 20080116 |
Method IS_CLOSED Signature
Method IS_CLOSED on class CL_ABAP_DB_X_LOCATOR has no parameter.
Method IS_CLOSED on class CL_ABAP_DB_X_LOCATOR has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 711 |