SAP ABAP Class CL_SQL_CLOB_ORA (CLOB Locators)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-DBI (Application Component) DB-Independent Database Interface
⤷
SDB_ADBC (Package) ABAP Database Call Interface (Dynamic SQL)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SQL_CLOB | 20010329 |
Properties
| Class | CL_SQL_CLOB_ORA | |
| Short Description | CLOB Locators | |
| Super Class | CL_SQL_CLOB | |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SDB_ADBC | ABAP Database Call Interface (Dynamic SQL) |
| Created | 20010328 | SAP |
| Last change | 20010329 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SQL_CLOB_ORA has no forward declaration.
Interfaces
Class CL_SQL_CLOB_ORA has no interface implemented.
Friends
Class CL_SQL_CLOB_ORA 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) | DBLOCATOR | Database locator | 20010403 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20010328 | |
| 2 | Instance method | Public | Method | Gets a String Part of CLOB | 20010329 | |
| 3 | Instance method | Public | Method | Gets the Length of CLOB in Characters | 20010329 | |
| 4 | Instance method | Public | Method | Writes a String Into CLOB or Assigns It | 20010329 |
Events
Class CL_SQL_CLOB_ORA has no event.
Types
Class CL_SQL_CLOB_ORA has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CON_REF | Call by reference | Object reference (TYPE REF TO) | CL_SQL_CONNECTION | Datenbankverbindung | 20010328 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für SQL Fehler | 20010329 |
Method GET_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LEN | Call by reference | Type reference (TYPE) | I | 0 | Länge des zu lesenden Teilstrings | 20010329 | ||
| 2 | POS | Call by reference | Type reference (TYPE) | I | 1 | Startpostion beginnend mit 1 | 20010329 | ||
| 3 | STR | Value transfer | Type reference (TYPE) | STRING | gelesener Teilstring | 20010329 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für SQL Fehler | 20010329 |
Method LENGTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LEN | Value transfer | Type reference (TYPE) | I | 20010329 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für SQL Fehler | 20010329 |
Method PUT_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LEN | Call by reference | Type reference (TYPE) | I | 0 | Anzahl der Zeichen, die geschrieben werden sollen | 20010329 | ||
| 2 | POS | Call by reference | Type reference (TYPE) | I | 0 | Zeichenposition, an der geschrieben werden soll | 20010329 | ||
| 3 | STR | Call by reference | Type reference (TYPE) | STRING | String, der angehängt werden soll | 20010329 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für SQL Fehler | 20010329 |
History
| Last changed by/on | SAP | 20010329 |
| SAP Release Created in | 610 |