SAP ABAP Class CL_DB6_TOOL (Administrates Input and Output Parameters of SQL Statements)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-DB6 (Application Component) DB2 Universal Database for UNIX / NT
     STU6 (Package) DB6: Performance-Monitor (UNIX/Windows)
Properties
Class CL_DB6_TOOL  
Short Description Administrates Input and Output Parameters of SQL Statements    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STU6   DB6: Performance-Monitor (UNIX/Windows) 
Created 20030625   SAP 
Last change 20130531   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 ADBC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 CL_SQL_STATEMENT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 DB6AL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DB6_TOOL has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SQL_RESULT_SET 20030625 Resulting Set of an SQL Query
2 CL_SQL_STATEMENT 20030625 SQL statement
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PARAM_TAB Instance attribute Private Type reference (TYPE) PARAM_DESCR_TAB Input and Output Parameters in SQL Statements 20030625
Methods
# Method Level Visibility Method type Description Created on
1 CONCATENATE_PRESERVING_BLANKS Static method Public Method 20041021
2 GET_CONTAINER_PATH Static method Public Method return the container path 20041206
3 GET_FIELD_LIST Static method Public Method 20030625
4 GET_PARAM_MARKER_LIST Static method Public Method 20030627
5 IS_SIMPLE_TYPE Static method Private Method Überprüft, ob ein gegebener Typ ein einfacher ABAP-Typ ist 20030625
6 IS_VALID_FOR_REORG_TABLES Static method Public Method 20031113
7 IS_VALID_FOR_RUNSTATS_TABLES Static method Public Method 20031114
8 QUALIFIED_NAME Static method Public Method 20030704
9 QUOTED_NAME Static method Public Method 20030704
10 SET_PARAM_STRUCT_SAFE Instance method Public Method Sets References to Structure Components as Parameters 20030625
Events
Class CL_DB6_TOOL has no event.
Types
Class CL_DB6_TOOL has no local type.
Method Signatures

Method CONCATENATE_PRESERVING_BLANKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SOURCE Call by reference Type reference (TYPE) C 20041021
2 Exporting TARGET Call by reference Type reference (TYPE) C 20041021

Method CONCATENATE_PRESERVING_BLANKS on class CL_DB6_TOOL has no exception.

Method GET_CONTAINER_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONT_NAME Call by reference Type reference (TYPE) DB6PMCR-CONT_NAME DB6: Dateipfad 20041206
2 Importing CONT_TYPE Call by reference Type reference (TYPE) DB6PMCR-CONTTYPE conttype: Behältertyp, z.B. Pfad, Platte oder Datei 20041206
3 Importing OPSYS Call by reference Type reference (TYPE) SYOPSYS CL_DB6_TREE_NAVIGATOR 20110831
4 Returning PATH Value transfer Type reference (TYPE) DB6PATH DB6: Dateipfad 20041206

Method GET_CONTAINER_PATH on class CL_DB6_TOOL has no exception.

Method GET_FIELD_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_REF Call by reference Object reference (TYPE REF TO) DATA 20030625
2 Returning FIELD_LIST Value transfer Type reference (TYPE) STRING 20030625
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID Oberklasse für Parameterfehler 20030625

Method GET_PARAM_MARKER_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_REF Call by reference Object reference (TYPE REF TO) DATA 20030627
2 Returning PARAM_MARKER_LIST Value transfer Type reference (TYPE) STRING 20030627
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID Oberklasse für Parameterfehler 20030627

Method IS_SIMPLE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) FLAG Allgemeines Kennzeichen 20030625
2 Importing TYPE_KIND Call by reference Type reference (TYPE) ABAP_TYPEKIND 20030625

Method IS_SIMPLE_TYPE on class CL_DB6_TOOL has no exception.

Method IS_VALID_FOR_REORG_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_VALID Value transfer Type reference (TYPE) ABAP_BOOL 20031113
2 Importing SYS_REF Call by reference Object reference (TYPE REF TO) CL_DB6_SYS DB6: Entfernte Systemadministration 20031113
3 Importing TABNAME Call by reference Type reference (TYPE) CLIKE DB6: Langer Tabellenname 20031113
4 Importing TABSCHEMA Call by reference Type reference (TYPE) CLIKE DB6: Schemaname 20031113

Method IS_VALID_FOR_REORG_TABLES on class CL_DB6_TOOL has no exception.

Method IS_VALID_FOR_RUNSTATS_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_VALID Value transfer Type reference (TYPE) ABAP_BOOL 20031114
2 Importing SYS_REF Call by reference Object reference (TYPE REF TO) CL_DB6_SYS DB6: Entfernte Systemadministration 20031114
3 Importing TABNAME Call by reference Type reference (TYPE) CLIKE DB6: Langer Tabellenname 20031114
4 Importing TABSCHEMA Call by reference Type reference (TYPE) CLIKE DB6: Schemaname 20031114

Method IS_VALID_FOR_RUNSTATS_TABLES on class CL_DB6_TOOL has no exception.

Method QUALIFIED_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NAME Value transfer Type reference (TYPE) STRING 20030704
2 Importing OBJECT_NAME Call by reference Type reference (TYPE) CLIKE 20030704
3 Importing SCHEMA_NAME Call by reference Type reference (TYPE) CLIKE 20030704

Method QUALIFIED_NAME on class CL_DB6_TOOL has no exception.

Method QUOTED_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) CLIKE 20030704
2 Returning QUOTED_NAME Value transfer Type reference (TYPE) STRING 20030704

Method QUOTED_NAME on class CL_DB6_TOOL has no exception.

Method SET_PARAM_STRUCT_SAFE 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 20030625
2 Importing DATA_REF Call by reference Object reference (TYPE REF TO) DATA Referenz auf eine Struktur 20030625
3 Importing SCHEMA_NAME Call by reference Type reference (TYPE) ADBC_NAME 20030625
4 Importing TABLE_NAME Call by reference Type reference (TYPE) ADBC_NAME 20030625
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID Oberklasse für Parameterfehler 20030625
2 CX_SQL_EXCEPTION Ausnahmeklasse für SQL-Fehler 20030625
History
Last changed by/on SAP  20130531 
SAP Release Created in 640