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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
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 | ![]() |
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 | ![]() |
Instance method | Public | Method | 20100108 | |
2 | ![]() |
Instance method | Private | Constructor | 20090915 | |
3 | ![]() |
Instance method | Public | Method | 20090907 | |
4 | ![]() |
Instance method | Public | Method | executes statement, passes result set & description | 20090825 |
5 | ![]() |
Static method | Private | Method | creates an ADBC connection object | 20090825 |
6 | ![]() |
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 | ![]() |
IM_STATEMENT | Call by reference | Type reference (TYPE) | STRING | 20100108 | |||
2 | ![]() |
IM_SYSTEM | Call by reference | Object reference (TYPE REF TO) | CL_DB6_SYS | DB6: Remote System Administration | 20100108 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Security Esception for DBA Cockpit | 20100108 | |
2 | ![]() |
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 | ![]() |
IM_ADBC_CONN | Call by reference | Object reference (TYPE REF TO) | CL_SQL_CONNECTION | Logical name for a database connection | 20090916 | ||
2 | ![]() |
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 | ![]() |
EX_RESULT_REF | Call by reference | Object reference (TYPE REF TO) | DATA | 20090916 | |||
2 | ![]() |
EX_STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20090916 | ||
3 | ![]() |
IM_CHECK | Call by reference | Type reference (TYPE) | ABAP_BOOL | SPACE | 20100108 | ||
4 | ![]() |
IM_CURSOR_SIZE | Call by reference | Type reference (TYPE) | I | 20090916 | |||
5 | ![]() |
IM_LOGGING | Call by reference | Type reference (TYPE) | ABAP_BOOL | SPACE | Create Syslog entry for the connection(X = True) | 20090916 | |
6 | ![]() |
IM_STATEMENT | Call by reference | Type reference (TYPE) | STRING | 20090916 | |||
7 | ![]() |
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 | ![]() |
DBA Cockpit: ADBC Errors | 20090911 | |
2 | ![]() |
DBA Cockpit: Root exception class | 20090914 | |
3 | ![]() |
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 | ![]() |
CONNECTION | Value transfer | Object reference (TYPE REF TO) | CL_SQL_CONNECTION | Database Connection | 20090825 | ||
2 | ![]() |
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 | ![]() |
IM_SYSTEM | Call by reference | Object reference (TYPE REF TO) | CL_DB6_SYS | Database system | 20090921 | ||
2 | ![]() |
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 |