SAP ABAP Class CL_DBA_SQL_EXECUTOR (DBA Cockpit SQL Executor - Dynamic (ADBC))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_BACKEND (Package) DBA Cockpit: Backend Infrastructure
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DB2_SQL_EXECUTOR DB2 Implementation for SQL Execution 20100109
2 Inheritance (c INHERITING FROM c_ref)  CL_HDB_SQL_EXECUTOR HDB: SQL Editor 20101118
3 Inheritance (c INHERITING FROM c_ref)  CL_ORA_SQL_EXECUTOR ORA Implementation for SQL Execution 20110216
Properties
Class CL_DBA_SQL_EXECUTOR  
Short Description DBA Cockpit SQL Executor - Dynamic (ADBC)    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_BACKEND   DBA Cockpit: Backend Infrastructure 
Created 20090825   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)
Interfaces
Class CL_DBA_SQL_EXECUTOR has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_DB2_SQL_EXECUTOR 20090915 DB2 Implementation for SQL Execution
2 CL_HDB_SQL_EXECUTOR 20101118 HDB: SQL Editor
3 CL_ORA_SQL_EXECUTOR 20110216 ORA Implementation for SQL Execution
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SQL_EXECUTOR Static Attribute Private Object reference (TYPE REF TO) CL_DBA_SQL_EXECUTOR DBA Cockpit SQL Executor - Dynamic (ADBC) 20090915
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_STATEMENT Instance method Public Method 20100108
2 CONSTRUCTOR Instance method Private Constructor 20090915
3 EDIT_LOG Instance method Public Method 20090907
4 EXEC_QUERY_DYN Instance method Public Method executes statement, passes result set & description 20090825
5 GET_CONNECTION Static method Private Method creates an ADBC connection object 20090825
6 GET_INSTANCE Static method Public Method 20090915
Events
Class CL_DBA_SQL_EXECUTOR has no event.
Types
Class CL_DBA_SQL_EXECUTOR has no local type.
Method Signatures

Method CHECK_STATEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STATEMENT Call by reference Type reference (TYPE) STRING 20100108
2 Importing IM_SYSTEM Call by reference Object reference (TYPE REF TO) CL_DB6_SYS DB6: Remote System Administration 20100108
# Exception Resumable Description Created on
1 CX_DBA_ROOT Security Esception for DBA Cockpit 20100108
2 CX_SQL_EXCEPTION Exception Class for SQL Error 20100108

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_DBA_SQL_EXECUTOR has no parameter.
Method CONSTRUCTOR on class CL_DBA_SQL_EXECUTOR has no exception.

Method EDIT_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ADBC_CONN Call by reference Object reference (TYPE REF TO) CL_SQL_CONNECTION Logical name for a database connection 20090916
2 Importing IM_STATEMENT Call by reference Type reference (TYPE) STRING 20090916

Method EDIT_LOG on class CL_DBA_SQL_EXECUTOR has no exception.

Method EXEC_QUERY_DYN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULT_REF Call by reference Object reference (TYPE REF TO) DATA 20090916
2 Exporting EX_STRUCTDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20090916
3 Importing IM_CHECK Call by reference Type reference (TYPE) ABAP_BOOL SPACE 20100108
4 Importing IM_CURSOR_SIZE Call by reference Type reference (TYPE) I 20090916
5 Importing IM_LOGGING Call by reference Type reference (TYPE) ABAP_BOOL SPACE Create Syslog entry for the connection(X = True) 20090916
6 Importing IM_STATEMENT Call by reference Type reference (TYPE) STRING 20090916
7 Importing IM_SYSTEM Call by reference Object reference (TYPE REF TO) CL_DB6_SYS Logical name for a database connection 20090921
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20090911
2 CX_DBA_ROOT DBA Cockpit: Root exception class 20090914
3 CX_SQL_EXCEPTION Exception Class for SQL Error 20090908

Method GET_CONNECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONNECTION Value transfer Object reference (TYPE REF TO) CL_SQL_CONNECTION Database Connection 20090825
2 Importing IM_DBCON Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20090916

Method GET_CONNECTION on class CL_DBA_SQL_EXECUTOR has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SYSTEM Call by reference Object reference (TYPE REF TO) CL_DB6_SYS Database system 20090921
2 Returning SQL_EXECUTOR Value transfer Object reference (TYPE REF TO) CL_DBA_SQL_EXECUTOR DBA Cockpit SQL Executor - Dynamic (ADBC) 20090915

Method GET_INSTANCE on class CL_DBA_SQL_EXECUTOR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730