SAP ABAP Class CL_SHDB_TABLE_PROP (provides a cache for properties of HANA tables)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   HAN-DB (Application Component) SAP HANA Database
     SHDB (Package) Basis Package for HDB
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_LIB_TABLE_CACHE abstract cache for DB tables 20130605
Properties
Class CL_SHDB_TABLE_PROP  
Short Description provides a cache for properties of HANA tables    
Super Class CL_LIB_TABLE_CACHE abstract cache for DB tables 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SHDB   Basis Package for HDB 
Created 20130327   SAP 
Last change 20140121   SAP 
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)
2 IF_SHDB_DEF Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SHDB_TABLE_PROP has no interface implemented.
Friends
Class CL_SHDB_TABLE_PROP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 _MR_CURRENT_LINE Instance attribute Private Object reference (TYPE REF TO) DATA 20130605
2 _MR_RTTI Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR 20130605
3 _MR_SMART_SINGLETON Static Attribute Protected Object reference (TYPE REF TO) CL_SHDB_TABLE_PROP 20130605
Methods
# Method Level Visibility Method type Description Created on
1 COLUMNS Instance method Public Method returns the column names 20130605
2 CONSTRUCTOR Instance method Private Constructor USE new() OR new_by_sel() INSTEAD!!! 20130605
3 GET Instance method Public Method single table access 20130605
4 GET_ITERATOR Instance method Public Method get an iterator on tables 20130605
5 NEW Static method Public Method create new instance using a single table name 20130605
6 NEW_BY_SEL Static method Public Method create new instance using a selection of requested tables 20130605
7 SET_AUTO_MERGE Static method Public Method Set the AUTO_MERGE property 20131016
8 SET_AUTO_OPTIMIZE_COMPRESSION Static method Public Method 20130605
9 _ZTEST Static method Public Method just a functional test 20130605
Events
Class CL_SHDB_TABLE_PROP has no event.
Types
Class CL_SHDB_TABLE_PROP has no local type.
Method Signatures

Method COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_COLUMNS Value transfer Type reference (TYPE) IF_SHDB_DEF=>TT_STRING 20130605

Method COLUMNS on class CL_SHDB_TABLE_PROP has no exception.

Method CONSTRUCTOR 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 20130605
2 Importing IV_TABLE Call by reference Type reference (TYPE) TABNAME 20130605
3 Importing IV_WHERE Call by reference Type reference (TYPE) STRING 20130605
# Exception Resumable Description Created on
1 CX_SHDB_EXCEPTION 20130605

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABLE Call by reference Type reference (TYPE) TABNAME 20130605
2 Returning RR_DATA Value transfer Object reference (TYPE REF TO) DATA 20130605

Method GET on class CL_SHDB_TABLE_PROP has no exception.

Method GET_ITERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_REF Value transfer Object reference (TYPE REF TO) IF_LIB_ITERABLE 20130605

Method GET_ITERATOR on class CL_SHDB_TABLE_PROP has no exception.

Method NEW 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 20130605
2 Importing IV_COND Call by reference Type reference (TYPE) STRING 20130605
3 Importing IV_TABLE Call by reference Type reference (TYPE) TABNAME 20130605
4 Returning RR_REF Value transfer Object reference (TYPE REF TO) CL_SHDB_TABLE_PROP 20130605
# Exception Resumable Description Created on
1 CX_SHDB_EXCEPTION 20130605

Method NEW_BY_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SEL Call by reference Object reference (TYPE REF TO) CL_LIB_SELTAB 20130605
2 Importing IV_COLS Call by reference Type reference (TYPE) STRING 20130605
3 Importing IV_COND Call by reference Type reference (TYPE) STRING 20130605
4 Returning RR_REF Value transfer Object reference (TYPE REF TO) CL_SHDB_TABLE_PROP 20130605
# Exception Resumable Description Created on
1 CX_SHDB_EXCEPTION 20130605

Method SET_AUTO_MERGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BOOL Call by reference Type reference (TYPE) ABAP_BOOL 20131016
2 Importing IV_TABLE Call by reference Type reference (TYPE) TABNAME Tabellenname 20131016
# Exception Resumable Description Created on
1 CX_SHDB_EXCEPTION exceptions of HANA DB objects 20131016

Method SET_AUTO_OPTIMIZE_COMPRESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BOOL Call by reference Type reference (TYPE) ABAP_BOOL 20130605
2 Importing IV_TABLE Call by reference Type reference (TYPE) TABNAME Tabellenname 20130605
# Exception Resumable Description Created on
1 CX_SHDB_EXCEPTION exceptions of HANA DB objects 20130605

Method _ZTEST Signature

Method _ZTEST on class CL_SHDB_TABLE_PROP has no parameter.
Method _ZTEST on class CL_SHDB_TABLE_PROP has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740