SAP ABAP Class CL_UPG_SHDCLONE_SYB (SYB: Shadow Clone for Sybase ASE)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-UPG-TLS-TLA (Application Component) Upgrade Tools for ABAP
     SAUS (Package) Transport Control (Repository Switch)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UPG_SHDCLONE Main class for cloning of shd system 20110217
Properties
Class CL_UPG_SHDCLONE_SYB  
Short Description SYB: Shadow Clone for Sybase ASE    
Super Class CL_UPG_SHDCLONE Main class for cloning of shd system 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAUS   Transport Control (Repository Switch) 
Created 20110217   SAP 
Last change 20140120   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ADBC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_UPG_SHDCLONE_SYB has no interface implemented.
Friends
Class CL_UPG_SHDCLONE_SYB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 HISTOGRAM_TAB Instance attribute Private Type reference (TYPE) L_HISTOGRAM_TAB 20110607
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110221
2 COPY_CHUNKS Instance method Private Method 20110523
3 GET_HISTOGRAM Instance method Private Method 20110527
4 GET_STMT_HEADER Instance method Private Method 20110524
5 PARSE_OPTSTATS_COLSTATS Instance method Private Method 20110530
Events
Class CL_UPG_SHDCLONE_SYB has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 L_HISTOGRAM Private See coding 20110531 BEGIN OF l_histogram. TYPES colname TYPE c LENGTH 128. TYPES step TYPE int4. TYPES equation TYPE c LENGTH 8. TYPES value TYPE string. TYPES END OF l_histogram
2 L_HISTOGRAM_TAB Private See coding 20110531 l_histogram_tab type standard table of l_histogram
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_UPG_SHDCLONE_SYB has no parameter.
# Exception Resumable Description Created on
1 CX_SQL_EXCEPTION 20110221

Method COPY_CHUNKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SHDNAME Value transfer Type reference (TYPE) TABNAME Table Name 20110523
2 Importing TABNAME Value transfer Type reference (TYPE) TABNAME Table Name 20110523
# Exception Resumable Description Created on
1 CX_SHDCLONE_ERROR shd clone exception 20110523

Method GET_HISTOGRAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABNAME Value transfer Type reference (TYPE) ADBC_NAME 20110527
# Exception Resumable Description Created on
1 CX_SHDCLONE_ERROR shd clone exception 20110531

Method GET_STMT_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SHDNAME Value transfer Type reference (TYPE) TABNAME Table Name 20110524
2 Returning STMT Value transfer Type reference (TYPE) STRING 20110524
3 Importing TABNAME Value transfer Type reference (TYPE) TABNAME Table Name 20110524
# Exception Resumable Description Created on
1 CX_SQL_EXCEPTION Exception Class for SQL Error 20110609

Method PARSE_OPTSTATS_COLSTATS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLSTATS_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_NODE IF_IXML_NODE 20110530
2 Exporting HISTOGRAM_TAB Value transfer Type reference (TYPE) L_HISTOGRAM_TAB SYB: Column statistics (density and histogram) 20110531

Method PARSE_OPTSTATS_COLSTATS on class CL_UPG_SHDCLONE_SYB has no exception.
History
Last changed by/on SAP  20140120 
SAP Release Created in 731