SAP ABAP Class CL_SQL_BLOB_MSS (BLOB 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_BLOB 20011107
Properties
Class CL_SQL_BLOB_MSS  
Short Description BLOB Locators    
Super Class CL_SQL_BLOB  
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_BLOB_MSS has no forward declaration.
Interfaces
Class CL_SQL_BLOB_MSS has no interface implemented.
Friends
Class CL_SQL_BLOB_MSS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COLNAME Instance attribute Public Type reference (TYPE) MSSCOLUMN Field 20011107
2 LOCATOR Instance attribute Private Type reference (TYPE) DBLOCATOR Database locator 20011107
3 TABNAME Instance attribute Public Type reference (TYPE) MSSTABLE Table 20011107
Methods
# Method Level Visibility Method type Description Created on
1 GET_BYTES Instance method Public Method Gets an Extract from BLOB and Puts in into XSTRING 20011107
2 LENGTH Instance method Public Method Gets the Length of BLOB in Bytes 20011107
3 PUT_BYTES Instance method Public Method Writes an XSTRING into BLOB or Assigns It 20011107
Events
Class CL_SQL_BLOB_MSS has no event.
Types
Class CL_SQL_BLOB_MSS has no local type.
Method Signatures

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 20011107
2 Importing POS Call by reference Type reference (TYPE) I 1 Byte, ab dem gelesen werden soll 20011107
3 Returning XSTR Value transfer Type reference (TYPE) XSTRING Bytestring, in den das Resultat gestellt wird 20011107
# Exception Resumable Description Created on
1 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20011107

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 20011107
# Exception Resumable Description Created on
1 CX_SQL_EXCEPTION Ausnahmeklasse für SQL Fehler 20011107

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 20011107
2 Importing POS Call by reference Type reference (TYPE) I 1 Byteposition, ab der geschrieben werden soll 20011107
3 Importing XSTR Call by reference Type reference (TYPE) XSTRING Byte-String, der geschrieben wird 20011107
# Exception Resumable Description Created on
1 CX_SQL_EXCEPTION 20011107
History
Last changed by/on SAP  20140121 
SAP Release Created in 620