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 LOCATOR Instance attribute Private Type reference (TYPE) DBLOCATOR Database locator 20010402
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20010329
2 GET_BYTES Instance method Public Method Gets an Extract from BLOB and Puts in into XSTRING 20010329
3 LENGTH Instance method Public Method Gets the Length of BLOB in Bytes 20010329
4 PUT_BYTES 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 Importing CON_REF Call by reference Object reference (TYPE REF TO) CL_SQL_CONNECTION Datenbankverbindung 20010329
# Exception Resumable Description Created on
1 CX_SQL_EXCEPTION 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 Importing LEN Call by reference Type reference (TYPE) I 0 Anzahl der zu lesenden Bytes 20010329
2 Importing POS Call by reference Type reference (TYPE) I 1 Byte, ab dem gelesen werden soll 20010329
3 Returning XSTR Value transfer Type reference (TYPE) XSTRING Bytestring, in den das Resultat gestellt wird 20010329
# Exception Resumable Description Created on
1 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20010329

Method LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LEN Value transfer Type reference (TYPE) I BLOB-Länge in Bytes 20010329
# Exception Resumable Description Created on
1 CX_SQL_EXCEPTION 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 Importing LEN Call by reference Type reference (TYPE) I 0 Anzahl der Bytes, die geschrieben werden sollen 20010329
2 Importing POS Call by reference Type reference (TYPE) I 0 Byteposition, ab der geschrieben werden soll 20010329
3 Importing XSTR Call by reference Type reference (TYPE) XSTRING Byte-String, der geschrieben wird 20010329
# Exception Resumable Description Created on
1 CX_SQL_EXCEPTION 20010329
History
Last changed by/on SAP  00000000 
SAP Release Created in 610