SAP ABAP Class CL_SQL_BLOB_ORA (CL_SQL_BLOB_ORA)
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_BLOB | 20010329 |
Properties
Class | CL_SQL_BLOB_ORA | |
Short Description | ||
Super Class | CL_SQL_BLOB | |
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 | 20010329 | SAP |
Last change | 00000000 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SQL_BLOB_ORA has no forward declaration.
Interfaces
Class CL_SQL_BLOB_ORA has no interface implemented.
Friends
Class CL_SQL_BLOB_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 | 20010402 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20010329 |
2 | ![]() |
Instance method | Public | Method | Gets an Extract from BLOB and Puts in into XSTRING | 20010329 |
3 | ![]() |
Instance method | Public | Method | Gets the Length of BLOB in Bytes | 20010329 |
4 | ![]() |
Instance method | Public | Method | Writes an XSTRING into BLOB or Assigns It | 20010329 |
Events
Class CL_SQL_BLOB_ORA has no event.
Types
Class CL_SQL_BLOB_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 | 20010329 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für SQL Fehler | 20010329 |
Method GET_BYTES 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 zu lesenden Bytes | 20010329 | |
2 | ![]() |
POS | Call by reference | Type reference (TYPE) | I | 1 | Byte, ab dem gelesen werden soll | 20010329 | |
3 | ![]() |
XSTR | Value transfer | Type reference (TYPE) | XSTRING | Bytestring, in den das Resultat gestellt wird | 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 | BLOB-Länge in Bytes | 20010329 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse für SQL Fehler | 20010329 |
Method PUT_BYTES 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 Bytes, die geschrieben werden sollen | 20010329 | |
2 | ![]() |
POS | Call by reference | Type reference (TYPE) | I | 0 | Byteposition, ab der geschrieben werden soll | 20010329 | |
3 | ![]() |
XSTR | Call by reference | Type reference (TYPE) | XSTRING | Byte-String, der geschrieben wird | 20010329 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20010329 |
History
Last changed by/on | SAP | 00000000 |
SAP Release Created in | 610 |