SAP ABAP Class CL_SQL_CLOB_MSS (CLOB Locators)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-MSS (Application Component) Microsoft SQL Server
⤷
STUN_MSS (Package) Package for new SQL Server monitoring objects
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SQL_CLOB | 20011107 |
Properties
| Class | CL_SQL_CLOB_MSS | |
| 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 | STUN_MSS | Package for new SQL Server monitoring objects |
| Created | 20011107 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SQL_CLOB_MSS has no forward declaration.
Interfaces
Class CL_SQL_CLOB_MSS has no interface implemented.
Friends
Class CL_SQL_CLOB_MSS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | MSSCOLUMN | Field | 20011107 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | DBLOCATOR | Database locator | 20011107 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | MSSTABLE | Table | 20011107 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets a String Part of CLOB | 20011107 | |
| 2 | Instance method | Public | Method | Gets the Length of CLOB in Characters | 20011107 | |
| 3 | Instance method | Public | Method | Writes a String Into CLOB or Assigns It | 20011107 |
Events
Class CL_SQL_CLOB_MSS has no event.
Types
Class CL_SQL_CLOB_MSS has no local type.
Method Signatures
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 | 20011107 | ||
| 2 | POS | Call by reference | Type reference (TYPE) | I | 1 | Startpostion beginnend mit 1 | 20011107 | ||
| 3 | STR | Value transfer | Type reference (TYPE) | STRING | gelesener Teilstring | 20011107 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für SQL Fehler | 20011107 |
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 | 20011107 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für SQL Fehler | 20011107 |
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 | 20011107 | ||
| 2 | POS | Call by reference | Type reference (TYPE) | I | 1 | Zeichenposition, an der geschrieben werden soll | 20011107 | ||
| 3 | STR | Call by reference | Type reference (TYPE) | STRING | String, der angehängt werden soll | 20011107 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für SQL Fehler | 20011107 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 620 |