SAP ABAP Class CL_ILM_STOR_DB_OPERATOR_IQ (ILM DB Store: General Routines for DB Access)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ILM-STO (Application Component) Integrated Data Base Archive Store
⤷
S_ILM_STOR_DB (Package) ILM DB Store: Database
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ILM_STOR_DB_OPERATOR | ILM DB Store: General Routines for DB Access | 20130816 |
Properties
| Class | CL_ILM_STOR_DB_OPERATOR_IQ | |
| Short Description | ILM DB Store: General Routines for DB Access | |
| Super Class | CL_ILM_STOR_DB_OPERATOR | ILM DB Store: General Routines for DB Access |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ILM_STOR_DB | ILM DB Store: Database |
| Created | 20130726 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ILM_STOR_DB_OPERATOR_IQ has no forward declaration.
Interfaces
Class CL_ILM_STOR_DB_OPERATOR_IQ has no interface implemented.
Friends
Class CL_ILM_STOR_DB_OPERATOR_IQ has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | STRING | 20130816 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | IQ Script for Creating a Data Table | 20130816 | |
| 2 | Instance method | Private | Method | IQ Script for Creating an Admin Table | 20130816 | |
| 3 | Instance method | Private | Method | IQ Script for Deleting a Table | 20130816 | |
| 4 | Instance method | Protected | Method | Excecute DDL Script | 20130816 |
Events
Class CL_ILM_STOR_DB_OPERATOR_IQ has no event.
Types
Class CL_ILM_STOR_DB_OPERATOR_IQ has no local type.
Method Signatures
Method DO_CREATE_DATA_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DBCON | Call by reference | Type reference (TYPE) | DBCON_NAME | Logischer Name einer Datenbankverbindung | 20130816 | |||
| 2 | IV_TABLE | Call by reference | Type reference (TYPE) | DDOBJNAME | Name eines ABAP Dictionary-Objekts | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Exception für Datenbankzugriffe | 20130816 |
Method DO_CREATE_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DBCON | Call by reference | Type reference (TYPE) | DBCON_NAME | Logischer Name einer Datenbankverbindung | 20130816 | |||
| 2 | IV_TABLE | Call by reference | Type reference (TYPE) | DDOBJNAME | Name eines ABAP Dictionary-Objekts | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Exception für Datenbankzugriffe | 20130816 |
Method DO_DROP_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DBCON | Call by reference | Type reference (TYPE) | DBCON_NAME | Logischer Name einer Datenbankverbindung | 20130816 | |||
| 2 | IV_TABLE | Call by reference | Type reference (TYPE) | DDOBJNAME | Name eines ABAP Dictionary-Objekts | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Exception für Datenbankzugriffe | 20130816 |
Method EXECUTE_DDL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DBCON | Call by reference | Type reference (TYPE) | DBCON_NAME | Logischer Name einer Datenbankverbindung | 20130816 | |||
| 2 | IV_SQL | Call by reference | Type reference (TYPE) | STRING | 20130816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ILM-DB-Ablage: Exception für Datenbankzugriffe | 20130816 | ||
| 2 | ILM-DB-Ablage: Exception für Datenbankzugriffe | 20130816 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |