SAP ABAP Class CL_SHDB_DML (HANA DML & Query bound to internal tables)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   HAN-DB (Application Component) SAP HANA Database
     SHDB (Package) Basis Package for HDB
Properties
Class CL_SHDB_DML  
Short Description HANA DML & Query bound to internal tables    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SHDB   Basis Package for HDB 
Created 20131015   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SHDB_DML has no interface implemented.
Friends
Class CL_SHDB_DML has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 _MR_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20131016
2 _MR_RTTI Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_DATADESCR 20131016
3 _MR_SQL Instance attribute Private Object reference (TYPE REF TO) CL_SQL_STATEMENT 20131016
4 _MT_COMPONENTS Instance attribute Private Type reference (TYPE) ABAP_COMPONENT_TAB 20131016
5 _MV_COMPONENTS Instance attribute Private Type reference (TYPE) STRING 20131016
6 _MV_IS_TABLE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20131016
7 _MV_TABNAME Instance attribute Private Type reference (TYPE) TABNAME 20131016
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Protected Constructor 20131016
2 INSERT Instance method Public Method Insert itab values into HANA table 20131016
3 NEW Static method Public Method Create an instance for a certain internal table 20131016
4 SELECT Instance method Public Method Select values from HANA table into itab 20131016
5 _INSERT_LINE Instance method Private Method 20131016
Events
Class CL_SHDB_DML has no event.
Types
Class CL_SHDB_DML 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 IR_CONN Call by reference Object reference (TYPE REF TO) CL_SQL_CONNECTION 20131016
2 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA 20131016
3 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20131016
# Exception Resumable Description Created on
1 CX_SHDB_EXCEPTION 20131016

Method INSERT Signature

Method INSERT on class CL_SHDB_DML has no parameter.
# Exception Resumable Description Created on
1 CX_SHDB_EXCEPTION 20131016

Method NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONN Call by reference Object reference (TYPE REF TO) CL_SQL_CONNECTION 20131016
2 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA 20131016
3 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20131016
4 Returning RR_REF Value transfer Object reference (TYPE REF TO) CL_SHDB_DML 20131016
# Exception Resumable Description Created on
1 CX_SHDB_EXCEPTION exceptions of HANA DB objects 20131016

Method SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COLS Call by reference Type reference (TYPE) STRING 20131016
2 Importing IV_COND Call by reference Type reference (TYPE) STRING 20131016
# Exception Resumable Description Created on
1 CX_SHDB_EXCEPTION 20131016

Method _INSERT_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA 20131016
# Exception Resumable Description Created on
1 CX_SHDB_EXCEPTION 20131016
History
Last changed by/on SAP  20141121 
SAP Release Created in 740